@charset "UTF-8";

@import url("standard.css");
@import url("content_base.css");
@import url("suche.css");

body {
	background:url(../images/bg.jpg) #8d8162 center top fixed;
	text-align:center;
	padding:10px 0;
}

#page {
	text-align:left;
	width:795px;
	height:auto;
	margin:0 auto 10px auto;
	background:#f0eada;
}

#logo {
	width:840px;
	height:85px;
	margin:0 auto 10px auto;
}

#header {
	text-align:left;
	width:840px;
	height:366px;
	margin:30px auto 0 auto;
}

#header img{
	position:relative;
	margin-left:-5px;
}

.navigation {
	background: url(../images/navi-bg.jpg);
	width:795px;
	height:36px;
	margin:0 auto 0 auto;
	padding:0;
}

.navigation ul {
	height:36px;
	margin:0 auto 0 auto;
	padding:3px 0 0 0;
	list-style:none;
}

.navigation ul a {
	color:#4e3e2f;
	text-decoration:none;
}

.navigation ul a:hover {
	color:#908428;
	text-decoration:none;
}

li.active {
	color:#908428;
	text-decoration:none;
}

.navigation li {
	float:left;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin:0 23px 0 5px;
	padding:0;
}

h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:10px;
}

p, h2,#content img {
	padding:2px 10px;
	line-height:15px;
}

h3 { padding-left: 10px; }

a {
	color:#908428;
}

h2 {
	padding-bottom:0;
}

#content img {
	float:left;
}

.box {
	width:380px;
	height:175px;
	float:left;
	margin:0 0 10px 10px;
}

.box img{
	float:left;
}

.box p {
	font-size:11px;
	line-height:14px;
	display:block;
	float:left;
	width:220px;
	height:110px;
	padding:0;
	padding-left:5px;
	margin-top:5px;
}

.box h2 {
	padding:0;
	padding-left:5px;
}

.mehr {
	padding-left:5px;
}

#footer {
	width:795px;
	height:40px;
	background:url(../images/footer-bg.gif);
}

#footer .navigation {
	background:none;
	width:795px;
	height:40px;
	margin:0 auto 0 auto;
	padding:0;
}

#footer .navigation li {
	float:left;
	font-size:12px;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	margin:7px 10px 0 10px;
	padding:0;
}

#footer .navigation li a:hover {
	color:#000;
	text-decoration:underline;
}

ul li a{
	color:#000;
	text-decoration:none;
}

.thumbs {
   border: 1px solid #384046;
   margin: 0 3px 15px 10px;
   float: left;
}

.galerieliste {
	border-bottom: 1px dotted #000;
}

.errors {
	background-color:#F5EEE7;
	color: #000;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #7c101e;
}

/* Kontaktformular */

	
fieldset {
	border: none;
}

input  {
	width:220px;
	line-height:18px;
	height:18px;
	padding: 3px;
	border:1px solid #ccc;
	margin:0px;
}

textarea {
	width:300px;
	height:100px;
	border:1px solid #ccc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 3px;
}


input.radio {
	float:left;
	margin-right:0.3em;
	line-height:20px;
	height:20px;
	border: none;
}

label {
	display:block;
	float:left;
	width:155px;
}

input.reset, input#Absenden {
	border: 1px solid #ccc;
	color:#fff;
	font-weight:bold;
	padding:2px;
	padding-bottom:5px;
	margin-right:5px;
	height:25px;
	line-height:16px;
	background:url(../images/button-bg.png);
}

fieldset p {
	margin:0;
}

/* Tabellen */
table {
margin-left: 10px;
border-left:1px solid #cec8b6!important;
border-top:1px solid #cec8b6!important;
}

td {
	background:#f5f2e9;
	border-right:1px solid #cec8b6;
	border-bottom:1px solid #cec8b6;
}

span.img-bg {
	float:left;
	display:block;
	width:132px;
	height:132px;
	background:url(../images/pic0.jpg);
	padding:10px 0 0 15px;
}



