body {
	background:url(images/bg.jpg) repeat-x #f6f8d3;
	margin-top:0px;
	font-family: Georgia, serif;
    font-size: 16px;	
}

img {
	border:none;
}

a,a:visited {
	color:#5f1524;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
		color:#5f1524;
}
	


#sprache {
	margin:auto;
	width:880px;
	height:20px;
	text-align:right;
	margin-top:10px;
	position:relative;
		z-index:1000;
}

#sprache .link {
	margin-right:12px;
	font-size:13px;
	position:relative;
	top:-6px;
}

#header {
	margin:auto;
	background:url(images/header.png);
	width:1000px;
	height:500px;
	margin-top:-56px;
}

#menu {
	position:relative;
	top:85px;
	left:29px;
	z-index:100;
}

#menu ul {
	list-style-type:none;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	padding-left:98px;
	padding-right:98px;
	padding-top:20px;
	padding-bottom:15px;
	color:#f6f8d3;
	font-size:18px;
	text-decoration:none;
	border-right:1px solid #f6f8d3;
	margin-left:-4px;
	font-weight:normal;
}


#menu ul .menu-last  a {
	border-right:none !important;
}


#menu ul li a:hover {
		color:#f6f8d3;
		text-decoration:underline;
}



#menu ul li ul {
    position:absolute;
    top:34px;
    left:-5px;
	display:none;
	text-align:center;
	width:872px;
	height:318px;
	background:url(images/pommes.png) right no-repeat;
}


#menu ul .menu-first ul {
    position:absolute;
    top:34px;
    left:-5px;
	display:none;
	text-align:center;
	width:872px;
	height:318px;
	background:url(images/bier.png) right no-repeat;
}



#menu ul .menu-last ul {
    position:absolute;
    top:34px;
    left:0px;
	display:none;
	text-align:center;
	width:872px;
	height:318px;
	background:url(images/schnitzel.png) right no-repeat;
}


#menu ul li:hover ul {
    display: block;
}

#menu ul li ul li {
  	display:block;
  	width:309px;
  	position:relative;
  	left:282px;
  }  
 
 
  
 #menu ul .menu-first ul li {
  	display:block;
  	width:286px;
  	position:relative;
  	left:5px;
  }  
  
  #menu ul .menu-last ul li {
  	display:block;
  	width:213px;
  	position:relative;
  	left:595px;
  }  

  
  
  
#menu ul li ul li a {
  	display:block;
    z-index:200;
    background-color:#5f1524;
    border-top:1px solid #f6f8d3;
    border-right:none;
    padding-top:19px;
    font-size:16px;
    width:319px;
    padding-left:0px;
    padding-right:0px;
  }

#menu ul .menu-first ul li a {
	    width:278px;
}


#menu ul .menu-last ul li a {
	    width:277px;
}


#menu ul li ul li a:hover {
			color:#5f1524;
			background:#f6f8d3;;
}




#inhaltbg {
margin:auto;
background:url(images/inhaltbg.png) repeat-y;
width:1000px;
min-height:500px;
position:relative;
top:-100px;
overflow:hidden;
}

#inhalt {
margin:auto;
background:url(images/inhalt.png) repeat-y;
width:760px;
min-height:400px;
position:relative;
top:50px;
padding-top:20px;
padding-left:120px;
padding-right:120px;
padding-bottom:120px;
}

#inhalt_unten {
margin:auto;
background:url(images/inhaltbg_unten.png);
width:1000px;
height:80px;
position:relative;
top:-100px;
}

#footer {
	margin:auto;
	width:800px;
	text-align:center;
	position:relative;
top:-100px;
font-size:14px;
}