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

/** header **/
div.header {
	width: 				960px;
	height:				150px;
	left:				auto;
	right:				auto;
	margin:				10px 0px 0px 0px;
	text-align:			left;
	background-image:	url(/bilder/head/Bogen_Oben.png);
	background-repeat:	no-repeat;
	background-position:0px 75px;
	/*behavior: 		url('/_style/png.htc');*/
}
div.header img.logo {
	float:				left;
	margin:				0px 0px 0px 10px;
	border:				none;
}
div.header img.logo2 {
	float:				left;
	margin:				65px 0px 0px 10px;
	border:				none;
	/*behavior: 		url('/_style/png.htc');*/
}
div.header img.header {
	margin:				0px;
	border:				0px;
}
div.header img.header a {}

/** service **/
div.header div.service {
	float:				right;
	width:				320px;
	margin:				75px 0px 0px 0px;
	color: 				#fff;
	text-align:			center;
	vertical-align:		middle;
	padding:			10px 0 0 0;
}

div.header div.service a {
	
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		5px;
	text-decoration: 	none;
	color: 				#fff;
	position:			relative;
	margin: 			0px;
	padding: 			0px 10px 0px 10px;
}

div.header div.service a:hover {
	text-decoration:		underline;
}

/** navigation **/
div.header div.navigation {
	float:				left;
	clear:				both;
	width:				960px;
	height:				30px;
	margin:				32px 0px 30px 0px;
	border:				0px;
	background-image:	url(/bilder/head/Topnav.png);
	background-repeat:	x-repeat;
	background-position:0px 0px;
	text-align:			left;
	vertical-align:		middle;
	padding:			0px;
}


div.header div.navigation a {
	float:				left;
	height:				30px;
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size:			15px;
	line-height:		15px;
	text-decoration: 	none;
	color: 				#fff;
	position:			relative;
	margin: 			0px;
	padding: 			8px 40px 0px 40px;
	border:			0px solid #fff;
}
div.header div.navigation a.active {
	background-image:	url(/bilder/head/Topnav_over.png);
	background-repeat:	x-repeat;
	background-position:0px 0px;
	height:				22px;
}
div.header div.navigation a:hover {
	background-image:	url(/bilder/head/Topnav_over.png);
	background-repeat:	x-repeat;
	background-position:0px 0px;
	height:				22px;
}
