body {
	background: #F6EEE4;
}

ul,ol,li,a,P  {
	font-size : 101%;
	font-family : Arial, Tahoma, sans-serif;
	color : #5D1016;
	text-align : justify;
}

H1  {
	font-family : Arial, Tahoma, sans-serif;
	font-size : x-large;
	line-height : normal;
	text-align : left;
	color : #5D1016;
	font-weight : bold;
}

H2  {
	font-size : large;
	font-family : Arial, Tahoma, sans-serif;
	line-height : normal;
	color : #5D1016;
	text-align : left;
	font-weight : bold;
}

H3  {
	font-size : medium;
	font-family : Arial, Tahoma, sans-serif;
	line-height : normal;
	color : #5D1016;
	text-align : left;
	font-weight : bold;
}

A  {
	font-size:normal;
	font-family : Arial, Tahoma, sans-serif;
	color : #5D1016;
	text-decoration : underline;
	text-align : left
}

.left {
	text-align : left;
}


.center {
	text-align : center;
}

.rechts  {
	text-align : right;
}

#container {
	position:absolute;
	border:0px solid black;
	width:750px;
	height:520px;
	margin-left:-375px;
	margin-top:-260px;
	top:50%;
	left:50%;
}

#links {
	position: relative;
	top: 50px;
	left: 0px;
	width: 160px;
	background-color: white;
	color: Maroon;
	border: 0px solid #5D1016;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

ul#navlist {
	position: relative;
	text-align: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#navlist li {
	display: block;
	text-align: right;
}

ul#navlist li a {
	display: block;
	width: 149px;
	padding: 0.35em 0.7em 0.35em 0;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #5D1016;
	text-decoration: none;
	background: #f7f2ea;
	font-size:73%;
	text-align: right;
}

#navcontainer>ul#navlist li a {
	width: 145px;
}

ul#navlist li#active a {
	color: #5D1016;
	background: #f0e7d7;
	border-color: #aaab9c #fff #fff #ccc;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	background: #E9DFC6;
	border-color: #aaab9c #fff #fff #ccc;
	text-decoration: underline;
}

ul#navlist li#active a {
	color: #5D1016;
	background: #E9DFC6;
	border-color: #aaab9c #fff #fff #ccc;
	font-weight: bold;
	text-decoration: none;
}

ul#navlist li#active a:hover {
	color: #5D1016;
	text-decoration: none;
	cursor: text;
}

#oben {
	position: absolute;
	top: 15px;
	left: 0px;
	height: 25px;
	width:750px;
	background-color: transparent;
	font-size : 150%;
	font-family : Arial, Tahoma, sans-serif;
	text-align:center;
	letter-spacing: 6px;
	color : #5D1016;
	z-index: 5;
}

#inhalt {
	position: absolute;
	top: 50px;
	left: 170px;
	width: 540px;
	height: 413px;
	overflow: auto;
	padding: 20px;
	margin: 0px;
	background: White url(bdk_kfo_logo-grau.jpg) no-repeat fixed center;
	color: #5D1016;
	z-index: 8;
	border: 1px dotted #B99076;
	overflow:auto;
}

* html #inhalt {
	height: 390px;
	overflow:scroll;
}	

#inhalt img {
	float: right;
	margin: 3px 3px 3px 5px;
	border:1px solid #96694b;
}

#inhalt img.center {
	float: none;
	margin: 3px 3px 3px 5px;
	border:1px solid #96694b;
	text-align : center;
}

#inhalt img.left {
	float: left;
	margin: 3px 5px 3px 3px;
	border:1px solid #96694b;
}

#inhalt p.left {
	text-align: left;
}


#inhalt p.right {
	text-align: right;
}

#webmaster {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color:#D1B5AB;
	background: transparent;
	z-index:0;
	font: small Arial, sans-serif;
}

#webmaster a {
	color:#D1B5AB;
	font: small Arial, sans-serif;
	text-decoration: none;
}


