

* {
margin:0;
padding:0;
}


body {
	background: #F1F1F1;
	text-align: center;		
	font-size: 75%
}

ul, li {
	list-style-type: none;
}

#wrapper {
	background: #FFF8E6;     /*Neu*/	
	text-align: left;		
	width: 930px;
	height: 688px;
	margin:  0 auto;
	position: relative;
}

#meta-information {
	background: #FFB400;
	color:  #fff;
	height: 148px; /*Neu*/
}

#navigationsspalte {
	float: left;
	width: 150px;
	height: 500px; /*Neu*/
	background: #708090;
	font-family:Verdana, Geneva,Arial,SunSans-Regular,sans-serif; /*Neu*/
	
}

#navigation li {
	background: #6C7B8B; /*#C9C9C9*/ /*#DFE1E2*/
	border-top: 1px solid #F7F7F7;  /*#707F90*/ /*rgb(255,255,255)*/
	border-bottom: 1px solid #3C444D; /*#3C444D*/
	text-indent:10px;   /*Neu*/
}

#navigation li a {
	display: block;
	color: #fff;	font-size:13px;   /*Neu*/	line-height:40px;
	width:150px;
	text-decoration: none;
}

#navigation li a:hover {
	background: #0B273B;
	color: #fff;
}

#navigation li a.active {
	background: #2f588d; 
	color: #fff;	
}

#navigation li.start {
	border-top: 0;
}

#navigation li.ende {
	border-bottom: 1px solid #F7F7F7;
	
}


#hauptinhalt {
	float: right;
	width: 760px;
	height: 500px; /*Neu*/
	list-style-type: circle;
		
}

ol {
	list-style-type: circle;
	margin: 0px 20;
}

#fuss-information {
	clear: both;
	background: #0B273B;
	color: #fff;
	height: 40px; /*Neu*/ 
	padding: 0px 0;

}

p {
	font: 14px/18px Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

h1 {
	font: 26px/28px Verdana, Geneva, sans-serif;
	margin-top: 0.9em;
	margin-bottom: 0.9em;	
}

h2 {
	font: 19px/23px Verdana, Geneva, sans-serif;	
	font-weight: bold;
	color: #ff8c00;
	margin-top: 1em;
	margin-bottom: 1em;	
}

h3 {
	font: 16px/20px Verdana, Geneva, sans-serif;	
	margin-top: 1.13em;
	margin-bottom: 1em;	
}

h4 {	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	font-size:16px;
	color:#ff8c00;}

h5 {	font: 14px/18px Verdana, Geneva, sans-serif;	font-weight:normal;
	list-style-type: circle;}

h6 {	font:11px/19px Verdana, Geneva, sans-serif;
	text-align: center;		font-weight:normal;
}


h1, #hauptinhalt h2, #hauptinhalt h3, #hauptinhalt h4,  #hauptinhalt h5, #hauptinhalt p,   p {
	padding: 0 10px;	
}

#hauptinhalt ul li {
	padding: 0 80px;
}	
	
#fuss-information p {
	font: 11px/19px Verdana, Arial, Tahoma, Verdana, sans-serif;
	text-align: center;		
	font-weight:normal;	
	margin:0;	padding:0;	
	line-height:35px;
}


