* { margin: 0; padding: 0; }

body {
	background: #e5f4fc;
	font-size: 74%;
	font-family: helvetica, arial, san-serif;
	font-family: Arial;
}

hr {
	display: none;
}

#box-wrapper {
	width: 940px;
	margin: 0 auto;
}

#box-header {
	position: relative;
	top: 76px;
}

#box-auswahl {
	z-index: 1000;
	position: relative;
	top: -622px;
	width: 940px;
	height: 25px;
	padding-top: 12px;
	border-bottom: 1px solid #ffffff;
	background: #0068b4;
	color: #fff;
	text-align: center;
}
#box-nav {
	position: relative;
	top: -622px;
	width: 940px;
	height: 37px;
	border-bottom: 1px solid #ffffff;
	background: url(../graphics/bg_nav.jpg) repeat-x;
}
#box-nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 234px;
	height: 34px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
}
#box-nav a:hover {
	background: url(../graphics/trans.png);
	height: 34px;
}
#box-nav ul {
	list-style: none;
}
#box-nav ul li {
	float: left;
	font-weight: bold;
}

#box-logo {
	z-index: 1000;
	position: relative;
	top: 76px;
	background: url(../graphics/header-bg.png) bottom no-repeat;
	height: 232px;
	padding: 390px 0px 0px 0px;
}
*html #box-logo {
	background: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.wonnemar.de/de/graphics/header-bg.png');
}
#box-logo h1 a {
	margin: 0px 0px 0px 60px;
	width: 332px;
	height: 162px;
	display: block;
	background: url(http://www.wonnemar.de/de/graphics/logo.png) no-repeat;
	clear: both;
}
*html #box-logo h1 a {
	background: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='http://www.wonnemar.de/de/graphics/logo.png');
}
#box-logo h1 a span {
	display: none;
}
