/* CSS Document */
/* Version 1*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat-y;
	
}
a {
	font-weight: bold;
	font-size: 10px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #CC3366;
	text-decoration: underline;
}
a:active {  
	color: #0000CC;
	text-decoration: none;
}
a:visited {  
	color: #000066;
	text-decoration: none;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.maintitel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.maintitelINDENT{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.maintitelBLUE{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.maintextINDENT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.maintext_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.top {
	width: 975px;
	height: 90px;
	position: fixed;
	top: 0px;
	margin-top: 0px;
	margin-left: 10px;
	background-color:  #FFFFFF;
	background-repeat: repeat;
	z-index: 10;
	}
.subnavi {
	width: 190px;
	height: 400px;
	position: fixed;
	top: 91px;
	margin-left: 10px;
/* 	background-color:  #A8DCFF;
	background-repeat: repeat;
	border-right: 1px dotted #1F004E;*/
	font-size: 10px;
	z-index: 10;
}
.content_box {
	width: 708px;
	height: 400px;
	position: absolute;
	top: 87px;
	margin-left: 200px;
	/*	background-color:  #FFFFFF;
	background-repeat: repeat;
	border-top: 1px dotted #1F004E;*/
    padding-left: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
	border-bottom: 0px;
	z-index: 0;
	/*left: -181px;*/
}
.rechts{
	width: 60px;
	height: 400px;
	position: fixed;
	top: 91px;
	margin-left: 920px;
	/*	background-color:  #000099;
	background-repeat: repeat;
	border-left: 1px dotted #1F004E;*/
	z-index: 5;
	/*background-color: #FFFFFF;*/
}
.baseline {
	width: 965px;
	height: 50px;
	position: fixed;
	bottom: 0px;
	margin-left: 10px;
 	background-color:  #FFFFFF;
	background-repeat: repeat;
	border-top: 1px solid #000099;
	padding-left: 5px;
	padding-top: 10px;
	z-index: 10;
	}
.grey {
	color: #666666;
	font-size: 10px;
}
.nav {
	font-weight: bold;
	}
.top_line_unten {
	border-bottom: 4px solid #000066;

}
.footerblack {

	color: #000000;
	font-size: 10px;
}
.Weiss {
	color: #FFF;
}
