/* ### Grundeinstellungen ############################################################ */

html{height:100%;margin:0;padding:0;}
* {margin: 0;padding: 0;}

body {
	background:#f7f7e8 url(img/page_bg.gif) repeat-x;
	background-color:#f7f7e8;
	font:13px "Andale Mono", "Arial", serif;
	font-weight: normal;
	color: #333;
}

/* ### 2) TEXT FORMATIERUNG ############################################################ */

p {
	font-size:1em;
	margin: 5px 0 10px 0;
	line-height: 20px;
	padding:0;
	  text-shadow: 0 1px 1px rgba(255,255,255,1);
}

blockquote {
	font-weight:bold;
	font-size:1.3em;
	margin-top: 0px;
	line-height: 19px;
	padding: 5px 0 5px 0;
}


b {
	font-weight:bold;
	font-size:1em;
	margin-top: 0px;
	line-height: 19px;
	padding: 5px 0 5px 0;
}


a {
	color: #467122;
	margin-top: 0px;
	font-size:1em;
	text-decoration:none;
}

a:hover {
	color: #467122;
	margin-top: 0px;
	font-size:1em;
	text-decoration:underline;
}

h1 {
	font-family: "Times New Roman", Times, serif; font-size:4em;font-weight:normal;
  text-shadow: 0 1px 1px rgba(255,255,255,1);
	color: #467122;
	margin: 10px 0;
	padding:0;
}

h2 {
	font-family: "Times New Roman", Times, serif; font-size:2em;font-weight:normal;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	color: #1d2b0d;
	margin: -10px 0 10px 0;
	padding:0;
	font-weight:normal;
}

h3 {
	font: normal 15px Andale Mono, serif;
	color: #333;
	margin: 5px 0 5px 0;
	padding:0;
	font-weight:normal;
}

h4 {
	clear:both;
	font:13px "Lucida Sans Unicode", "Trebuchet MS", serif;
	color: #333;
	margin: 10px 0 10px 0;
	padding:0;
	font-weight:bold;
	text-decoration:underline;
}

h5,h6 {
	clear:both;
	color: #000;
	font:12px "Lucida Sans Unicode", "Trebuchet MS", serif;
}

#copys p{ color: #4E5049;font-size:0.9em;line-height: 10px;}

blockquote {
	clear:both;
	width:430px;
	font-size:1em;
	font-weight:normal;
	overflow: auto;
	padding: 0 10px;
	margin: 20px 0px;
	line-height: 1.8em;
	background-color: #efefef;
	border: 1px solid #DADADA;
}


#karte a { 
display:block;
background-image:url(../files/speisekarte_button.png);
width:300px; height:150px }

#karte a:hover { background-image:url(../files/speisekarte_button_h.png); }

/* ### 3) Bildelemente ############################################################ */

img {border:0;padding:0;margin:0;}

.bild_left {
	float:left;
	margin:10px 10px 5px 0;
	padding:0;
	border-width:0px;
}

.bild_right {
	float:right;
	margin:10px 0px 5px 10px;
	padding:0;
	border-width:0px;
}

/* ### 4) Der Seitenaufbau ############################################################ */


#wrapper {width: 950px;height:auto;margin:auto;}

#head{
	background:none;
	float:left;
	height: 80px;
	width: 950px;
	margin:0;
	padding:0;
	z-index:2;
	 position:relative;
}

#logo{
	float:left;
	height: 80px;
	width: 240px;
	margin:25px 0 0 0;
	padding:0;
}

#content{
	float:left;
	height: auto;
	width: 950px;
	margin-top:4%;
	padding:0;
	z-index:3;
	position:relative;
}

#content_left{
	float:left;
	height: auto;
	width: 450px;
	margin:0;
	padding:0;
}

#content_right{
	float:left;
	height: auto;
	width: 470px;
	margin:80px 0 0 20px;
	padding:0;

}

#gallery{
	float:left;
	height:auto;
	width: auto;
	margin:100px 0 0 0;
	padding:0;
}

#gallery img{
	border: 1px #fff solid;
}

#gallery img:hover{
	border: 1px #000 solid;
}

#impressum{
  clear:both;
  float:left;
	height: auto;
	width: 950px;
	margin:40px 0 10px 0;
	padding:0;
	z-index:3;
	position:relative;
}

#impressum p{
  	font-size:0.8em;
  	line-height:1em;
  	color:#666;
}

#foot{
	float:left;
	height: auto;
	width:auto;
	margin:20px 0 20px 0;
	padding:0 0 20px 0;
	font-size:0.8em;
	z-index:4;
		position:relative;
}

/* ### 5) Die Hauptnavigation ############################################################ */

#navigation{
	background:none;
	float:right;
	height:80px;
	width: auto;
	margin:25px 0 0 0;
	padding:0;
}


ul#navlist {
	float:right;
	background:none;
	height: 80px;
	width:auto;
	margin:0;
	padding:0;
	white-space: nowrap;
}

#navlist li	{
	display: inline;
	list-style-type: none;
}

#navlist li span { padding: 5px 15px; font-weight:normal; text-decoration:underline; color: #333;}
#navlist a { padding: 5px 15px; font-weight:normal; font-family: "Times New Roman", Times, serif; font-size:1.3em;font-weight:normal;}
#navlist a:link, #navlist a:visited {color: #333;text-decoration: none;}
#navlist a:hover {color: #467122;text-decoration: none;}
ul#navlist li.aktiv a{ padding: 5px 15px; font-weight:normal; color:#467122;text-decoration:underline;}