@charset "utf-8";

html, body{
	background-color:white;
	height:100%;
	width:100%;	
	text-align:center;	
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

.main {
	text-align:left;
	width: 984px;
	height: auto;
	background-color: white;
	margin:0px auto 0px auto;
}

/* ///--- KOPF ---///////////////////*/
.main .kopf {
	width: 984px;
	height: 282px;
	background-color: white;
}

.main .kopf .navi {
	width: 984px;
	height: 34px;
	background-color: #0076bd;
}
.main .kopf .kopf_grafik {
	width: 984px;
	height: 248px;
	background-color: white;
}

/* ///--- INHALTSBEREICH ---///////////////////*/
.main .inhalt {
	width: 984px;
	height: auto;
	background-color: white;
}


/* ///--- INHALT LINKS ---///////////////////*/
.main .inhalt .inhalt_links {
	float:left;
	width:703px;
	height: auto;
	background-color: white;
	border-right:solid #7fbade 1px;
	margin-top:34px;
	margin-left:7px;
	margin-right: 0px;	
	padding-left: 0px;
	padding-right: 20px;	
	color:#000000;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:16px;
}

.main .inhalt .inhalt_links .headline{
	width:703px;
	height: 16px;
	background-color: white;
}

.main .inhalt .inhalt_links .anriss_text{
	color: #4b4b4b;
	font-weight:bold;
	background-color: white;
	margin-top: 8px;
	margin-bottom: 18px;	
}

.main .inhalt .inhalt_links .text_klein{
	color: #000000;
	font-size:11px;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;	
}


/* ///--- INHALT RECHTS ---///////////////////*/
.main .inhalt .inhalt_rechts {
	float:left;
	width: 208px;
	height: auto;
	background-color: white;
	margin-top:34px;
	margin-right:5px;
	margin-left:30px;	
	color:#000000;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	line-height:16px;	
}

.main .inhalt .inhalt_rechts .text{
	color: #000000;
	background-color: white;
	margin-top: 3px;
	margin-bottom: 0px;	
}

.main .inhalt .inhalt_rechts .anriss_text_small{
	color: #4b4b4b;
	font-weight:bold;
	background-color: white;
	margin-top: 3px;
	margin-bottom: 0px;	
}

/* ///--- FUSS ---///////////////////*/
.main .fuss {
	width: 984px;
	height: auto;
	border-top: solid #7fbade 1px;
	color: #0076c0;
	margin-top:30px;
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	line-height:16px;	
	background-color: white;
}

.main .fuss .text_links{
	float:left;
	background-color: white;
	margin-top: 3px;
	margin-bottom: 0px;	
}

.main .fuss .text_rechts{
	float:right;
	background-color: white;
	margin-top: 3px;
	margin-bottom: 0px;	
}


/* ///--- Allgemein ---///////////////////*/
.float_right{
	float: right;
	margin-top: 4px;
}

.clear{
	clear:both;
}

.link{
	text-decoration:underline;
	font-weight: bold;
}
a {
color:#0076c0;
}

