@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #fff;	
}
#wrapper {
	width: 1010px;
	margin: auto;
	margin-bottom: 35px;
	background: #fff url(images/bg-main.png) repeat-y;
}
#inner {
	width: 950px;
	margin: auto;
	position: relative;
}
#inner a.impressum {
	position: absolute;
	bottom: -25px;
	right: 10px;
	color: #cdaa68;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#nav {
	list-style: none;
	overflow: hidden;
	padding: 20px;
	text-align: center;
}
#nav li {
	display: inline;
	padding-right: 30px;
}
#nav li a {
	color: #cdaa68;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	text-decoration: underline;	
}

#content {
	margin-top: 18px;
	background: #0e0f0b url(images/bg-content.jpg) repeat-y;
	position: relative;
	color: #b9995f;
	padding-bottom: 50px;
}
#content.start {
	background-image: url(images/bg-start.jpg);	
}
#content #text {
	padding: 20px 170px 20px 380px;
}
#content #textleft {
   padding: 20px 20px 20px 60px;
		float: left;
}
#content.start #text {
	padding: 20px 350px 20px 200px;
}

#content p {
	line-height: 150%;	
	margin-bottom: 1em;
}
#mittagskarte {
	position: absolute;
	right: -20px;
	top: 20px;
}

.openinghours {
	text-align: center;	
	color: #dec28e;
	background: #1f201b;
	padding: 10px;
}
.highlight {
	color: #dec28e;	
}
.t-center {
	text-align: center;	
}
.small {
	 font-size: 11px;	
}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #dec28e;
}
h2 {
	font-size: 15px;
	margin-bottom: 15px;
	color: #dec28e;
}
#content a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;	
}

#images {
	height: 314px;
	background: #0e0f0b url(images/bg-images.jpg) no-repeat;
	position: relative;
}
#images.start {
	margin-top: 35px;	
}
#images .slideshow {
	background: #fff;
	height: 312px;
	position: relative;
}
#images .slide {
	position: absolute;
	top: 0;
	left: 20px;
}
#images .image {
	border-left: 18px solid #fff;
	float: right;
}

#images h1 {
	position: absolute;
	top: 0;
	left: 400px;
	padding: 5px 15px;
	color: #57482d;
	background: url(images/bg-title.png);
}

/** SPEISEKARTE **/

table.speisekarte {
	border: 0;
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}
table.speisekarte td {
	padding: 5px;	
	vertical-align: top;
	border: 1px dotted #444;
	border-left: 0;
	border-right: 0;
}
table.speisekarte td.id {
	font-style: italic;	
	width: 20px;
}
table.speisekarte .preis {
	color: #dec28e;
	white-space: nowrap;
	text-align: right;
}
table.speisekarte .title {
	color: #dec28e;
}
table.speisekarte .description {
	font-size: 11px;
	margin-top: 5px;
}
table.speisekarte .info {
	font-size: 10px;	
	vertical-align: bottom;
}


/** KWICKS **/
#kwicksContainer {
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
}
#kwicksContainer .center {
	width: 780px;
	margin: auto;
}
#kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
#kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 240px;
	height: 312px;
	position: relative;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	margin-right: 30px; /*Set to same as spacing option. */	
	float: left;
}
#kwicks .sideborder {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: #fff;
}

/** FORMS **/
form {
	overflow: hidden;	
}
label {
	clear: both;
	float: left;
	width: 110px;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}
input, textarea {
	float: left;
	width: 250px;
	padding: 2px;
	border: 1px solid #dec28e;
	margin-bottom: 10px;
	background: #c3b9a7;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	height: 120px;	
}
input:focus, textarea:focus {
	background: #fff;	
}
input.button {
	width: auto;	
	background: #634121;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	cursor: pointer;
	padding: 5px 15px;
}
input.button:hover {
	background: #312213;
}
.captcha {
	border: 1px solid #dec28e;	
}
.fleft {
	float: left;	
}

ul.error {
	margin-left: 20px;
	margin-bottom: 10px;
}
ul.error li {
	line-height: 140%;
	margin-bottom: 5px;
}

