.clear {
	clear: both;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#home_wrapper {
	width: 721px;
	position: relative;
	float: left;
}

#home_header {
	width: 550px;
	height: 20px;
	margin-top: 100px;
	margin-left:30px;
	position: relative;
}

#home_main {
	width: 721px;
	float: left;
	position: relative;
	background: transparent url(../images/general/home_bg.png) repeat-y center top;
}

#home_main_top {
	width: 721px;
	float: left;
	position: relative;
	background: transparent url(../images/general/home_up.png) no-repeat center top;
}

#home_main_bottom {
	width: 721px;
	position: relative;
	height: 29px;
	background: transparent url(../images/general/home_down.png) no-repeat center top;
}

#home_logo, #det_home_logo {
	position: absolute;
	width: 258px;
	height: 258px;
	top: -146px;
	right: -110px;
}

#home_content {
	width: 671px;
	min-height: 140px;
	margin: 25px 25px 0px 25px;
	float: left;
	position: relative;
}

#home_footer {
	text-align:right;
	padding-right:30px;
}

#map {
	border: 1px solid #127a46;
}

#neue_suche {
	position: absolute;
	top: 160px;
	right: 15px;
	width: 100px;
	height: 100px;
}

#srez_wrapper {
	width: 800px;
	margin-top: 20px;
}

#srez_content {
	width: 800px;
}

.srez_page_count {
	width: 250px;
	height: 22px;
	line-height: 22px;
	margin: 10px 0 5px 20px;
}

.srez_page_count p {
	display: block;
	float: left;
	width: 40px;
	height: 22px;
	line-height: 22px;
}

.srez_active_page {
	width: 22px;
	height: 22px;
	line-height: 22px;
	float: left;
	margin-right: 5px;
	background: transparent url(../images/general/numbers_active.png) no-repeat;
	text-align: center;
}

a.srez_page_no {
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	float: left;
	margin-right: 5px;
	background: transparent url(../images/general/numbers.png) no-repeat;
	text-align: center;
}

.srez_result_count {
	width: 250px;
	margin: 0 0 5px 20px;
}

.sq_main {
	width: 800px;
	float: left;
	position: relative;
	margin-bottom: 25px;
}

.sq_container_top, #det_content_top {
	width: 800px;
	height: 15px;
	overflow: hidden;
	float: left;
	position: relative;
	background: transparent url(../images/general/rest_bg.png) no-repeat center top;
}

.sq_container, #det_content {
	width: 798px;
	float: left;
	position: relative;
	border-left: 1px solid #80b924;
	border-right: 1px solid #80b924;
	background: #d7e878;
}

.sq_container_bottom, #det_content_bottom {
	width: 800px;
	height: 15px;
	overflow: hidden;
	float: left;
	position: relative;
	background: transparent url(../images/general/rest_bg.png) no-repeat center bottom;
}

.sq_content {
	width: 770px;
	float: left;
	position: relative;
	margin-left: 15px;
}

.sq_image {
	width: 120px;
	height: 120px;
	float: left;
	position: relative;
	margin-right: 20px;
}

.sq_menu_info {
	width: 470px;
	float: left;
	position: relative;
	min-height: 120px;
	border-right: 1px solid #555;
}

.sq_rest_info {
	width: 150px;
	float: right;
	position: relative;
}

.sq_rest_info p {
	margin-bottom: 8px;
	font-size:0.9em;
}

.panes {
	overflow: hidden;
	position: relative;
}

.small_detail {
	width: 470px;
	height: 40px;
}

.sq_title {
	width: 470px;
	margin-bottom:5px;
}

.sq_today {
	width: 470px;
	height: 45px;
	overflow: hidden;
	position: relative;
}

.sq_gericht_left {
	width: 400px;
	float: left;
	position: relative;
	overflow: hidden;
}

.sq_gericht_right {
	width: 70px;
	float: right;
	position: relative;
	overflow: hidden;
}

.sq_gericht_descr {
	width: 450px;
	height: 20px;
	overflow: hidden;
	position: relative;
}

.sq_gericht_descr p {
	font-size: 0.8em;
	color: #555;
}

ul.tabs {
	float: left;
}

ul.tabs li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 3px;
}

ul.tabs li a {
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: transparent url(../images/general/numbers.png);
	font-size: 1.1em;
	text-align: center;
}

ul.tabs li a:active {
	outline: none;
}

ul.tabs li a.current {
	background: transparent url(../images/general/numbers_active.png);
}

.sq_buttons {
	height: 25px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.green_but_wrapper {
	float:right;
}

a.green_button {
	float:left;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
	margin-right: 10px;
	margin-left:1px;
	background: transparent url(../images/general/button_right.png) no-repeat right center;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: #222 1px 1px 2px;
}

a.green_button:hover {
	color: #eee;
	text-shadow: #222 0px 0px 3px;
}

a.green_button span {
	float:right;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 4px;
	white-space:nowrap;
	background: transparent url(../images/general/button_left.png) no-repeat left center;
}

#det_wrapper {
	width: 800px;
	margin: 140px auto;
	position: relative;
}

#det_main {
	width: 800px;
	float: left;
	position: relative;
}

#det_content {
	width: 768px;
	padding-left: 15px;
	padding-right: 15px;
}

#det_rest_logo {
	width: 150px;
	height: 150px;
	float: left;
	position: relative;
}

#det_header {
	width:600px;
	float:right;
}

#det_header h1 {
	padding-right:120px;
	margin-bottom:0;
}

