body {
	background-color:#FFF8DD;
	color:#000000;
	font-family:"Times New Roman",Veranda, Arial, Helvetica, sans-serif;
	text-align: center;
}

* {
	font-size: 14px;
	margin: 1px;
	padding: 1px;
}

h1 { 
font-size: 28px; 
color: #105da5;
font-weight: bolder;
}

h2 { 
font-size: 24px;
color: #105da5; 
font-weight: bold;
}

h3 { 
font-size: 14px; 
font-weight: bold;
}
h4{
font-size: 24px; 
font-weight: bold;
margin: 10px;
	padding: 30px;
}
h5{
font-size: 14px; 
text-decoration: underline;
text-align: left;
font-style:italic;
	
}	

#seite {
  width:100%;
  margin: 0 auto;
  background-color: #FAFAD2;
}

	
#kopfbereich {
  float:right;
  padding: 40px; 
  margin-top: 10px;
  background:url(logos/willkommen1.jpg) no-repeat center top ;
  width:82%;
  background-color: #FAFAD2;
  
}
  
#inhalt {
	background-color: #FFF8DD;
	margin-left: 18%;
	padding: 20px;
	
}

#steuerung {
	float: left;
	padding: 50px;
	background-color: #FAFAD2;
}
#steuerung{
	width: 150px; 
	text-align: left; 
	border: 0px solid black; 
	border-bottom: none; 
	margin-bottom: 2em;
}

#steuerung ul {
	margin: 0; 
	padding: 0;	
	list-style-type: none;
	text-indent: 20px;
	letter-spacing: 1px;
}

#steuerung li {
	list-style-image: none;
	margin:0; 
	border-bottom: 0px solid black;
}

#steuerung a {
	display: block;
	width: 150px;
	height: 30px;
	font: bold 12px/22px Verdana, Arial, 
	Helvetica, sans-serif; 
}

#steuerung  a:link, #steuerung  a:visited {
	background: url(image/menue.gif);
	color: #105da5;
	text-decoration: none; 
	padding-bottom: 0;
}

#steuerung li a:hover {
	background: url(image/menue.gif) 
	/* hier wird das Image verschoben */
	0px -30px no-repeat; 
	color: #000000;
	text-decoration: none;
}

#steuerung li a#current {
	background: url(image/menue.gif)
   /* hier wird das Image verschoben */ 
	0px -30px no-repeat;
	color: #fff;
	text-decoration: none;
}
  
  #main,
#sidebar{
	width:35%;
	
	
}
	
#main{
	float:left;
	margin:20px 20px 20px 80px;
	
	
}
#main ul{
	text-align: left; 
	list-style-type: none;
	

}
#main ul li a{
	margin-left: 52px;
	list-style-type: none;
	font-size: 18px;
}

#sidebar{
	float:right;
	margin:20px 80px 20px 0px;
	border-bottom: 0px solid black;
	
}

#sidebar ul{
	text-align: left; 
	list-style-type: none;
}

#fussbereich {
  clear: both;
  padding: 20px;
  background-color:#FAFAD2;

}
