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;
	list-style-position: inside;
	list-style-type: disc;
	left: 10px;
}

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:46px;
	line-height:28px;
	text-align:center;
	font-weight:lighter;
	margin-top:20px; margin-bottom:30px;
}
h2 {
	display:block;
	font-size:24px;
	line-height:28px;
	text-align:center;
	font-weight:lighter;
	margin-top:20px; margin-bottom:20px;
}
h3 {
	display:block;
	font-size:22px;
	line-height:28px;
	font-weight:lighter;
	text-align:center;
	margin:20px; margin-bottom:20px;
}

/*h3  {
	display:block;
}*/
h4 {
	display:block;
	font-size:24px;
	line-height:28px;
	text-align:left;
	font-weight:lighter;
	text-indent: 25px;
}
h5 {
	font-size:24px;
	text-align:left;
	font-weight:lighter;
}
h6 {
	font-size:16px;
	text-align:left;
	font-weight:lighter;
}
ul { clear:both; }
li {
	margin-bottom:5px;
	list-style-position: outside;
}

#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;
}

