/*Schriftformatierung*/
body, td, th {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
}
.small {/*Schriftformat klein*/
	font-size:8px;
}

/*Positionierungen*/

body { /*Seite formatfüllend ohne Rand*/
	margin: 0px 0px 0px 0px;
	padding:0px;
	min-width:500px;
	min-height:400px;
}
	
#leftcontent { /*Box links für Menü*/
	position: absolute;
	left:0px;
	top:69px;
	width:160px;
	padding:0px;
	background:#e7e7e7;
	border:1px solid #e7e7e7;
}

#centercontent { /*Centerbox für Inhalt*/
	background:#fff;
	margin-left: 199px;
	margin-right:199px;
	border:1px solid #e7e7e7;
	voice-family: "\"}\""; /*Hack für IE */
	voice-family: inherit;
	margin-top:0px;
	margin-left: 161px;
	margin-right:190px;
}
html>body #centercontent {
	margin-top:0px;
	margin-left: 161px;
	margin-right:189px;
}

#rightcontent { /*Box rechts für Details*/
	position: absolute;
	right:0px;
	top:69px;
	width:188px;
	background:#e7e7e7;
	border:1px solid #e7e7e7;
}
	
#banner { /*Box Kopf der Seite*/
	background:#fff;
	height:69px;
	voice-family: "\"}\""; /*Hack für IE*/
	voice-family: inherit;
	height:69px;
}
html>body #banner {
	height:69px;
}
#logo { /*Logo rechts oben */
	position:absolute;
	top:3px;
	right:48px;
}
#farbbalken { /* horizontaler Balken oben */
	position:absolute;
	top: 47px;
	left:0px;
	height:22px;
	width:100%;
	background-color:#1F5393;
}
#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width:160px;
	height:40px;
/*	background-color:#e7e7e7;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}
#footer-block {
	position:absolute;
	bottom:0px;
	right:190px;
	width:91px;
	height:40px;
	background-color:#1F5393;
}
/*Ende Positionierung */

/*Navigationsmenue*/
#navlist {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-left: 0;
	font: bold 11px Verdana, sans-serif;
	background: #e7e7e7;
	width: 160px;
}
#navlist li{
	list-style: none;
	margin: 0px;
	border-top: 1px solid #e7e7e7;
	text-align: left;
}
#navlist li a{
	display: block;
	padding: 0.25em 0.25em 0.25em 0.75em;
	border-left: 1em solid #AAB;
	background: #CCD;
	text-decoration: none;
}
#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }
#navlist li a:hover{
	border-color: #1F5393;
	color: #FFF;
	background: #332;
}
/*Ende Navigationsmenue*/
#textlink { /*Link im Textblock*/
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}