@charset "utf-8";

* { margin: 0px;
	padding: 0px; }

body { background-color: #eeede4; 
	   font-family: Verdana, Arial, Helvetica, sans-serif; }
	   
img {border:0px; }

#wrapper { height: 550px;
		   width: 700px;
		   margin-right: auto;
		   margin-left: auto;
		   background-color: #FFFFFF;
		   margin-top: 20px; }
#head  a {
	text-decoration: none;
}

	
#head #head_text {
	float: left;
}
#head #head_graph {
	float: right;
}

	
#navi {
	height: 20px;
	width: 685px;
	background-image: url(../img/navi_stripe.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	clear: both;
}
	
#navi li { display: inline; }

#navi a { color: #999999;
		  font-size: 11px;
		  margin-right: 30px;
		  text-decoration: none;
		  font-weight: bold; }
#navi a:hover {	color: #000000; }

#content {
	height: 354px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 660px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../img/auge_content_background.jpg);
	background-repeat: no-repeat;
}
	
#content h1 { font-size: 22px; }
	
#content p { font-size: 11px;
			 margin-top: 5px; }

#foot {
	background-image: url(../img/auge_foot_background2.jpg);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 3px;
	padding-right: 6px;
	width: 694px;
}
	
#foot p { text-align: right;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-size: 9px;
		  color: #000000; }
	
#foot a { color: #000000; text-decoration: none; }

#content #signature { margin-top: 5px; margin-bottom: 15px; }

#content .Link-Bilder {	margin-top: 15px; }