@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body {
font-family:Verdana,sans-serif;
font-size:12px;
background:url(../t_files/seite/site-bg.png) top left repeat-x #FFF;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
}
.clear{ clear:both; }
.center { text-align:center; width:100%; }

h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }

/* LAYOUT */
#wrapper {
	width:920px;
	height:auto;
	margin:0 auto;
	margin-top:20px;
}
#header {
	width:100%;
	height:132px;
}
#header img {
	position:absolute;
	top:20px;
   left:50%;
	margin-left:-460px;
}
#headertitle {
	width:448px;
	height:68px;
	position:absolute;
	top:104px;
	left:50%;
	margin-left:-224px;
	background:url(../t_files/seite/headertitle-bg.png) top left no-repeat;
	overflow:hidden;
}
#content {
	width:100%;
	height:auto;
	background:url(../t_files/seite/content-bg.png) top left repeat-y #FFF;
}
#left {
	width:226px;
	height:auto;
	float:left;
}
#lfloat{
	width:694px;
	float:right;
	height:auto;
}
#main {
	width:468px;
	height:auto;
	float:left;
}
#right {
	width:226px;
	height:auto;
	float:right;
}
#headertitle .inner {
	padding:5px 2px 2px 2px;
}
#left .inner {
	padding:20px 10px 5px 10px;
	color:#FFF;
	font-size:12px;
}
#main .inner {
	padding:25px 5px 5px 5px;
}
#right .inner {
	padding:20px 5px 5px 19px;
	color: #666;
	font-size:12px;
}

#headertitle h1 {
	color:#FFF;
	font-size:34px;
	margin-bottom:3px;
}
#headertitle h3 {
	color:#FFF;
	font-size:14px;
}
#right h3 {
	width:188px;
	height:29px;
	line-height:29px;
	color:#FFF;
	text-align:center;
	display:block;
	font-size:12px;
	background:url(../t_files/seite/orange-bg.png) top left no-repeat;
	margin-bottom:10px;
}
.news-module {
	padding:5px;
}

#footer {
	height:24px;
	line-height:24px;
	width:100%;
	text-align:center;
	border-top:2px solid #a6aaaa;
}
#footer a {
	color:#a6aaaa;
	text-decoration:none;
	margin:0 5px;
}
#footer a:hover {
	text-decoration:underline;
}
/* SEARCHBOX */
#main .searchbox {
	width:100%;
	height:146px;
	background:url(../t_files/startseite/karte.png) 30px 0px no-repeat;
	margin:10px 0 5px 0;
}
#main .searchbox .inner {
	position:relative;
	top:20px;
	left:190px;
	padding:0;
	width:252px;
	height:auto;
}
#main .searchbox .inner input {
	width:250px;
	margin:0 0 3px 0;
	padding:1px;
	border: 1px solid #5c8b88;
}
#main .searchbox .inner span.big {
	font-size:13px;
	font-weight:bold;
	color:#000;
}
#main .searchbox .inner span.small {
	font-size:11px;
	font-weight:normal;
	color:#999;
}
#main .searchbox .inner a {
	color:#5c8b88;
	font-size:14px;
	font-weight:bold;
	float:right;
}
#left .searchbox {
	width:100%;
	height:150px;
	margin:5px 0;
}
#left .searchbox input {
	width:100%;
	margin:0 0 3px 0;
	padding:1px;
	border: 1px solid #5c8b88;
}
#left .searchbox span.big {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}
#left .searchbox span.small {
	font-size:11px;
	font-weight:normal;
	color:#CCC;
}
#left .searchbox a {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	float:right;
}

/* SLIDER */
#slider {
	width:100%;
	height:88px;
	padding-bottom:5px;
}
#slider .separator {
	width:468px;
	height:16px;
	background:url(../t_files/startseite/separator.png) top left repeat-x;
	margin:0 auto;
	margin-bottom:5px;
}
#gallery_container {
	width:458px;
	height:auto;
	margin:0 auto;
	display:block;
	position:relative;
}
#thumb_container{ position:relative ; overflow:hidden ; width:448px ; height:60px ; padding:0 0 10px 0;  }
#thumb_container a img{ border:1px solid #CCC; margin:0 6px; }

/* MODULES */
#main h1 {
	width:100%;
	border-bottom:2px solid #ff881e;
	margin-bottom:10px;
}
#main h3 {
	font-size:14px;
	color:#ff881e;
}
#main h4 {
	font-size:12px;
	font-weight:bold;
}
#main .text_element {
	margin:5px;
}
#main .text_element ul {
	display:block;
	margin: 2px 0 2px 15px;
}
#left .text_element {
	line-height:18px;
}
#right .text_element {
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main .teaser {
	float:left;
	width:219px;
	padding:5px;
}
#main .teaser h3 {
	margin-bottom:10px;
}
#main a.readmore {
	font-size:11px;
	display:block;
	width:100%;
	text-align:right;
	margin:10px 0 0 0;
	color:#a6aaaa;
}
#main a.readmore:hover {
	text-decoration:underline;
}
/* NEWSTICKER */
#newsticker-container{
	width:100%;
	height:220px;
}
#newsticker{
	width:auto;
	height:220px;	
}
#newsticker-container .hide, #thumb-container .hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
}
.qs {
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.qqs {
	display:inline;
	float:left;
	margin:0 10px;
}
/* FORM */
.form-container {
	padding:10px;
	margin-top:10px;
}
.form-container label {
	float:left;
	width:120px;
	height:20px;
	line-height:20px;
	margin-bottom:12px;
}
.form-container .field {
	float:left;
	width:290px;
	height:20px;
	line-height:20px;
	margin-bottom:12px;
}
.form-container .text {
	width:280px;
	padding:1px;
}
.form-container .select {
	width:284px;
	padding:2px;
}
.form-container .small {
	width:60px;
	margin-right:10px;
}
.form-container .med {
	width:200px;
}
.form-container .csgl {
	margin-right:5px;
}
.form-container .agbtext {
	font-size:11px;
}
.form-container .sbtn {
	font-size:13px;
	font-weight:bold;
	color:#666;
	width:200px;
	height:28px;
	display:block;
	padding-top:5px;
	background:url(../t_files/seite/btn_rate.png) left top no-repeat;
	text-align:center;
}
.form-container .error {
	font-weight:bold;
	color:#F00;
	margin-bottom: 15px;
}