@charset "utf-8";
/* CSS Document */

.header {
	position:			absolute;
	top:				15px;
	width:				100%;
	text-align:			center;
	z-index:			2;
}
.head {
	margin:				0 auto 0 auto;
	width:				964px;
	height:				226px;
	background-image: 	url(/bilder/head/kopfbild.jpg);
	background-repeat:	no-repeat;
	background-position: 0 0;
}
/** service_nav **/
.head div.service_nav {
	float:				right;
	margin:				20px 25px 10px 10px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#fff;
}
.head div.service_nav a {
	color:				#fff;
	text-decoration:	none;
}
.head div.service_nav a:hover {
	color:				#fff;
	text-decoration: 	underline;
}

.head div.root {
	margin:				200px;
	margin-left:		20px;
	width: 				920px;
	color:				#fff;
	font-size:			12px;
	white-space:		nowrap;
	text-align:			left;
	border:				0px solid #c00
}

.head div.root a{
	color:				#fff;
	text-decoration:	none;
	margin:				0px;
}

.head div.root a:hover{
	color:				#c00;
	text-decoration:	none;
}
