body {
  background-color: #fffcc1;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  
}

h2{
	color:	#f36018;
	text-transform:uppercase;
	padding-top:20px;
}
h2#top{
	color:	#f36018;
	text-transform:uppercase;
	padding-top:0px;
	margin-top:0px;
}

b{
	color:#62002a;
}

td#bezeichnung b{
	color:#62002a;
	text-transform:uppercase;
}

div#angebot, table#angebotsliste{
	width:500px;
	margin-left:20px;
	color:black;
}


td#bezeichnung{
	color:#62002a;
}

div#info, td#info{
	font-size:x-small;
	padding-bottom:25px;	
}

td#preis{
	width: 75px;
	text-align:right;	
	vertical-align:bottom;
}

#container{
	
  height:792px;
  min-height:792px;
  max-height:792px;
  	
	
  width: 900px;
  min-width:900px;
  max-width:900px;
	
  position: absolute; 
  
  left: 50%; 
  margin-left: -450px; 
  margin-top: 10px;	
  
}

#service{
	font-size: 16px;
  	font-family: Verdana;
	color:#62002a;
	font-variant:small-caps;
	letter-spacing:0.1em;
	text-transform:uppercase;
	float:right;
	
	text-align:center;
	position:relative;
	right:110px;
	top:40px;
}

#startseite_logo { 
	
	width: 417px;
	height:368px;
	
	position: absolute; 
  
  	left: 50%; 
  	margin-left: -210px; 
	margin-top:50px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	
	
}
#startseite { 
	
	width: 417px;
	height:368px;
	
	position: absolute; 
  
  	left: 50%; 
  	margin-left: -210px; 
	margin-top: 200px;
	background-image:url(../images/tauchen_sie_ein.png);
	background-repeat:no-repeat;
	
	
}


#inhalt { 
	color:#62002a;
	
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  	
  	text-align:justify;
  
	width: 860px;
	min-width:860px;
	max-width:860px;
	
	height:600px;
	min-height:600px;
	max-height:600px;
	
	background-image:url(../images/hintergrund.png);
	background-repeat:no-repeat;
	border:1px solid #f36018;
	
	padding:20px;
	
	line-height: 1.5;
	overflow: auto;
}


#menu_top{
	
}		

#menu_bottom{
	text-align:right;
	width:902px;
}		


ul#nav_top{
	flaot:left;	
	margin:0px;
    margin-top:20px;
    
    width:902px;
    padding:0px;
}

li a{
	color:#f36018;
	text-decoration:none;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;		
}

ul#nav_top li#li_nav {
    list-style: none;
    display: inline;
    
    background:#fefeed;
    border:1px solid #f36018;
    
    border-bottom:none;
    border-right:none;
    
    margin:0px;
    margin-left:0px;
    margin-right:0px;
    
    display: table-cell;
    width:200px;
    
    text-align:center;
    
    padding-top:10px;
    padding-bottom:10px;
}

ul#nav_top li#li_nav_aktiv, ul#nav_top li#li_nav:hover {
    list-style: none;
    display: inline;
    
    background:#fcd98b;
    border:1px solid #f36018;
    
    border-bottom:none;
    border-right:none;
    
    margin:0px;
    margin-left:0px;
    margin-right:0px;
    
    display: table-cell;
    width:200px;
    
    text-align:center;
    
    padding-top:10px;
    padding-bottom:10px;
}




ul#nav_bottom{
	float:right;
}

ul#nav_bottom li {
    display: inline;
    margin: 0.4em; padding: 0;
}