/*******************************************************************/
/*HTML tags*/
/*******************************************************************/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	font-size: 101%;
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;	
}
a {
	color: #464B7B;
	text-decoration: none;
}
a:visited {
	color: #464B7B;
}
a:hover, a:active {
	color: #464B7B;
	text-decoration: underline;
}

/*******************************************************************/
/*Anweisung für Farbe Scrollbars*/
/*******************************************************************/

html, body {
scrollbar-face-color:#E3E8F2;
scrollbar-highlight-color:#E3E8F2;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#E3E8F2;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
}

/*******************************************************************/
/*Headbereich*/
/*******************************************************************/

#head {
	height: 200px;
	width: auto;
	z-index: 1;
}
#head #oben {
	font-size: 1.88em;
	color: #464B7B;
	margin-top: 20px;
	margin-left: 30px;
}
#head #fachgebiete {
	font-size: 1.19em;
	color: #464B7B;
	margin-left: 30px;
	margin-top: 8px;
	width: auto;
}
#head #unten {
	font-size: 1.88em;
	color: #464B7B;
	margin-top: 65px;
	margin-left: 200px;
	z-index: 5;
}

/*******************************************************************/
/*Navigationsbox links dunkel*/
/*******************************************************************/

#links {
	position:absolute;
	left: 0px;
	top: 189px;
	width:200px;
	height:380px;
	float: left;
	background-color: #464B7B;
	z-index:2;
}
.navilinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	left: 0px;
	height: 330px;
	margin-top: 50px;
	margin-left: 10px;
	letter-spacing: 0.03em;
}
#menue {
	width: auto;
}
#menue ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menue li {
	display: block;
	width: auto;
	line-height: 1.32em;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #464B7B;
	margin-bottom: 1px;
}
#menue li a, #menue li a:link {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #464B7B;
	padding-left: 10px;
}
#menue li a:visited {
	border-width: 1px 1px 1px 5px;
}
#menue li a:hover, #menue li a:active, #menue li a:focus {
	color: #01A7A7;
	font-weight: bolder;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-top-color: #464B7B;
	border-right-color: #464B7B;
	border-bottom-color: #464B7B;
	border-left-color: #01A7A7;
}
.aktuell {
	color: #01A7A7;
	line-height: 1.19em;
	font-weight: bolder;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-top-color: #464B7B;
	border-right-color: #464B7B;
	border-bottom-color: #464B7B;
	border-left-color: #01A7A7;
	padding-left: 8px;
	display: block;
	padding-left: 10px;
	width: auto;
	margin: 0px;
}

/*******************************************************************/
/*Hauptbox rechts hell*/
/*******************************************************************/


#rechts {
	position:absolute;
	left:200px;
	top:189px;
	width:1518px;
	height:380px;
	background-color: #E3E8F2;	
	z-index:3;
}
.mitte {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	height: 330px;
	left: 0px;
	top: 40px;
	margin-top: 50px;
}
#content {
	position:absolute;
	left:250px;
	top:0px;
	width:430px;
	height:295px;
	margin-top: 50px;
	z-index:2;
}
.schriftgroß {
	font-size: 1.12em;
	color: #464B7B;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	position: absolute;
	top: 68px;
	left: 350px;
	height: 330px;
	width: auto;
	margin-top: 50px;
	letter-spacing: 0.05em;
}
#rechts #content p {
	margin-top: 7px;
	margin-bottom: 0px;
}
#titel {
	font-size: 1.19em;
	color: #464B7B;
	position:absolute;
	left:437px;
	top:164px;
	height:60px;
	width: auto;
	padding-left: 10px;
	border-left-style: solid;
	border-left-color: #01A7A7;
	border-left-width: 3px;
	z-index: 4;
}

#hinweis {
	font-size: 0.69em;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	position:absolute;
	width:160px;
	height:23px;
	left: 30px;
	top: 342px;
	z-index:5;
	list-style-position: outside;
}
/*******************************************************************/
/*Textbox // Scrollbox*/
/*******************************************************************/

#text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 434px;
	left: 495px;
	top: 310px;
	position: absolute;
	text-align: justify;
	z-index: 2;
}
#scrollbox {
	position:absolute;
	left:250px;
	top:-3px;
	overflow: auto;
	height:276px;
	font-size: 0.82em;
	margin-top: 50px;
	padding-right: 25px;
	z-index:2;
	width: 440px;

	
}
#text p, #scrollbox p {
	margin-top: 9px;
	margin-bottom: 0px;

}
#text ul, #scrollbox ul {
	list-style-type: disc;
	margin-left: 0px;
	list-style-position: inside;
	text-align: left;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 5px;
}
#text li, #scrollbox li {
	margin-top: 5px;
}
