* {
	margin: 0px;
	padding: 0px;
}

#container {
	position:relative;
	width: 990px;  
	background-color:#FBF8F4;
	margin: 0 auto; 
	text-align: left;
    }
/*Rand oben */
#oben {
	height:12px;
	background-color:#E6E3DF;
}
/*1. Kopfzeile für Logo usw. */
	
	#logo {
	position:absolute;
	width:238px;
	height:144px;
	z-index:30;
	left: 741px;
	top: 6px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../bilder/logo1.png);
}
#kopf1 {
	position:relative;
	height:90px;
	background-color:#FBF8F4;
	padding: 0px 10px 0 20px;
	margin-top:0px;
	border-bottom-width: 2px;
	border-bottom-style:dotted;
	border-bottom-color: #132a4e;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	overflow:hidden;
}
#kopf1 h1 {
	margin: 0; 
	padding: 0 0; 
}
#kopftext1 {
	position:absolute;
	width:728px;
	height:15px;
	top:23px;
	left:13px;
	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:728px;
	height:24px;
	top:54px;
	left:13px;
	overflow:hidden;
	z-index:20px;
}
/*2. Kopfzeile für Menü und Bildleiste */	
#kopf2 {
	height:250px;
	background-color:#1C3E71;
	overflow:hidden;
	border-top-width: 3px;
	border-top-style: outset;
	border-top-color: silver;
	margin:0px;
	padding:0px;
	border-bottom-style: inset;
	border-bottom-color: silver;
	border-bottom-width: 3px;
}

#kopflinks {
	float:left;
	width: 190px;
}
#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: #EBF3FC;
	text-decoration:none;
	font-size:1.1em;
}
/*#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 silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background-color: #FBF8F4;
}
/* Navigation links im Seitenkörper */


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

/* --------- Inhalt Mitte    -----------------*/
	
#inhalt1 {
	margin:0px;
	margin-left:180px;
	padding: 10px 10px;
	background-color: #FBF8F4;
	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 #1C3E71;
	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 #AFC7EB;
	line-height: 1.3em;
}
/* ------------------------------------------------------------------------------------------------------------------*/	


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

#fuss {
	background-color: #F1EFED;
	clear:both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: silver;
}
#fuss p {
	margin-left: 190px; 
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.clear {
	clear:both;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#navilinksmitte li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1C3E71;
}

