/*Stile fuer DTP*/

body {
	background-color: rgb(210,210,220);
	color:rgb(0,0,0);
	font-family:Verdana, Arial, Helvetica,sans-serif;
	
}

#haupt {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	background-color:rgb(255,255,255);
}

#kopfzeile {
	height:150px;
	float:none;
}

#menue {
	height:20px;
	width:750px;
	line-height:14px;
	background-color:rgb(160,160,160);
	font-size:11px;
	vertical-align:middle;
	color:rgb(255,255,255);
}

#inhalt {
	font-size:11px;
	line-height:14px;
	text-align:justify;
}

#fusszeile {
	font-size:9px;
	height:20px;
	background-color:rgb(220,220,220);
	color:rgb(100,100,100);
	text-align:center;
	vertical-align:bottom;
	padding-top:5px;
}

a:link, a:visited {
	text-decoration:none;
	color:rgb(255,255,255);
}

a:active {
  text-decoration:none;
  color:rgb(0,0,255);
}

a:hover {
  text-decoration: none;
  color:rgb(0,0,255);
}

#impressum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 200%;
	vertical-align: top;
	text-align: center;
	margin-top: 150px;
	margin-bottom:150px;
}

#infotext {
	margin-left:75px;
	margin-right:75px;
	margin-top:50px;
	margin-bottom:150px;
	font-size:14px;
	line-height:150%;
	color:rgb(50,50,50);
}

#infotext2{
	margin-left:50px;
	margin-right:100px;
	margin-top:10px;
	font-size:14px;
	line-height:150%;
	color:rgb(50,50,50);
}



