.restaurant {
	position: relative;
	float: left;
	height: 70px;
	width: 648px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #FEE47E;
	text-align: left;
}
.restaurant .adresse {
	position: relative;
	float: left;	
	width: 430px;
}
.restaurant .link {
	position: relative;
	float: left;	
	width: 100px;
}
.restaurant a {
	text-decoration: none;
	color: #000000;
}
.logo img {
	position: relative;
	float: right;
	margin: -5px;
}
.rahmen {
	margin-top: 5px;
	border: 1px solid #000000;
	width: 640px;
}
.bild {
	position: relative;
	float: left;
	margin-right: 40px; 
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #AAAAAA;
}
.oeffnungszeiten {
	position: relative;
	float: left;
	margin-top: 15px;
	height: 260px;
}
.event {
 	position: relative;
	float: left;
	width: 583px;
	height: 65px;
	margin-left: 3px;
	margin-top: 5px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-image:url(../images/event.jpg);
}
.event .inhalt {
	width: 583px;
	height: 65px;
	overflow: auto;
}

.informationen {
	height: 140px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.beschreibung {
	float: left;
	width: 330px;
	height: 256px;
	text-align: left;
	overflow: auto;
}
.gallerie {
	float: right;
	width: 320px;
	height: 256px;
	text-align: center;
}
.gallerie_thumbs {
	float: left;
	width: 100%;
	height: 60px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	text-align: center;
}
.gallerie_thumbs img {
	margin-left: 10px;
	margin-right: 10px;
}
.navi {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.menukarte {
	position: relative;
	float: left;
	width: 290px;	
	height: 370px;
	padding-left: 15px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	text-align: center;
	background-image: url(../images/menukarte.png);
	background-repeat: no-repeat;
}
.menuinhalt {
	position: relative;
	overflow: auto;
	width: 280px;
	height: 315px;
	padding: 5px;
}
.menuinhalt .trenner {
	border-bottom: 1px dotted #666666;
	margin-top: 7px;
	margin-bottom: 7px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif
}
.menu .titel {
	display: block;	
	font-weight: bold;
	margin-bottom: 4px;
}
.menu .preis {
	display: block;
	text-align: right;
	font-style: italic;
}
.menu_optionen {
	position: relative;
	float: left;
	width: 160px;
	height: 430px;
	margin-top: 10px;
	margin-left: 10px;
}
.menu_link_preview {
	width: 300px;
	height: 17px;
	margin-top: 18px;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
}
.menu_link_preview .none_item {
	float:left;
	width: 50px;
	color: #999999;
}
.menu_link_preview .link_item {
	float:left;
	width: 50px;
	cursor: pointer;
	color: #000000;
}

/** Gästebuch **/
#gbook {
	width: 550px;
	height: 420px;
	background-image: url(../images/gaestebuch.png);
	margin-left: 10px;
	padding-left: 45px;
	padding-right: 45px;
}
#gbook #left {
	float: left;
	width: 265px;
	height: 360px;
	margin-top: 30px;
}
#gbook #right {
	float: right;
	width: 265px;
	height: 360px;
	margin-top: 30px;
}
#left .s_title {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#left .description {
	float: left;
	width: 100%;
	height: 45px;
	margin-top: 5px;
}
#left .mask {
	float: left;
	width: 100%;
	height: 290px;
	margin-top: 10px;
}
.mask .text {
	border: 1px solid #000000;
	width: 180px;
	height: 12px;
	font-size: 10px;
	padding: 1px;
}
.mask .button {
	border: 1px solid #000000;
	width: 60px;
	height: 18px;
	font-size: 10px;
	margin-left: 100px;
	margin-top: 5px;
}
.mask textarea {
	border: 1px solid #000000;
	width: 180px;
	font-size: 11px;
	padding: 1px;
}
#right .sort {
	float: right;
	width: 60px;
	height: 45px;
	margin-top: 5px;
	font-size: 9px;
	text-align: right;
}
#right .item_container {
	float: left;
	width: 265px;
	height: 280px;
	overflow: auto;
}
#right .index {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 5px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}
#right .link {
	cursor: pointer;
}
.index .selected_index {
	color: #FF9900;
}
.index .none_link {
	color: #666666;
}
.index a {
	color: #000000;
	text-decoration: none;
}
.item_container .items {
	float: left;
	width: 240px;
}
.items .item {
	float: left;
	font-size: 10px;
	margin-bottom: 10px;
}
.item .item_title {
	float: left;
	display: block;
	border-bottom: 1px solid #666666;
	margin-bottom: 5px;	
}
.item .user {
	float: left;
	font-weight: bold;
	width: 180px;
	color: #666666;
}
.item .date {
	float: right;
	color: #666666;
}
.item .comment {
	float: left;
	width: 238px;
	margin-bottom: 5px;
}
.item .rate {
	float: left;
	height: 16px;
	color: #666666;
}


.suchfeld {
	font-size:9px;
	height: 11px;
	margin-bottom: -2px;
	border: 1px solid #FFFFFF;
}
.suchelement {
	float: right;
}
.suchelement a {
	color: #FFFFFF;
	text-decoration: none;
}

.offer_card {
	position: relative;
	float: left;
	width: 290px;	
	height: 370px;
	padding-left: 15px;
	padding-top: 55px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	background-image: url(../images/angebotkarte.jpg);
	background-repeat: no-repeat;
}
.offer_content {
	height: 325px;
	overflow: auto;
	text-align: center;
}
.offer_optionen {
	position: relative;
	float: left;
	width: 160px;
	height: 430px;
	margin-top: 20px;
	margin-left: 10px;
}
