body {
		margin: 0;
		padding: 0;
		background-color: #FFFF99;
		text-align: center;
}

#container {
		position: relative;
		width:100%;
		min-width: 920px;
		max-width: 1200px;
		min-height: 728px;
		margin-top:10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		text-align: left;
}
#header {
		height: 100px;
		background: url(../bilder/background/logo.png) no-repeat 90% 50%;
		margin-bottom: 10px;
}

#main {
		background: url('../bilder/background/main_orange.jpg') repeat-x;
		height:582px;
		
}

#top {
		background: url('../bilder/background/abschluss_oben_orange.png') repeat-x;
		height:36px;
}

#bottom {
		background: url('../bilder/background/abschluss_unten_orange.png') repeat-x;
		height:36px;
		}
		

#news {
		width: 440px;
		height: 450px;
		text-align: left;		/*weheeeee irgendwär veränderet da nomal uf center!!! */
		/*position: absolute;
		top:280px;
		left:400px;*/
		padding-left:140px;
		margin-left: auto;
		margin-right: auto;
		overflow:auto;
		font-family: arial;
}
		
#bild1 {
		width:250px;
		height:150px;
		position: absolute;
		left:10px;
		top:500px;
		background: url('../bilder/Home/Restaurant14.png') no-repeat center;
		
}

#bild2 {
		width:250px;
		height:150px;
		position: absolute;
		left:10px;
		top:230px;
		background: url('../bilder/Home/Stimmung12.png') no-repeat center;
}

#bild3 {
		width:250px;
		height:150px;
		position: absolute;
		right:10px;
		top:230px;
		background: url('../bilder/Home/Restaurant11.png') no-repeat center;
}

#bild4 {
		width:200px;
		height:200px;
		position: absolute;
		left:10px;
		top:445px;
		background: url('../bilder/G12.jpg') no-repeat center;
}

#begruessung {
		/*position: absolute;
		right:250px;
		top:220px;*/
		margin-left: auto;
		margin-right: auto;
		background: url('../bilder/schriftzug.png');
		width:320px;
		height:50px;
}

/* Haupt-Navigation */


#navigation {
   background-color: transparent;
   height:36px;
   margin-left: 20px;
   }

#navigation LI {
   background-color: transparent;
   padding: 0;
   margin: 0;
   list-style: none;
   display:inline;
   }

#navigation UL {
   background-color: transparent;
   padding: 0;
   margin: 0;
   }

#navigation A {
   padding: 0;
   margin: 0;
   display: block;
   float:left;
   }

#navigation A.home:link, #navigation A.home:visited {
   background: url('../bilder/buttons/home1.png') no-repeat 0% 100%;
   width: 100px;
   height:40px;
   }

#navigation A.home:hover, #navigation A.home:focus {
   background: url('../bilder/buttons/home2.png') no-repeat 0% 100%;
   width: 100px;
   height:40px;
   }
   
#navigation A.restaurant:link, #navigation A.restaurant:visited  {
   background: url('../bilder/buttons/restaurant1.png') no-repeat 0% 100%;
   width: 200px;
   height:40px;
   }

#navigation A.restaurant:hover, #navigation A.restaurant:focus{
   background: url('../bilder/buttons/restaurant2.png') no-repeat 0% 100%;
   width: 200px;
   height:40px;
   }
#navigation A.event:link, #navigation A.event:visited {
   background: url('../bilder/buttons/events1.png') no-repeat 0% 100%;
   width: 130px;
   height:40px;
   }

#navigation A.event:hover, #navigation A.event:focus {
   background: url('../bilder/buttons/events2.png') no-repeat 0% 100%;
   width: 130px;
   height:40px;
   }
#navigation A.kontakt:link, #navigation A.kontakt:visited {
   background: url('../bilder/buttons/kontakt1.png') no-repeat 0% 100%;
   width: 150px;
   height:40px;
   }

#navigation A.kontakt:hover, #navigation A.kontakt:focus {
   background: url('../bilder/buttons/kontakt2.png') no-repeat 0% 100%;
   width: 150px;
   height:40px;
   }    
   
  #navigation A.bilder:link, #navigation A.bilder:visited {
   background: url('../bilder/buttons/bilder1.png') no-repeat 0% 100%;
   width: 130px;
   height:40px;
   }

#navigation A.bilder:hover, #navigation A.bilder:focus {
   background: url('../bilder/buttons/bilder2.png') no-repeat 0% 100%;
   width: 130px;
   height:40px;
   }
   
  #navigation A.links:link, #navigation A.links:visited {
   background: url('../bilder/buttons/links1.png') no-repeat 0% 100%;
   width: 150px;
   height:40px;
   }

#navigation A.links:hover, #navigation A.links:focus {
   background: url('../bilder/buttons/links2.png') no-repeat 0% 100%;
   width: 150px;
   height:40px;
   }
   
   
   
/* Sub-Navigation */
   
   #subnavigation {
   background-color: transparent;
   height:36px;
   margin-left: 20px;
   padding-left: 120px;
   }

#subnavigation LI {
   background-color: transparent;
   padding: 0;
   margin: 0;
   list-style: none;
   display:inline;
   }

#subnavigation UL {
   background-color: transparent;
   padding: 0;
   margin: 0;
   }

#subnavigation A {
   padding: 0;
   margin: 0;
   display: block;
   float:left;
   }


element { }
