@charset "UTF-8";
/* CSS Document */

body				{ background-color:#000;}

html, body	 		{ margin:0px;
					  padding:0px;
					  font-family:Verdana, Geneva, sans-serif;
					  font-size:12px;
					  color:#c5875f;} 
					  
a					{ text-decoration:none;
					  color:#c5875f;}
					  
a img				{ border:none;}

a:hover				{ color:#999;}


<!-- INDEX-SEITE -->

.index				{ width:700px;
					  margin:auto;
					  margin-top:170px;
					  background-color:#9F0;}

.haus				{ width:440px;
					  margin:auto;
					  margin-top:170px;}
					  
.bu					{ width:700px;
					  text-align:center;
					  margin:auto;
					  color:#999;}
					  
.fett				{ font-weight:bold;}

<!-- ALGEMEINE SEITE -->

.gesamt				{ width:890px;
					  height:521px;
					  /*background-color:#FC3;*/
					  margin:auto;
					  margin-top:30px;}
					  
.header				{ width:890px;
					  height:170px;
					  /*background-color:#F66;*/
					  margin:auto;
					  margin-top:30px;}
					  
.logo				{ margin-left:290px;
					  margin-bottom:35px;}

.navi				{ width:760px;
					  height:30px;
					  margin-left:64px;
					  padding-top:9px;
					  text-align:center;
					  background-image:url(images/navi.png);
					 /* background-color:#F90;*/}
					  
.inhalt				{ width:890px;
					  height:316px;
					  /*background-color:#F0C;*/
					  margin:auto;}
					  
					  
.inhalt_restaurant			{ width:890px;
					  		height:316px;
					  		background-image:url(images/home-1.png);
					  		background-repeat:no-repeat;
					  		margin:auto;}
					  
					  
.inhalt_restaurant_bsp_1	{ width:890px;
					  		height:316px;
					  		background-image:url(images/restaurant-5.jpg);
					  		background-repeat:no-repeat;
					  		margin:auto;}
					  
					  
.inhalt_restaurant_bsp_2	{ width:890px;
					 		 height:316px;
					 		 background-image:url(images/restaurant-4.jpg);
					 		 background-repeat:no-repeat;
					 		 margin:auto;}
					  
					  
.inhalt_essen		{ width:890px;
					  height:316px;
					  background-image:url(images/essen-1.jpg);
					  background-repeat:no-repeat;
					  margin:auto;}
					  
					  
.inhalt_essen_bsp_1	{ width:890px;
					  height:316px;
					  background-image:url(images/essen-2.jpg);
					  background-repeat:no-repeat;
					  margin:auto;}
					  
					  
.inhalt_essen_bsp_2	{ width:890px;
					  height:316px;
					  background-image:url(images/essen-3.jpg);
					  background-repeat:no-repeat;
					  margin:auto;}
					  
.inhalt_impressum	{ width:890px;
					  height:316px;
					  background-image:url(images/impressum.jpg);
					  background-repeat:no-repeat;
					  margin:auto;
					  font-size:10px;}
					  
.impressum_lks		{ width:305px;
					  margin-top:20px;
					  margin-left:90px;
					  margin-right:35px;
					  float:left;
					  color:#ffb995;}
					  
					  
.impressum_re		{ width:370px;
					  height:276px;
					  margin-top:20px;
					  padding-right:25px;
					  float:left;
					  overflow:auto;
					  color:#ffb995}
					  					  
					  
.links				{ width:890px;
					  height:10px;
					  padding-top:290px;
					  text-align:center;
					  font-weight:bold;}
					  
					  
.footer				{ width:760px;
					  height:30px;
					  margin:auto;
					  /*background-color:#09F;*/
					  text-align:center;
					  padding-top:7px;
					  background-image:url(images/footer.png);
					  background-repeat:no-repeat;}