/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; font-weight: normal; vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; } 

/* General */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
}

/* Layout */
#container {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#header {
	height: 85px;
}
	#header #logo {
		display: block;
		width: 185px;
		float: left;
	}
	#header #header-right {
		width: 202px;
		height: 85px;
		float: right;
	}
#menu-bar {
	height: 50px;
	background: #8E4123;
}
#content {
	padding: 50px;
}
#footer {
	border-top: 1px solid #AEAEAE;
	color: #535353;
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
}

/* Menu */
#main-menu {
	padding-left: 20px;
}
* html #main-menu li {
	display: block;
	float: left;
}
#main-menu li a, #main-menu li a:link, #main-menu li a:visited {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0 10px;
}
#main-menu li a:hover {
	background: transparent url('template/menu_arrow.jpg') no-repeat;
	background-position: bottom center;
	text-decoration: none;
}
#main-menu li a.current {
	background: transparent url('template/menu_arrow.jpg') no-repeat;
	background-position: bottom center;
}
#main-menu li ul {
	display: none;
}
#main-menu li.active ul {
	top: 30px;
	display: block;
}

#sub-menu {
	clear: both;
	background: #c79a81;
	display: block;
	height: 20px;
	padding-left: 50px;
}
* html #sub-menu li {
	display: block;
	float: left;
}
#sub-menu li a, #sub-menu li a:link, #sub-menu li a:visited {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #fff;
	padding: 0 10px;
}
#sub-menu li a.current {
	font-weight: bold;
	color: #8E4123;
}


#top-menu {
	display: block;
	float: right;
	padding: 4px 0;
}
#top-menu li {
	float: left;
	margin-left: 10px;
}
#top-menu li a.current {
	font-weight: bold;
}

#lang-menu {
	display: block;
	clear: both;
	float: left;
	padding: 4px 0;
}
#lang-menu li {
	float: left;
	margin-left: 10px;
}
#lang-menu li a.current {
	font-weight: bold;
}


/* Text */
h1, h2, h3, h4, h5, h6 {
}
h1 {
	color: #3B3B3B;
	font-family: Georgia, serif;
	font-size: 25px;
	margin-bottom: .6em;
}
h2 {
	color: #AD6942;
	font-family: Georgia, serif;
	font-size: 18px;
	margin-bottom: .4em;
	margin-top: 1.5em;
}
p {
	margin: 1em 0;
	line-height: 1.3em;
	padding-left: 1em;
}
a, a:link, a:visited, a:hover, strong, b {
	color: #8E4220;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content ul {
	list-style-type: square;
	margin-left: 3em;
}
#content ul li {
	padding-bottom: 5px;
	line-height: 1.4em;
}

/* Helper */
.clear {
	clear: both;
}
/* Tabelle */
div.table-header {
	border-bottom: 2px solid #B58D7A;
	background: #EEBA9F;
	padding: 10px 25px;
	margin-bottom: 15px;
}
div.table-header h2 {
	color: #AD6942;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
div.table-header h3 {
	color: #97827B;
	font-weight: normal;
	font-size: 11px;
	margin: 7px 0 0 0;
	padding: 0;
}
table.standard {
	width: 100%;
	border-bottom: 1px solid #F0E4DE;
}
table.standard tr.header th {
	font-weight: bold;
	border-bottom: 1px solid #F0E4DE;
	text-align: left;
	padding: 8px 0;
	font-size: 12px;
	vertical-align: middle;
}
table.standard tr td {
	font-size: 12px;
	padding: 6px 0;
}
table.standard tr th.th1, table.standard tr td.td1 {
	padding-left: 25px;
}
table.standard tr.odd td {
	background: #fff;
}
table.standard tr.even td {
	background: #F0E4DE;
}
table.dyntable {
	width: 100%;
	border-bottom: 1px solid #F0E4DE;
}
table.dyntable tr.header th {
	font-weight: bold;
	border-bottom: 1px solid #F0E4DE;
	text-align: left;
	padding: 8px 0;
	font-size: 12px;
	vertical-align: middle;
}
table.dyntable tr td {
	font-size: 12px;
	padding: 6px 0;
}
table.dyntable tr th.th1, table.dyntable tr td.td1 {
	padding-left: 25px;
}
table.dyntable tr.odd td {
	background: #fff;
}
table.dyntable tr.even td {
	background: #F0E4DE;
}

/* Spalten-Layout */
.col-layout .col {
	float: left;
	overflow: hidden;
}
.col-layout-2-cols .col {
	width: 50%;
}
.col-layout-3-cols .col {
	width: 33%;
}
.col-layout-4-cols .col {
	width: 25%;
}
.col-layout-5-cols .col {
	width: 20%;
}


/* Image-Switcher */
.image-switcher .preload {
	display: none;
}
.image-switcher .thumbs img {
	cursor: pointer;
}

/* Gallery */
.gallery {
	
}
.gallery .images {
	display: none;
}
.gallery .controls {
	
}
.gallery .controls a {
	display: block;
	width: 100px;
	color: #904020;
	float: left;
	text-align: left;
	padding: 5px 10px;
	cursor: pointer;
}
.gallery .controls a.next {
	float: right;
	text-align: right;
}

/* Bilder mit Text, horizontal */
.text-w-image {
	width: 50%;
	float: left;
	margin-top: 15px;
}
.text-w-image a.image {
	display: block;
	width: 150px;
	float: left;
}
.text-w-image span.text {
	overflow: hidden;
	display: block;
	width: 180px;
	float: left;
	padding: 0 10px;
}
.text-w-image span.text h3 {
	color: #904020;
	font-weight: bold;
	margin-bottom: 4px;
}
.text-w-image span.text p {
	margin-top: 4px;
	padding: 0;
}

/* Forms */
fieldset {
	border: 1px solid #8E4123;
	border-right: none;
	border-left: none;
	margin-top: 1em;
	padding-left: 2em;
}
fieldset legend {
	color: #8E4123;
	font-size: 15px;
	font-family: Georgia, serif;
	padding: 5px 20px;
}
form div.input, form div.element {
	padding: 4px 0;
	clear: both;
	min-height: 20px;
}
form div.input label, form div.element label {
	clear: both;
	display: block;
	float: left;
	width: 100px;
	font-size: 11px;
}
form div.text input, form div.element input {
	float: left;
	width: 200px;
	font-size: 11px;
	height: 13px;
	line-height: 13px;
	border: 1px solid #666;
}
form div.textarea textarea, form div.element textarea {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	border: 1px solid #666;
	width: 300px;
	height: 100px;
}


/* Guestbook */
.guestbook-entries {
	padding: 10px 20px;
}
.guestbook-entries .entry {
	padding: 15px 0px;
	border-bottom: 1px solid #666;
}
.guestbook-entries .entry .author-info {
	
}
.guestbook-entries .entry .author-info .author, .guestbook-entries .entry .author-info .author a {	
	font-weight: bold;
	color: #8E4123;
}
.guestbook-entries .entry .body {
	line-height: 1.5em;
	padding-top: 15px;
}
















