* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 20px;
}

body {
	background: #A2080E;
}

p {
	font-weight: bold;
	margin-bottom: 10px;
}

h1 {
	font-size: x-small;
	font-weight: normal;
	line-height: 14px;
}

h2 {
	margin-bottom: 15px;
}

p {
	font-weight: normal;
}

ul {
	margin: 10px 0 0 15px;
}

hr {
	width: 100%;
	margin-bottom: 25px;
	border-top: 1px solid #F39D14;
}


/* Navigation */

ul.niveau0 {
	list-style: none;
}

ul.niveau0 li {
	background: url(../img/list.gif) no-repeat top left;
	margin-bottom: 8px;
	padding-left: 18px;
}

ul.niveau0 li:hover {
	background: url(../img/list-over.gif) no-repeat top left;
	padding-left: 18px;
}

ul.niveau0 li a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

ul.niveau1 {
	list-style: none;
}

ul.niveau1 li {
	background: none;
	padding-left: 3px;
}

ul.niveau1 li:hover {
	background: none;
	padding-left: 3px;
}

ul.niveau1 li a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}


/* Bereiche */

div#container {
	width: 941px;
	margin: 20px auto 0 auto;
	background: url('../img/wrapper.gif') repeat-y left;
}

div#header {
	width: 941px;
	height: 195px;
	background: url('../img/header.gif') top no-repeat;
}

div#navi {
	width: 223px;
	min-height: 400px;
}

div#content {
	position: relative;
	left: -1px;
	float: right;
	width: 715px;
	min-height: 425px;
}

div#text {
	padding: 0 40px 0 20px;
}

div#text a {
	text-decoration: underline;
	color: #000;
}

div#text a:hover {
	color: #A2080E;
}

div#footer {
	clear: both;
	height: 50px;
	width: 941px;
	background: url('../img/footer.gif') no-repeat;
	text-align: right;
	color: #F29417;
}

div#footer p {
	padding: 15px 12px 0 0;
	font-weight: bold;
}

div#footer a {
	text-decoration: none;
	color: #F29417;
}

div#footer a:hover {
	text-decoration: underline;
}