/* CSS Document */
#wrapper-main {
	position: absolute;
	padding: 0;
  top: 50%;
  left: 50%;
	width: 983px;
	margin: -250px 0 0 -492px;
}
#headermain {
	height: 100px;
	background: #003466;
	font-family: Sylfaen, sans-serif;
	color: white;
	border: 2px;
	border-style: solid;
	border-color: #003366; 
}
#headerleft {
	position: absolute;
	width: 228px;
}
#headermiddle {
	position: absolute;
	left: 230px;
	width: 581px;
	font-size: 16pt;
	text-align: 
}
#headerright {
	position: absolute;
	left: 799px;
	top: 0px;
	width: 100px;
	font-size: 8pt;
}
#navigation {
	position: absolute;
	left: 0px;
	top: 104px;
	height: 400px;
	width: 226px;
	background-color: #003466;
	color: white;
	text-align: left;
	border: 4px;
	border-top: 0px;
	border-style: solid;
	border-color: #003366;
}
#menu {
	left: 0px;
	height: 30px;
	width: 226px;
	background-color: #003466;
	border: 4px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #003366;
}
#menu_active {
	left: 0px;
	height: 30px;
	width: 226px;
	background-color: #fafdfe;
	color: #72b3c9; 
	border: 2px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #fafdfe;
}
p.space {
	margin: 4px;
}
a.kies:link {
	color: #72b3c9;
	text-decoration: none
}

a.kies:visited {
	color: #72b3c9;
	text-decoration: none
}

a.kies:hover {
	color: #afc7f5;
	text-decoration: none
}
	
a.kies:active {
	color: #72b3c9;
	text-decoration: none
}
	
#maincontent {
	position:absolute;
	left: 228px;
	top: 104px;
	height: 400px;
	width: 570px;
	background-color: #fafdfe;
	border: 4px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 2px;
	border-style: solid;
	border-color: #fafdfe;
	font-family: Sylfaen, sans-serif;
	color: black;
	font-size: 11pt;
	overflow: auto;
}
#maincontent2 {
	position: relative;
	left:20px;
	top: 4px;
	width: 515px;
  background-color: #fafdfe;
	font-family: Sylfaen, sans-serif;
	color: black;
	font-size: 11pt;
	overflow: auto;
}
#blockright {
	position: absolute;
	left: 799px;
	top: 104px;
	height: 400px;
  font-size: 9pt;
	width: 180px;
	background-color: #003466;
	color: #c0c0c0;
	text-align: left;
	border: 2px;
	border-bottom: 2px;
	border-top: 0px;
	border-style: solid;
	border-color: #003366;
}	
	#javadatum {
	position: relative;
	left: 40px;
	top: 40px;
	font-size: 10pt;
	text-align: center;
	}

