body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link,a:visited{
	text-decoration:none;
	color: #666666;		
}
a:hover,a:active{
	text-decoration: underline;
	color:#434370;;
}

#wrapper{
	position:absolute;
	left: 50%;/*linker Rand auf die Mitte */
	margin:0 -370px;/*um die Hälfte der Breite nach links */
	width:740px;
	border:1px;
	border-style:solid;
	border-color: #434370;
}
#header{
	text-align:center;
}
#navi{
padding:3px;
	text-align:center;
	font-size: 0.8em;
	border-top: 1px;
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
	border-style: solid;
	border-color: #434370;
}
#navi a {
	font-weight: bold;
}

#content{
	min-height:320px;
	margin:4px;
	text-align:left;
	font-size: 0.8em;
}

