/* Global Styles */

img {
	border: 0px;
}

* { 
	padding : 0; 
	margin : 0; 
}

body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	background: url('images/background.gif') repeat-x #f1efe2;
}

a, a:link, a:active , a:visited, a:hover {
	color: #9fba0e; 
	text-decoration: none; 
	background-color: transparent;
} 

a:hover {
	color: #FFFFFF; 
	background-color: #9fba0e;
}

.clearer {
	clear: both;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.margin {
	margin: 15px;
}

.margin-bottom {
	margin-bottom: 15px;
}

.margin-left {
	margin-left: 15px;
}

h1 {
	display: block;
	width: 720px;
	height: 33px;
	margin-bottom: 15px;
	font-size: 0px;
	color: #fff;
}

h2 {
	font-size: 0.8em;
	margin: 25px 0px 10px 0px;
}

/* Header */

#header {
	position: absolute;
	left: 50%;
	top: 13px;
	margin-left: -221px;
	width: 443px;
	height: 91px;
	background: url('images/riesling.gif') no-repeat;
}

/* Navigation */

#navigation {
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: -387px;
	width: 775px;
	height: 53px;
	background: url('images/navbg.gif') repeat-x;
}

#navigation ul {
	padding-left: 24px;
	height: 53px;
	list-style-type: none;
	background: url('images/nav_corner_left.gif') no-repeat left top;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	width: 122px;
	height: 53px;
	padding-top: 7px;
	text-align: center;
	line-height: 44px;
	color: #000;
	background: url('images/navigation_button.gif') no-repeat 0px 6px;
}

#navigation ul li a:hover {
	background-position: 0px -48px;
}

#navigation .last  {
	margin-left: -1px;
	float: left;
	width: 20px;
	height: 53px;
	background: url('images/nav_corner_right.gif') no-repeat right top;
}

/* Content */

#content {
	background: url('images/contentbg.gif') repeat-y;
	position: absolute;
	left: 50%;
	top: 158px;
	width: 775px;
	margin-left: -387px;
	min-height: 395px;
	height:auto !important;
	height:395px;	
}

#content_inner {
	background: url('images/content_shadows.gif') no-repeat left top;
	min-height: 395px;
	height:auto !important;
	height:395px;		
	padding: 15px 25px 50px 25px;
}

/* Footer */

#footer {
	width: 775px;
	height: 42px;
	position: absolute;
	bottom: -1px;
	left: 0px;
	color: #FFFFFF;
	font-size: 0.8em;
	background: url('images/footerbg.gif') repeat-x;
}

#footer_column_left {
	height: 36px;
	float: left;
	background: url('images/footer_corner_left.gif') no-repeat left bottom;	
	padding-left: 360px;
	padding-top: 6px;
}

#footer_colum_right {
	height: 36px;
	float: right;
	background: url('images/footer_corner_right.gif') no-repeat right bottom;	
	padding-top: 6px;
	width: 105px;
}

#footer #totop {
	background: url('images/totop.gif') no-repeat 70px 5px;
}

#footer a {
	color : #FFFFFF; 
} 

#footer a:hover {
	background-color: transparent;
	text-decoration : underline;
} 


/* Infoleiste */

#infoleiste {
	width: 690px;
	height: 48px;
	background: url('images/infoleiste_bg.gif') repeat-x;
	font-size: 0.9em;
	margin: 30px 15px 5px 15px;
}

#infoleiste .column_left, #infoleiste .column_middle, #infoleiste .column_right {
	float: left;
	width: 210px;
	text-align: center;
	padding-top: 6px;
	height: 48px;
}

#infoleiste .column_left {
	background: url('images/infoleiste_left.gif') no-repeat left top;
}	

#infoleiste .column_right {
	width: 270px;
	background: url('images/infoleiste_right.gif') no-repeat right top;
}

/* Speise- und Tageskarte */

.tabelle_gerichte {
	width: 727px;
	background: url('images/karte_corners_top.gif') no-repeat left top;
	padding: 5px 0px 0px 0px;
}

.gerichte {
	width: 725px;
	background: url('images/karte_corners_bottom.gif') transparent no-repeat left bottom;
}

.gerichte .row-1 {
	background: #fcfff4;
}
.gerichte .row-1:hover {
	background: #f9f8e7;
}
.gerichte .row-2 {
	background: #f0e9c2;
}
.gerichte .row-2:hover {
	background: #ebe4bb;
}

.gerichte .row-last {
	height: 5px;
}

.pdf_button {
	display: block;
	width: 137px;
	height: 22px;
	background: url('images/btn_pdfdownload.gif') no-repeat;
	padding: 22px 0px 0px 52px;
	float: right;
	margin: -30px 0px 0px 0px;
}

.pdf_button:link, .pdf_button:active, .pdf_button:visited {
	color: #000;
}

.pdf_button:hover {
	background-position: 0px -44px;
	text-decoration: none;
	color: #000;
}