/************************Allgemeine Angaben*************************/
body { 
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link, a:visited  { 
	color: #445894;
	font-weight: bold;
	text-decoration: none; 
} 


a:hover, a:active { 
	color: #CC6633;
	text-decoration: none;
	font-weight: bold;
}




/************************Seitenlayout*******************************/
/*In der Mitte zentrieren*/
#container{
	margin:0px auto;
}
/*Kopf*/
#kopf{
	margin:0px;
	height:120px;
	text-align: left;
	float:left;
}
#titel{
	margin:0px auto;
	padding-top:93px;
	float:left;
}
#logos{
	margin:0px auto;
	text-align: right;
	float:right;
}

#content{
	margin:0px;
	width:100%;
	border-top: 1px solid #000000;
	float:left;

}

/*Inhaltscontainer*/
#inhalt{
	position: absolute;
	top: 170px;
	width:100%;
	text-align:left;
	float:left;
}

/*linke Spalte*/
#links{
 visibility: hidden;
}

/************************Navigation Links***************************/
#nav {
  visibility: hidden;
}



/************************Stilvorlagen für den Text, Inhalt**********/
/*Tabelle*/
#inhalt table{
	margin: 0px;
	padding:0px;
	border:0px;
	border-spacing:0px;
}

#inhalt th {
	margin: 0px;
	font-weight: bold;
	color: #59908C;
	font-size: 12px;
	text-align:left;
	border-bottom: 1px solid #000000;
}

#inhalt td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #3D4F59;
	font-size: 11px;
}


/*headlines*/
#inhalt h2{
	margin-top:0px;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}

#inhalt h3{
	margin-top:0px;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

#inhalt h4{
	margin-top:0px;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	border-bottom: 1px solid #000000;
}


/*schwarze Linie*/
#inhalt hr  {
	height: 1px; 
	color: #000000; 
	background-color: #000000; 
	border: none;
}

#inhalt ul{
	margin:0px auto;
	padding: 20px;
	list-style-type: square;
}

