/* Home */

#title_willkommen {
	background: url('images/titel/willkommen.gif') no-repeat;
}

#title_oeffnungszeiten {
	background: url('images/titel/oeffnungszeiten.gif') no-repeat;
}

#column_left {
	width: 200px;
	padding: 0px 25px 0px 25px;
	float: left;
	height: 350px;
}

#column_right {
	width: 460px;
	float: right;
	height: 320px;
	padding-top: 30px;
}

.description {
	font-size: 0.8em;
	text-align: center;
}

#kueche {
	position: absolute;
	right: 35px;
	top: 20px;
}

/* Home: News Box */

#news_box {
	width: 717px;
	height: 112px;
	background: url('images/news_box_bg.gif') repeat-x;
	margin: 0px 0px 20px 3px;
}

#news_box_column_left, #news_box_column_right {
	width: 358px;
	float: left;
	height: 112px;
	background: url('images/news_box_corner_left.gif') no-repeat left bottom;
}

#news_box_column_right {
	background: url('images/news_box_corner_right.gif') no-repeat right bottom;
}

#news_box_column_left h2, #news_box_column_right h2 {
	margin: 0;
	padding: 0;
	display: block;
	width: 358px;
	height: 35px;
	background: url('images/news_box_title_tagesessen.gif') no-repeat left top;
}

#news_box_column_right h2 {
	background: url('images/news_box_title_aktuelles.gif') no-repeat right top;
}

#news_box_divisor {
	float: left;
	width: 1px;
	height: 112px;
	background: url('images/news_box_divisor.gif') no-repeat 0px 1px;
}

.news_box_content {
	padding: 0px 5px 2px 15px;
	height: 57px;
	overflow: auto;
	width: 337px;
}

.more_information {
	font-size: 0.8em;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url('images/pfeil.gif') no-repeat right 6px;
	color: #000;
}
.more_information a:link, .more_information a:active, .more_information a:visited {
	color: #000;
}
.more_information a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}