body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0px;
	background-image:url(Grafiken/bg_page.gif);
	background-repeat:repeat;
}

a { color:#3F526F; text-decoration:none; }
a:hover { text-decoration:underline; }

.floatImg { float:left; margin-right:10px; margin-bottom:15px; }
img { border:none; }

hr { border:solid 1px #666666; }

h1 {
	display:block;
	font-size:22px;
	line-height:28px;
	text-align:center;
	font-weight:lighter;
}

h2 {
	display:block;
	font-size:17px;
	font-weight:lighter;
	text-align:center;
}

h3  {
	display:block;
	margin:0px; margin-bottom:3px;
}

ul { clear:both; }
li { margin-bottom:5px; }

#topBoxLeft {
	position:absolute;
	top:0px; left:0px;
	height:216px; width:830px;
	background-image:url(Grafiken/bgr_left.gif);
	background-repeat:repeat;
}

#bodyBox {
	position:absolute;
	margin-left:55px;
	background-image:url(Grafiken/bg_bodybox.gif);
	background-repeat:repeat;
	width:774px;
}

#naviBox {
	float:left;
	width:149px;
	font-size:11px;
	line-height:13px;
}

#naviBoxInner {
	width:148px;
	overflow:hidden;
}

.naviItem {
	display:block;
	width:100%;
	padding:3px 3px 3px 10px;
	margin-top:12px;
	background-color:#4E5C7A;
	color:white;
}	

a.naviItem { text-decoration:none; }
a.naviItem:hover { background-color:#3F526F }

#contentBox {
	float:right;
	width:580px;
	margin-right:15px;
	margin-top:20px;
	padding-bottom:25px;
}

.PrintOnly {
	visibility:hidden;
}