﻿html, body {
	height:100%;
}
body {
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #000000;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background-color: #EFEFEF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.Headline {
	font-size: 14pt;
	font-weight: bold;
}
.Underlined {
    text-decoration: underline;
}
div {
	display: block;
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#Distance { 
		width:1px;
		height:50%;
		margin-bottom:-314px;
		float:left;
}
#Main {
    position: relative;
    width: 900px;
    height: 592px;
    margin: 0px auto;
	clear: left;
	border: 1px black dashed;
}
#Navi {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 88px;
    width: 900px;
    background-color: #0B2A51;
    color: white;
}
#Navi_Left {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 88px;
    width: 197px;
    background-image: url('images/navi_left.png');
}
#Navi_Right {
    position: absolute;
    left: 198px;
    top: 0px;
    height: 88px;
    width: 241px;
    background-image: url('images/navi_right.png');
}
#Navi_Text {
    position: absolute;
    left: 439px;
    top: 0px;
    height: 24px;
    width: 461px;
    padding-top: 32px;
    padding-bottom: 32px;
}
#Body {
    position: absolute;
    left: 0px;
    top: 88px;
    height: 502px;
    width: 900px;
    background-color: white;  
}
#Body_Left {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 482px;
    width: 197px;
    background-color: white;
    background-image: url('images/body_left.png');
}
#Body_Right {
    position: absolute;
    left: 198px;
    top: 0px;
    height: 482px;
    width: 55px;
    background-color: white;
    background-image: url('images/body_right.png');
}
#Body_Text {
    position: absolute;
    left: 252px;
    top: 0px;
    height: 482px;
    width: 648px;
    background-color: white;
}
#Table_Team {
    position: relative;
    margin-left:auto; 
    margin-right:auto;
    left: 0px;
    width: 300px;
    background-color: white;
    text-align: left;
}
#Table_Links {
    position: relative;
    margin-left:auto; 
    margin-right:auto;
    left: 0px;
    width: 550px;
    background-color: white;
    text-align: center;
}
#Table_News {
    position: relative;
    margin-left:auto; 
    margin-right:auto;
    left: 0px;
    width: 550px;
    background-color: white;
    text-align: left;
}
#Table_Contact {
    position: relative;
    margin-left:auto; 
    margin-right:auto;
    left: 0px;
    width: 350px;
    background-color: white;
    text-align: left;
}
#Table_Protocols {
    position: relative;
    margin-left:auto; 
    margin-right:auto;
    left: 0px;
    width: 500px;
    background-color: white;
    text-align: center;
}
#iFrame_Protocols {
    position: relative;
    margin-left:auto; 
    margin-right:auto;
	width: 522px; 
	height: 380px;
	overflow: auto;
	text-align: center;
}
#iFrame_News { 
    position: relative;
    margin-left:auto; 
    margin-right:auto;
	width: 580px; 
	height: 212px;
	overflow: auto;
}
#iFrame_Task {
    position: relative;
    margin-left:auto; 
    margin-right:auto;
	width: 590px; 
	height: 378px;
	overflow: auto;
	text-align: center;
}
#Footer {
    position: absolute;
    left: 0px;
    top: 570px;
    width: 880px;
    height: 22px;
    background-color: #0B2A51;
    color: white;
    text-align: right;
    padding: 0px 20px 0px 0px;    
}
.W3C {
    border-width: 0;
    height: 31px; 
    width: 88px; 
}
.Highlighted {
	color: #FF6600;
}
