@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	min-height:100%;
}

body {
	padding:0;
	margin:0;	
	background-color:#f9ca94;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333333;
}

ul,li {
	padding-left:0;
	margin-left:8px;
}

hr {
	background-color:#800000;
	border:medium none;
	color:#800000;
	height:1px;
	line-height:1px;
}

h1,h2 {
	color:#A5221E;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	margin-top:0;
	padding-top:0;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

h1 {
	font-size:13px;
	text-transform:uppercase;
	border-bottom:1px solid #A5221E;
}

a {
	text-decoration:underline;
	color:#A5221E;
}

a img {
	text-decoration:none;
}

.tableSpecial img {
	border:2px solid #7C1612;
}

a:hover {
	color:#E38A26;
	text-decoration:none;
}

#out {
	background-image:url(../pics/body.jpg);
	background-repeat:repeat-y;
	margin:0 auto;	
	min-height:100%;
	
	width:960px;
	padding:0 10px;
}

#header {
	height:200px;
	background-image:url(../pics/banner.jpg);
	background-repeat:no-repeat;
}

#slideshow {
	float:right;
}

#main {

}

#left {
	float:left;
	width:255px;	
}

#navigation {
	margin-top:18px;
}

#center {
	float:left;
	width:435px;
	
	padding:23px 35px 18px 32px;
	
	background-image:url(../pics/back-main.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
	min-height:530px;
}

#right {
	float:left;
	width:203px;	
	padding-top:18px;
	
	position:relative;
}

#butterfly {
	position:absolute;
	left:142px;
	top:-5px;
	background-image:url(../pics/butterfly.jpg);
	width:56px;
	height:57px;
}

#kontaktadresse {
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	
	line-height:15px;
	margin-top:130px;
	margin-right:35px;
}

#kontaktadresse a{
	color:#FFFFFF;
	text-decoration:underline;
}

.clear {
	clear:both;
}

.quicknavi, .quicknavi a {
	color:#333333;
	font-size:10px;
	text-decoration:none;
}

#fckeditor {
	padding:10px;
	background-image:none;
}

#tabSpecBreit{
	border:1px solid #f9ca94;	
	}