#head {
   position: relative;
   height: 121px;
   background-repeat: no-repeat;
   background-position: top center;
}
#head h1{text-indent: -2000px;margin:0;padding:0;}

#content {
	width: 550px;
	min-height: 350px;
	margin: 0 auto 30px;
	padding: 0 0 0 300px;
	background-repeat: no-repeat;
	border-top: 60px solid #df9f04;
}

#printhead{
    display: none;
}
/*
   Verwaltung
*/
#verwaltung{
	background-color: #f2f0e3;
	border-bottom: 1px solid #003467;
	text-align:center;
	padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
	color : #fff;
	background-color: #036;
	border-right:1px solid #f2f0e3;
	margin: 0 5px;
	padding:5px;
	font-weight : normal;
	text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
	background-color: #369;
}