#det_header h4 {
	font-size:1.2em;
	color:#555;
	margin-bottom:10px;
}

#det_rest_info {
	width: 400px;
	float: left;
	margin-left:20px;
	position: relative;
}

#det_offen {
	width: 190px;
	float: right;
	margin-top:45px;
	margin-right:10px;
	position: relative;
}

.det_left {
	width: 580px;
	float: left;
	position: relative;
}

.det_right {
	width: 165px;
	float: right;
	position: relative;
}

.det_upper {
	width: 770px;
	float: left;
	position: relative;
	min-height: 220px;
}

.button {
	width: 150px;
	float: left;
	position: relative;
	margin-top: 15px;
}

.regular {
	width: 600px;
	float: left;
	position: relative;
	margin-bottom: 5px;
}

.contact_daten_left {
	width: 60px;
	float: left;
	text-align: right;
	position: relative;
}

.contact_daten_right {
	width: 400px;
	float: left;
	margin-left: 10px;
	position: relative;
}

.border {
	width: 580px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}

.dv_today {
	width: 580px;
	height: 90px;
	overflow: hidden;
	position: relative;
}


.dv_tg_gericht {
	width: 580px;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.dv_gericht_left {
	width: 500px;
	float: left;
	position: relative;
	overflow: hidden;
}

.dv_gericht_right {
	width: 70px;
	float: right;
	position: relative;
	overflow: hidden;
	text-align: right;
}

.panes {
	float:  left;
	position: relative;
}

.large_detail {
	width: 580px;
	height: 80px;
}

.dv_gericht_descr {
	width: 580px;
	height: 35px;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
}

.tinymce {
	width: 250px;
	height: 250px;
}

#admin_wrapper {
	width: 900px;
	margin: 10px auto;
	position: relative;
}

#admin_header {
	width: 878px;
	float: left;
	position: relative;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #f4f4f4;
	border: 1px solid #bbb;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#admin_rest_list_menu {
	width: 300px;
	position: absolute;
	top:60px;
	left:15px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	border: 2px solid #555;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index:9999;
	visibility:hidden;
}

#admin_rest_list_menu li a {
	font-size:1.2em;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

.admin_title {
	width: 70%;
	float: left;
	position: relative;
}

.admin_logout_link {
	width: 25%;
	float: right;
	position: relative;
	text-align: right;
}

#admin_main {
	width: 900px;
	float: left;
	position: relative;
}

.admin_left {
	width: 300px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	padding: 10px 10px 10px 10px;
	background-color: #f4f4f4;
	border: 1px solid #bbb;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.admin_right {
	width: 540px;
	float: right;
	margin-bottom: 20px;
	position: relative;
	padding: 10px 10px 10px 10px;
	background-color: #f4f4f4;
	border: 1px solid #bbb;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#admin_right_styles {
	width: 200px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	padding: 10px 10px 10px 10px;
	background-color: #f4f4f4;
	border: 1px solid #bbb;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#admin_logo {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.division, #admin_descr {
	position: relative;
	margin-bottom: 20px;
}

.controlls {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.small_rate {
	width: 80px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.division div.contact_daten_right {
	width: 220px;
	height: 1em;
	overflow: hidden;
}

.kontakt_list {
	width: 300px;
	float: left;
	margin-bottom: 5px;
}

.kontakt_list div.left {
	float: left;
	width: 90px;
	font-weight: bold;
}

.kontakt_list div.right {
	width: 200px;
	float: left;
}

.kontakt_list div.right ul {
	font-weight: bold;
}

.right_pics {
	width: 145px;
	float: right;
	position: relative;
	margin-top: 20px;
}

.top_button {
	width: 145px;
	float: right;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

.rs_title {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 650px;
}

.rs_button_right {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 101px;
	height: 19px;
}

.rs_button_right a {
	display: block;
	width: 101px;
	height: 19px;
	background: transparent url(../images/_sprites/public/pg_elements.png) 668px 117px;
	line-height: 19px;
	text-align: center;
}

#rs_main {
	width: 744px;
	float: left;
	position: relative;
}

#rs_left {
	width: 560px;
	float: left;
	position: relative;
}

#rs_right {
	width: 200px;
	float: right;
	position: relative;
}

.rs_rest_info {
	margin-bottom: 30px;
}

.rs_lwidth {
	width: 560px;
	margin-bottom: 30px;
}

.rs_title_left {
	width: 435px;
	height: 30px;
	float: left;
}

.rs_title_right {
	width: 75px;
	height: 30px;
	float: right;
	text-align: right;
}

.rs_arrows {
	width: 560px;
	float: left;
	position: relative;
}

.gr_descr {
	width: 560px;
	border-bottom: 1px solid #bbb;
	height: 40px;
	float: left;
	position: relative;
}

.elem {
	width: 560px;
	height: 120px;
	float: left;
	position: relative;
}

.rs_title {
	width: 560px;
	height:  40px;
	float: left;
	position: relative;
}

#tooltip {
	width:30px;
	height:30px;
	position:absolute;
	top:90px;
	left:530px;
}

#tooltip a#question {
	width:30px;
	height:30px;
	position:absolute;
	display:block;
	background:transparent url(../images/general/question.png) no-repeat;
}

div#question_show {
	position:absolute;
	top:0px;
	left:20px;
	width:450px;
	height:30px;
	color:#333;
	visibility:hidden;
}

#restbilder {
	float:left;
	width:140px;
	height:450px;
	position:relative;
	top:10px;
}

#speisebilder {
	position:relative;
	left:8px;
}