@charset "utf-8";
/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:14px;
	 font-style: normal;
	 font-weight: normal;
	 margin:5px 2px 10px 2px;
	 line-height: 18px;
}
#logo {
	position:absolute;
	top:100px;
	left:60px;
	width:880px;
}

#vorspeisen {
    position:absolute;
	top:375px;
	left:60px;
	width:200px;
	background-color:#FFFFFF;
}

#contentspeisekarte {
    position:absolute;
	top:500px;
	left:60px;
	width:540px;
}

#speisekarte {
   
   position:absolute;
   top:296px;
   left: 620px;
}

#weinkarte {
   
   position:absolute;
   top:516px;
   left: 620px;
}

#indexBild {
    position:absolute;
	top:280px;
	left:60px;
	
}
	

#homeBild {
	position:absolute;
	top:100px;
	left:308px;
}

#nav {
	position:absolute;
	top:249px;
	left:308px;
	width:663px;
	height:32px;
}
   
#content {
	position:absolute;
	top:296px;
	left:60px;
	width:540px;
}


.balken {
	width:540px;
	background-color:#333333;
	height:5px;
}

.spacer15 {
	width:540px;
	background-color:#FFCC66;
	height:15px;
}

.spacer10 {
	width:540px;
	background-color:#FFFFFF;
	height:10px;
}

.balkenklein {
	width:235px;
	background-color:#333333;
	height:5px;
}

.spacer15klein {
	width:235px;
	background-color:#FFCC66;
	height:15px;
}

.spacer10klein {
	width:235px;
	background-color:#FFFFFF;
	height:10px;
}

.striche {
	border-bottom:#000000 dashed 1px;
}

.speisekartefont {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 24px;
}

.davidfont {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 24px;
	vertical-align:text-top;
	text-align:left;
	color:#FFCC00;
	
}

#bilderGallerie {
    position:absolute;
	top:296px;
	left:620px;
	width:235px;
	height:206px
} 


#oeffnungszeiten {
    position:absolute;
	top:516px;
	left:620px;
	width:235px;
	height:206px;
}

#austellung {
    position:absolute;
	top:630px;
	left:620px;
	width:235px;
	height:206px;
}
 
 
/* Fette Überschrift in Speisekarte*/ 
h6 {	
	font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:24px;
	 font-style: normal;
	 margin: 5px 0 5px 0;
	 padding: 0 0 0 0;
	 
}

/* Überschrift mit strichen oben und unten */ 

h5 {	
	
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:14px;
	 font-style: normal;
	 margin: 5px 0 5px 0;
	 padding: 5px 0 5px 0;
	 border-bottom:#000000 dashed 1px;
	 border-top:#000000 dashed 1px;
	 
}
 
/* Überschrift mit strichen unten */ 
 
h4 {
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:14px;
	 font-style: normal;
	 margin: 5px 0 0px 0;
	 padding: 5px 0 0px 0;
	 border-bottom:#000000 dashed 1px;
	 
}

/* breadcrumb */

h2 
	{	
	font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:12px;
	 font-style:normal;
	 font-weight:normal;
	 border:0;
	 margin:2px 0 2px 0;
}

/* Fließtext */

h3 
	{	
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:15px;
	 font-style:normal;
	 font-weight:normal;
	 line-height:26px;
}

     
/* Fette Überschrift */
h1 {	
	font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:24px;
	 font-style: normal;
	 line-height:40px;
	 
}


li {
  list-style: none;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  margin: 1px 0 1px 5px;
}

ul {
    margin:0 0 0 0;
}