* {	margin: 0;	padding: 0;}
body {
	text-align: center;
	background-color: #ffffff;
}
p {
margin-bottom: 1.8em;
margin-top: 0em;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	width: 800px;
	margin: 0 auto;
	background-color: #dce8f2;
	background-image:url(images/navi-bg.jpg);
	background-repeat:repeat-y;
	text-align: left;
	top: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	overflow: hidden;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #282996;
	border-right-color: #282996;
	border-bottom-color: #282996;
	border-left-color: #282996;
}

#start {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	width: 800px;
	margin: 0 auto;
	background-color: #dce8f2;
	text-align: left;
	top: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	overflow: hidden;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #282996;
	border-right-color: #282996;
	border-bottom-color: #282996;
	border-left-color: #282996;
}

#top {
	background-color:#CCCCCC;
	height: 250px;
	width: 100%;
}
#navi {
	float: left;
	width: 200px;
}
#inhalt {
	float: right;
	width: 540px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 30px;
	line-height: 17px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi li {
	list-style-type: none;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #adc2e2;
	border-bottom-color: #adc2e2;
	border-left-color: #adc2e2;
	padding-left: 15px;
	border-top-width: 0px;
}
#navi li a:link, #navi li a:visited {
	color: #000000;
	text-decoration: none;
}
#navi li a:hover, #navi li a:active {
	text-decoration: underline;
}
#foot {
	clear: both;
	background-color: #282996;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #dce8f2;
	font-size: 0.8em;
	text-align: center;
}
#foot a:link, #foot a:visited {
	color: #dce8f2;
	text-decoration: none;
}
#foot a:hover, #foot a:active {
	text-decoration: underline;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #00297a;
	padding-bottom: 0.6em;
}
h2 {
	color: #00297a;
	font-weight: bold;
	font-size: 1em;
	margin-top: 1em;
	padding-bottom: 0.5em;
}

#inhalt a:link, #inhalt a:visited, #inhalt a:hover, #inhalt a:active {
	color: #000000;
}

#inhalt ul, #inhalt ol {
	margin-left: 25px;
}
#inhalt img {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
	border: 1px solid #00297a;
}
