* {
	padding:0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	color:#434f78;
}
body {
	background-color:#c3b787;
}
h1 {
	font-size:1.3em;
	margin-bottom:0.8em;
}
h2 {
	font-size:1.1em;
	margin-bottom:0.8em;
}
h3 {
	font-size:1em;
	margin-bottom:0.5em;
}
p {
	margin-bottom:0.6em;
}
#inhalt ul {
	margin:0 0 0.8em 1em;
	list-style:none;
}
#inhalt ul li {
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	padding:0 0 0.5em 16px;
}
#inhalt ol {
	margin:0 0 0.8em 1em;
}
#inhalt ol li {
	padding:0 0 0.5em 0;
}
#inhalt a {
	color:#434f78;
}
table {
	margin-bottom:30px;
}
td, th {
	border:1px solid #434f78;
	padding:4px;
	vertical-align:top;
}
.form td, .form th {
	border:none;
}
#box {
	width:952px;
	margin:0 auto;
	background-color:#f5e7ac;
	background-image:url(../images/box_bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#header {
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}
#header img {
	margin:44px 0 42px 30px;
}
#nav {
	width:233px;
	float:left;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	min-height:490px;
}
#nav ul {
	margin:60px 0 0 0;
	font-weight:bold;
}
#nav li {
	list-style:none;
}
#nav a {
	text-decoration:none;
	display:block;
	width:210px;
	color:#434f78;
	margin:0 0 4px 0;
	padding:12px 0 11px 23px;
	background-image:url(../images/li_bg.png);
	background-repeat:no-repeat;
	border-top:2px solid #dbb30e;
	border-bottom:2px solid #dbb30e;
}
#nav a:hover, #aktiv, #subaktiv {
	background-image:url(../images/li_bg_aktiv.png) !important;
}
#nav ul ul {
	margin-top:0;
}
#nav ul ul a {
	width:197px;
	padding:3px 0 3px 36px;
	font-size:0.8em;
	border-top:1px solid #dbb30e;
	border-bottom:1px solid #dbb30e;
}
#inhalt {
	width:626px;
	float:left;
	border-left:5px solid #dbb30e;
	padding:100px 40px 40px 40px;
	min-height:350px;
}
#unten {
	clear:both;
	width:100%;
	height:8px;
	background-image:url(../images/rand_unten.jpg);
	background-repeat:no-repeat;
}
#band {
	position:absolute;
	top:3px;
	left:50%;
	margin-left:140px;
}
.clear {
	clear:both;
}