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

/** header **/
/*
div.head {
	behavior: 			url('/_style/png.htc');
	width: 				100%;
	height:				290px;
	left:				auto;
	right:				auto;
	margin:				0px 0px 0px 0px;
	
	background-image:	url(/bilder/background/Lines.png);
	background-repeat:	no-repeat;
	background-position: center 222px;
	border:				1px solid #ccc;
}
*/

div.header {
	behavior: 			url('/_style/png.htc');
	width: 				960px;
	height:				130px;
	left:				auto;
	right:				auto;
	margin:				160px 0px 0px 0px;
	text-align:			left;
}
div.header img.Logo {
	float:				right;
	margin:				0px 0px 0px 0px;
	border:				none;
}
div.header img.header {
	margin:				0px;
	border:				0px;
}
div.header img.header a {}

/** navigation **/
div.header div.navigation {
	position:			relative;
	width:				840px;
	margin:				15px 0px 0px 0px;
	border:				0px;
	text-align:			left;
	vertical-align:		middle;
	padding:			0px;
	border:				0px solid #CCC;
}


div.header div.navigation a {
	float:				left;
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size:			15px;
	text-decoration: 	none;
	color: 				#333;
	position:			relative;
	margin: 			0px;
	padding: 			0px 10px 0 0px;
}
div.header div.navigation a.active {
	color: 				#4aabce;
}
div.header div.navigation a:hover {
	color: 				#4aabce;
}