/*
* * * * * design, production and code by marc rinderknecht
* * * * * kobebeef.ch
* * * * * © 2006
*/
body {
	padding: 0;
	margin: 26px 5px 20px 5px;
	background: #EED8BF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 858px;
	text-align: left;
}
#header {
	width: 848px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
#logo {
	float: left;
}
#langchooser {
	font-size: 11px;
	float: right;
	color: #333;
}
#langchooser a {
	color: #967c65;
	text-decoration: none;
}
#langchooser a:hover {
	color: #333;
	text-decoration: underline;
}
.navline {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #7CBBC2;
	border-left: none;	
	margin: 0 0 1px 0;
}
.navlinetop {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #7CBBC2;
	border-left: none;	
	margin: 0 0 1px 0;
}
.navlinebelow {
	border-top: 1px solid #7CBBC2;
	border-right: none;
	border-bottom: none;
	border-left: none;	
	margin: 0 0 1px 0;
}
#navigation {
	width: 848px;
	padding: 3px 10px 3px 0;
	background: #7CBBC2;
	color: #333;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	text-align: right;
	margin: 0 0 1px 0;

}
#navigation a {
	text-decoration: none;
	color: #FFF;
	margin-left: 17px;
}
#navigation a:hover {
	color: #333;
}
#navigation a.active {
	color: #333;
}
#content {
	margin-top: 10px;
	padding: 20px 30px 22px 30px;
	background: #B8987D url(../images/lay_line.gif) bottom left repeat-x;
}
#content h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0;
}
#content a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}	
#content a:hover {
	text-decoration: none;
}	
#leftcol {
	width: 384px;
	float: left;
	margin: 0 30px 0 0;
}
#rightcol {
	width: 384px;
	float: left;
}
td.leftcol {
	width: 384px;
	padding: 0 30px 20px 0;
	vertical-align: top;
}
td.rightcol {
	width: 384px;
	padding: 0 0 20px 0;
vertical-align: top;		
}
#prices td {
	padding: 3px 2px 3px 2px;
	vertical-align: top;
	border-bottom: 1px solid #333;
}
.tablehead {
	background: #967c65;
}
#reservation td {
	padding: 3px 2px 3px 2px;
	vertical-align: top;
}
#reservation input {
	background: #EED8BF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;	
	width: 240px;
}
#reservation input.zip {
	background: #EED8BF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;	
	width: 60px;
}
#reservation input.city {
	background: #EED8BF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	width: 160px;
}
#reservation select {
	background: #EED8BF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
.attn {
	color: #900;
}
p {
	margin-bottom: 0;
}
#listing ul {
	margin-top: 0;
}
#listing li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: square;
}
#footer {
	width: 710px;
	padding: 3px 10px 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333;
}
#footer a {
	color: #333;	
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#googlemap {
	width: 384px;
	height: 384px;
}
#googlemap a {
	font-size: 9px;	
}
