/* Copyright P. Gamradt, Webdesign - Marketing - DV-Schulung */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#E8DFCA;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#23321d;
}
#container {
	position:relative;
	width: 990px;
	background-color:#EEE7D7;
	margin: 0 auto;
	text-align: left;
}
/*Rand oben */
#oben {
	height:12px;
	background-color:#E8DFCA;
}
/*1. Kopfzeile für Logo usw. */
	
	#logo {
	position:absolute;
	width:238px;
	height:144px;
	z-index:30;
	left: 750px;
	top: 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/logo.jpg);
}
#kopf1 {
	position:relative;
	height:90px;
 background-color:#f1e9e9  padding: 0px 10px 0 20px;
	margin-top:0px;
	border-bottom-width: 2px;
	border-bottom-style:dotted;
	border-bottom-color: #AA7F00;
	border-top: 1px solid #ae9555;
	border-left: 1px solid #ae9555;
	border-right: 1px solid #ae9555;
	overflow:hidden;
}
#kopf1 h1 {
	margin: 0; 
	padding: 0 0; 
}
#kopftext1 {
	position:absolute;
	width:719px;
	height:15px;
	top:14px;
	left:11px;
	z-index:20;
}
#kopftext1 h1, #kopftext2 h1 {
	padding:0;
	margin:0;
	font-size:16px;
	font-style: normal;
	text-transform: none;
	font-variant: normal;

}
#kopftext2 {
	position:absolute;
	width:720px;
	height:32px;
	top:52px;
	left:10px;
	overflow:hidden;
	z-index:20;
}
/*2. Kopfzeile für Menü und Bildleiste */	
#kopf2 {
	height:250px;
	background-color:#930200;
	margin:0px;
	padding:0px;
	overflow:hidden;
	border-top-width: 3px;
	border-top-style: outset;
	border-top-color: silver;
	border-bottom-style: inset;
	border-bottom-color: silver;
	border-bottom-width: 3px;
	border-left: 1px solid #ae9555;
	border-right: 1px solid #ae9555;
}
#kopflinks {
	float:left;
	width: 195px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#kopfmitte {
	float:left;
	width:650px;
}
/*Menü Kopf*/


#kopflinks ul {
	margin-top:20px;
	margin-left:10px;
	list-style-type:none;
	font-weight:bold;
	line-height:25px;
}
#kopflinks li a {
	color: #ae9555;
	text-decoration:none;
	font-size:1.0em;
}
/*#kopflinks .aktiv a, #kopflinks ul a:hover{*/
#kopflinks ul a:hover {
	color:#FFDF7D;
}
#kopflinks ul a:active {
	color:#FFDF7D;
}
/* ------------------------------------------------------------------------------------------------------------------*/	
/* -------------------------- Inhaltsbereich -------------------------------------------------------------*/

#container_inhalt {
	border-top: 1px solid #ae9555;
	border-left: 1px solid #ae9555;
	border-right: 1px solid #ae9555;
	background-color: #EEE7D7;
}
/* Navigation links im Seitenkörper */


#navilinksmitte {
	float:left;
	width:190px;
	margin-top:5px;
	padding-top: 5px;
	background-color:transparent;
	font-weight: normal;
	padding-left: 5px;
}
#navilinksmitte li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #897545;
}
#navilinksmitte ul {
	margin-top:0px;
	padding-left:10px;
	list-style-type:none;
	font-weight:bold;
	line-height:25px;
	padding-right: 10px;
}
#navilinksmitte li a {
	color: #BB3431;
	text-decoration:none;
	font-size:1em;
	font-weight: normal;
}
#navilinksmitte ul a:hover {
	color:#930200;
}
/* --------- Ende Navigation -----------------*/	

/* --------- Inhalt Mitte    -----------------*/
	
#inhalt1 {
	margin:0px;
	margin-left:200px;
	padding: 10px 10px;
	background-color: #F5F1E9;
	height:100%;
}
#container #container_inhalt #inhalt1 .li {
	list-style-position: outside;
	list-style-type: disc;
	padding: 5px;
	margin: 15px;
}
#container #container_inhalt #inhalt1 img {
	float: left;
	margin-right: 10px;
	border: 1px solid #B79B59;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container #container_inhalt #inhalt1 .ohnerahmen {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Bildspalte rechts */
#column {
	background:transparent;
	float: right;
	width: 210px;
	margin-right:10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	border: 1px solid #BA9E5F;
	line-height: 1.3em;
}
/* ------------------------------------------------------------------------------------------------------------------*/	


/* ----------- Fuß -------------------------*/

#fuss {
	background-color: #DACBA9;
	clear:both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ae9555;
	border-left: 1px solid #ae9555;
	border-right: 1px solid #ae9555;
}
#container #container_inhalt #inhalt1 div ol {
	padding-left: 25px;
}
#container #container_inhalt #inhalt1 div ol li {
	padding-bottom: 1.5em;
}

#fuss p {
	margin-left: 190px; 
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.clear {
	clear:both;
	line-height: 1px;
	font-size: 1px;
}
#container #fuss img {
	padding: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 1px;
}

