* {
margin: 0;
padding: 0;
font-family: arial, sans-serif;
font-size: 12px;
color: #000000;
}
::selection {
background: #8c0000; /* Safari */
color: #faebb4;
}
::-moz-selection {
background: #8c0000; /* Firefox */
color: #faebb4;
}
h1{
font: 25px bold arial,sans-serif;
color: #8c0000;
}
h2{
font: 20px bold arial,sans-serif;
color: #8c0000;
}
h3{
font: 18px bold arial,sans-serif;
color: #8c0000;
}
h4{
font: 16px bold arial,sans-serif;
color: #8c0000;
}
h5{
font: 14px bold arial,sans-serif;
color: #8c0000;
}
h6{
font: 12px bold arial,sans-serif;
color: #8c0000;
}
a{
color: #000000;
text-decoration: none;
font-weight: bold;
}
a:hover, a:active{
text-decoration: underline;
}
html, body {
height: 100%;
}
#background{
background: #faebb4 url(../images/bg_top.png) top left repeat-x;
}
.wrapper{
min-height: 100%;
height: auto !important;
height: 100%;
width: 900px;
margin: 0 auto -4em;
background: #333333 url(../images/bg_middle.png) top left repeat-y;
}
#top{
height: 200px;
width: 100%;
background: url(../images/bg_wrapper.png) top left repeat-x;
}
	#shadow_top_left{
	width: 10px;
	height: 230px;
	float: left;
	background: url(../images/shadow_top_left.png) top left no-repeat;
	}
	#logo{
	width: 880px;
	height: 200px;
	float: left;
	background: url(../images/logo.png) top center no-repeat;
	}
	#shadow_top_right{
	width: 10px;
	height: 230px;
	float: right;
	background: url(../images/shadow_top_right.png) top left no-repeat;
	}
#middle{
width: 100%;
}
	#left{
	margin: 10px 0 4em 10px;
	float: left;
	width: 200px;
	}
		#left_top{
		width: 200px;
		height: 30px;
		background: url(../images/left_top.png) top left no-repeat;
		}
		#left_middle{
		width: 100%;
		background: url(../images/left_middle.png) top left repeat-y;
		}
		#left_middle ul{
		list-style: none;
		}
		#left_middle a.invisible{
		display: none;
		}
		#left_middle span.active{
		background: url(../images/left_active.png) top left no-repeat;
		}
		#left_middle a, #left_middle span.active {
		font:bold italic 16px serif;
		display: block;
		height: 40px;
		width: 140px;
		line-height: 40px;
		color: #faebd7;
		text-align: center;
		margin:0 0 0 30px;
		}
		#left_middle a:hover{
		text-decoration: none;
		background: url(../images/left_hover.png) top left no-repeat;
		}
		#left_bottom{
		width: 100%;
		height: 25px;
		background: url(../images/left_bottom.png) top left no-repeat;
		}
	#content{
	float: right;
	width: 610px;
	padding: 20px;
	margin: 10px 10px 4em 10px;
	}
.push {
height: 2em;
clear: both;
}
.footer{
height: 2em;
background: url(../images/bg_footer.png) top center repeat-y;
margin: 0 auto;
z-index: 100;
}
.footer * {
color: #faebb4;
text-align: center;
}
#footer1{
line-height: 24px;
}
#footer2{
width: 100%;
background: #8c0000 url(../images/bg_footer2.png) top center repeat-y;
}

#footerwrapper {
width: 900px;
margin: 0 auto;
}

#disclaimer {
float: left;
padding: 0 0 0 80px;
font-weight: bold;
}

/* Jaegerhof specific */

#speisekarte{
line-height: 20px;
}

#speisekarte ul{
list-style: none;
}

#speisekarte ul li {
font-size: 16px;
font-weight: bold;
padding: 10px 0 0px 0;
}

#speisekarte ul ul {
padding: 0 0 20px 20px;
}

#speisekarte ul ul li {
font-weight: normal;
font-size: 12px;
padding: 20px 0 0 0;
}

#galerie h1 {
display: none;
}

#galerie h4 {
color: #000000;
font-style: italic;
font-weight: bold;
margin: 10px 0 0 0;
}

.image_container img {
border: none;
}
