body {
  padding:0px;
  text-align:center;
  margin: 10px;
  background-color: #A6BBFE;
  color:black;
  font-family: verdana;
  font-size:12px;
  }
#main {
   width:750px;
   background-color:#fff;
   color:black;
   margin: 0px auto;
   text-align:center;
   border: 1px solid #283093;
  }


a {
	text-decoration:none;
	color:#000;
}

	



#header {
	width:750px;
	text-align:center;
}

#header img {
	
	padding-right: 20px;
	width: 350px;
	height: 80px;
	float: left;
}

#ueberschrift {
	color: #283093;
	font-size: 14px;
	float: right;
	width: 300px;
	text-align:right;
	padding: 10px;

}

#ueberschrift h1 {
	color: #05397f;
	margin: 0px;
	font-size: 14px;
	display: inline; 
}

#header_menue {
	clear:both;
	margin-top: 2px;
	padding:0px;
	background-color: #283093;
	width: 750px;
	height: 20px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	text-align:right;

}

#header_menue a {
	font-size: 11px;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
}

#header_menue a:hover {
	color: #eee;
	
}

#inhalt {
	width:710px;
	text-align:center;
	margin-left: 20px;

}

#content {
	margin-top: 20px;
	width:470px;
	float:right;
	text-align:justify;
}

#content a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;	
}

#content a:hover{
	color: #cdcdcd;
	
}

#menue{
	width: 220px;
	float: left;
	margin-left:10px;
	text-align:left;
}



#menue a:hover {
	color: #ceddf0;
	
}
#menue a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;	
}



#footer {
	clear:both;
	margin-top: 3px;
	background-color: #283093;
	width: 740px;
	height: 20px;
	font-size: 12px;
	font-weight:bold;
	line-height: 18px;
	color: #fff;
	text-align:right;
	padding-right:10px;
	

}

#footer a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #eee;
	
}