body {
	background-image: url(images/template/Back.jpg);
	margin: 0px auto;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 65px;
	color: #5c5c5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

body.guestbook_entry {
	background-image: url(images/template/frame_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E9E5D0;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;	
	padding-bottom: 0px;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #856b3d;	
}

a, a:visited {
	color: #856b3d;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select {
	font-size: 12px;
}

input.textfield {
	width: 400px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	width: 400px;
	height: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}

#language_selector {
	height: 56px;
	width: 900px;
	margin: 0px auto;
	text-align: right;
	display: inline-block;
}

#page {
	width: 900px;
	margin: 0px auto;
	text-align: center;
	background-color: #e9e5d0;
	background-image: url(images/template/page_bg.gif);
	background-repeat: repeat-y;
}

/* Frame top and bottom */

#page_top
{
	height: 90px;
	background-image: url(images/template/top.png);
	background-repeat: no-repeat;
}

* html #page_top  {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/template/top.png", sizingMethod="crop");
}

#page_bottom {
	height: 90px;
	background-image: url(images/template/bund.png);
	background-repeat: no-repeat;
}

* html #page_bottom  {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/template/bund.png", sizingMethod="crop");
}


#frame_content {
	float: left;
	margin-left: 92px;
	display: inline;
	text-align: left;
	width: 716px;
	background-image: url(images/template/frame_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E9E5D0;

}

#page_content {
	display: inline-block;
	padding: 19px 32px 0px 32px;
	width: 650px;
}

/* Logo and reservation buttons */

#top_items {
	width: 650px;
	display: block;
	margin-bottom: 8px;
}

#top_items #logo {
	float: left;
}

#top_items #reservation {
	float: right;
	margin-right: 0px;

}

/* Big image */

.image_area {
	float: left;
	background-color: #C7C4B4;
	display: block;
	margin-bottom: 8px;
	width: 650px;
	overflow: hidden;
	background-image: url(images/template/img_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.image_area img {
	margin-left: 5px;
	margin-right: 5px;
}

.image_area .image_top {
	height: 5px;
	background-image: url(images/template/img_top.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 650px;
	font-size:0px;
}

.image_area .image_bottom {
	height: 5px;
	background-image: url(images/template/img_bottom.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 650px;	
	font-size:0px;	
}

/* topmenu */

.menuitem {
	font-size: 11px;
	height: 20px; 
/*	line-height: 20px; */
	float: left;
	padding-right: 14px;	
}

.menuitem.last {
	padding-right: 0px;
}

.menuitem, .menuitem a
	{
	text-transform: uppercase;
	color: #856b3d;
	text-decoration: none;
	line-height: 20px;	
	display: block;
	border-bottom: none;
	}
	
.menuitem a:hover {
	text-decoration: none;
	border-bottom: 1px solid #867343; 
}	
	
#main_content {
	margin-top: 35px;
	background-image: url(images/template/text_decoration.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 650px;
	overflow: hidden;
}

#main_content_text {
	margin-left: 168px;
	padding-top: 22px;
	padding-bottom: 20px;	
}

#main_content_bottom {
	width: 650px; 	
	height: 220px;
	background-image: url(images/template/pagebottom_decoration.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 0px;
}

#main_content_bottom img {
	margin-top: 150px;
	margin-right: 100px;
}

.errorcode {
	color: #7F1A0B;
	font-weight: bold;
}

div.cf_wrapper	{
		position: relative;
		height: 290px;
		margin-top: 0px;
		margin-bottom: 8px;
		overflow: hidden;
	}
