/* Layout allgemein */

body {
	margin: 0;
	padding: 0;
	color: #004989;
	background-color: #fff;
	background-image: url(img/layout/page_bgnd_h.png);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.70em;
}

h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}

a:link		{ color:#1b94ff }
a:active	{ color:#f00 }
a:visited	{ color:#343d34 }

a img { border: none }

div#vbgnd {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 926px;
	height: 100%;
	background-image: url(img/layout/page_bgnd_v.gif);
	background-repeat: repeat-y;
}
div#vbgnd1 {
	position: absolute;
	top: 0px;
	left: 225px;
	width: 8px;
	height: 742px;
	background-color: #fff;
}
div#vbgnd2 {
	position: absolute;
	top: 0px;
	left: 919px;
	width: 8px;
	height: 742px;
	background-color: #fff;
}

div#hdleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
div#hdmiddle {
	position: absolute;
	top: 0px;
	left: 233px;
	width: 686px;
	height: 228px;
	background-image: url(img/layout/header_middle_bgnd.jpg);
	background-repeat: no-repeat;
}
div#topnav {
	position: absolute;
	top: 11px;
	left: 874px;
}
#topnav td { vertical-align:bottom }

#topnav a:link,
#topnav a:active,
#topnav a:visited {
	color: #fff;
	text-decoration: none;
}

div#content {
	min-height: 550px;
	height: auto !important;
	height: 550px;
	overflow: visible;
	padding: 0px 24px;
	background-image: url(img/layout/contentbox_bgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#leftnav {
	position: absolute;
	top: 247px;
	left: 0px;
	width: 224px;
}

a.lvl1:link,
a.lvl1:active,
a.lvl1:visited {
	display: block;
	margin-top: 6px;
	background-image: url(img/layout/leftnav_lvl1_bgnd.png);
	background-repeat: no-repeat;
	line-height: 31px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 9px;
}

a.lvl2:link,
a.lvl2:active,
a.lvl2:visited {
	display: block;
	background-color: #5a6874;
	color: #fff;
	padding-left: 9px;
	line-height: 20px;
}