@import url("vorlagen.css");

#body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "lucida grande","lucida sans", arial, helvetica, sans-serif;
	line-height: 18px;
	color: #202020;
}

#container {
	background: url(/gfx/wbf/bg_container.png) repeat-y;
	width: 980px;
	margin: 0 auto;
	padding: 0px 10px;
	position: relative;
}

#head {
	width: 978px;
	height: 299px;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	position: relative;
	z-index: 10;
}

#head .headerimage {
	width: 978px;
	height: 299px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
}

#head .headerimage img {
	width: 978px;
}

#head .logo {
	background: url(/gfx/wbf/wbf-logo.png) no-repeat;
	width: 220px;
	height: 299px;
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 10;
}

#head .logo a {
	display: block;
	width: 170px;
	height: 170px;
	margin: 30px 0px 0px 20px;
}

#head .mainNav {
	background: #009fa7;
	width: 978px;
	height: 35px;
	position: absolute;
	top: 220px;
	left: 0px;
	z-index: 100;
}

#head .mainNav ul {
	margin: 0px;
	padding: 0px 0px 0px 6px;
	list-style-type: none;
}

#head .mainNav ul li {
	display: block;
	float: left;
	position: relative;
}

#head .mainNav ul li a {
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	margin: 0px 1px 0px 0px;
}

#head .mainNav ul li a:hover,
#head .mainNav ul li.on a,
#head .mainNav ul li.hover a {
	background: #d1eced;
	color: #000;
}

/* ZWEITE MENÜEBENE - AUFKLAPPMENÜ */

#head .mainNav ul li.on ul,
#head .mainNav ul li.off ul,
#head .mainNav ul li.on:hover ul { /* Der aktive Layer klappt nicht mehr auf */
	background: #d1eced;
	width: 195px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 35px;
	left: 0px;
	display: none;
	z-index: 100;
}

#head .mainNav ul ul li {
	display: inline;
}

#head .mainNav ul ul li a,
#head .mainNav ul ul li.off a {
	width: 165px;
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 130%;
	margin: 0px 0px 1px 0px;
	padding: 4px 15px 4px 15px;
}

#head .mainNav ul ul li a:hover,
#head .mainNav ul ul li.on a {
	background: #fff;
}

#head .mainNav ul li.off:hover ul {
	display: block;
}

#head .karteTop {
	background: url(/gfx/wbf/karte_top.png) no-repeat;
	width: 250px;
	height: 143px;
	position: absolute;
	top: 130px;
	right: 3px;
	z-index: 1000;
}

#head .karteTop a {
	display: block;
	width: 250px;
	height: 143px;
}

/* #head .karteBottom {
	background: url(/gfx/wbf/karte_bottom.png) no-repeat;
	width: 180px;
	height: 55px;
	position: absolute;
	top: 225px;
	right: 3px;
	z-index: 1000;
} */

#wbfMain,
#wbfMainDefault {
	width: 940px;
	padding: 0px 19px 15px 19px;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	position: relative;
	z-index: 1;
}

#wbfMain h2,
#wbfMainDefault h2 {
	font-size: 13px;
	color: #666;
	margin: 0px 0px 10px 0px;
}

#content {
	width: 700px;
	float: left;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
}

#wbfMain .sidebar,
#wbfMainDefault .sidebar {
	width: 220px;
	float: left;
	padding: 30px 0px 0px 20px;
	overflow: hidden;
}

#wbfMainDefault .sidebar {
	width: 219px;
	padding: 0px 20px 0px 1px;
}

#wbfMain .sidebar .box,
#wbfMainDefault .sidebar .box {
	width: 198px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	border: 1px solid #009fa7;
}

#wbfMain .sidebar .box h4,
#wbfMainDefault .sidebar .box h4 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	color: #235b5e;
}

#wbfMain .sidebar .box p,
#wbfMainDefault .sidebar .box p {
	font-size: 12px;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
}

#wbfMain .sidebar .box a,
#wbfMainDefault .sidebar .box a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 130%;
	color: #235b5e;
}

#wbfMain .sidebar .box a.text,
#wbfMainDefault .sidebar .box a.text {
	text-align: right;
}

/* UNTERNAVIGATION */

#wbfMainDefault .sidebar .subNav {
	background: #009fa7;
	width: 219px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

#wbfMainDefault .sidebar .subNav ul {
	margin: 0px;
	padding: 20px 0px 10px 0px;
	list-style-type: none;
}

#wbfMainDefault .sidebar .subNav ul li {
	display: inline;
}

#wbfMainDefault .sidebar .subNav ul li a {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	padding: 5px 18px 5px 10px;
	margin: 0px 0px 1px 0px;
}

#wbfMainDefault .sidebar .subNav ul li a:hover,
#wbfMainDefault .sidebar .subNav ul li.on a {
	background: #d1eced url(/gfx/wbf/arrow.png) no-repeat right top;
	color: #000;
}

#wbfMainDefault .sidebar .subNav ul li.on ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
}

#wbfMainDefault .sidebar .subNav ul li.on ul li a {
	background: #81c5c8;
	color: #000;
	width: 187px;
	padding: 5px 0px 5px 15px;
}

#wbfMainDefault .sidebar .subNav ul li.on ul li a:hover,
#wbfMainDefault .sidebar .subNav ul li.on ul li.on a {
	background: #d1eced;
}


#wbfFooter {
	background: #009fa7;
	width: 978px;
	height: 115px;
	border-right: 1px solid #1b8f95;
	border-left: 1px solid #1b8f95;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
	position: relative;
}

#wbfFooter a {
	color: #fff;
	text-decoration: none;
}

#wbfFooter a:hover {
	color: #235b5e;
}

#wbfFooter .contact {
	position: absolute;
	top: 12px;
	left: 20px;
}

#wbfFooter .footerNav {
	position: absolute;
	top: 12px;
	left: 500px;
}

#wbfFooter .footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#wbfFooter .footerNav ul li {
	display: inline;
}

#wbfFooter .footerNav ul li a {
	display: block;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

#wbfFooter .icons {
	background: url(/gfx/wbf/icons.png) no-repeat;
	width: 143px;
	height: 35px;
	position: absolute;
	top: 12px;
	left: 740px;
}

#wbfFooter .sponsor {
	font-size: 10px;
	line-height: 120%;
	position: absolute;
	top: 50px;
	left: 740px;
}

#end {
	background: url(/gfx/wbf/bg_footer.png) no-repeat;
	width: 1000px;
	height: 30px;
	margin: 0 auto;
}
