/* HTML-Tags */
*{
	padding:0;
	margin:0;
	border:0;
	outline:none;
}

body{	
	background:#fff url('../img/bg_body.gif') repeat-x 0px 90px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	line-height:18px;
	color:#6f6f6f;
	margin:0;padding:0;
}

dfn{
  position:absolute !important;
  top:-10000px !important;
  left:-10000px !important;
  height:1px !important;
  width:1px !important;
  visibility:hidden;
}

h1{
	font-size:18px;
	line-height:25px;
	color:#999999;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
	padding:4px 0;
}

h2{
	color:#444444;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	margin:30px 0 5px 0;
}

h3{margin-top:8px;}

.green h1,.green h2,.green h3{color:#6E9F42 !important;}
.orange h1,.orange h2,.orange h3{color:#FAB716 !important;}
.red h1,.red h2,.red h3{color:#A33030 !important;}

.green .render a, .green a.render {color:#6E9F42;}
.orange .render a, .orange a.render {color:#FAB716;}
.red .render a, .red a.render {color:#A33030;}

acronym {
	border-bottom:1px solid #FFFFDF;
	cursor:help;
}

a{color:#6e9f42;}
a:hover,a:focus{
	text-decoration:none;
	color:#333333;
}
h3.render a{text-decoration:none;}
h3.render a:hover,h3.render a:focus{
	text-decoration:none;
	color:#333333;
}

p{margin-bottom:18px;}

.wrapper{
	width:1024px;
	margin:0 auto;
}

.head{
	height:90px;
	position:relative;
}

.head .logo{
	position:absolute;
	bottom:0px;
	left:0px;
}
.head a.startseite{
	display:block;
	position:absolute;
	bottom:13px;
	right:215px;
	height:12px;width:88px;
	background:transparent url(../img/bt_topnavi.gif) no-repeat left top;
}
.head a:hover.startseite,.head a:active.startseite,.head a:focus.startseite{
	background:transparent url(../img/bt_topnavi.gif) no-repeat left bottom;
}

.head a.kontakt{
	display:block;
	position:absolute;
	bottom:13px;
	right:123px;
	height:12px;width:70px;
	background:transparent url(../img/bt_topnavi.gif) no-repeat -111px top;
}
.head a:hover.kontakt,.head a:active.kontakt,.head a:focus.kontakt{
	background:transparent url(../img/bt_topnavi.gif) no-repeat -111px bottom;
}

.head a.impressum{
	display:block;
	position:absolute;
	bottom:13px;
	right:10px;
	height:12px;width:95px;
	background:transparent url(../img/bt_topnavi.gif) no-repeat right top;
}
.head a:hover.impressum,.head a:active.impressum,.head a:focus.impressum{
	background:transparent url(../img/bt_topnavi.gif) no-repeat right bottom;
}

.head .fhb{
	position:absolute;
	top:16px;
	right:12px;
}

.header{
	height:203px;
	padding-bottom:15px;
	margin-bottom:10px;
	overflow:hidden;
}
.header img{float:left;}

form.search{
	margin:4px 0 18px 0;
	display:block;
	width:195px;
	height:29px;
	background:transparent url(../img/bg_search.png) no-repeat left top;
	position:relative;
}
form.search input.query{
	border:none;
	margin:5px 0 5px 10px;
	padding:2px;
	width:155px;
	color:#7f7f7f;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
}
form.search input.submit{
	background:transparent url(../img/bt_search.png) no-repeat left top;
	display:block;
	width:29px;
	height:29px;
	padding:0;
	margin:0;
	position:absolute;
	right:0;
	top:0;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
}

div.leftcol{
	width:400px;
	float:left;
}

div.rightcol{
	position:relative;
	width:610px;
	float:left;
	padding:0 10px 75px 4px;
	min-height:485px;
	height:auto !important;  /* fuer moderne Browser */
	height:485px;  /*fuer den IE */
}

.socials{
	text-align:right;
	width:195px;
	margin-top:30px;
	padding:5px 205px 5px 0;
	position:relative;
}
.auszeichnung{
	text-align:right;
	width:195px;
	margin-top:15px;
	padding:5px 205px 5px 0;
	position:relative;
}
.socials .socialstext{
	position:absolute;
	top:8px;
	left:215px;
	font-size:10px;
	line-height:13px;
	color:#999;
	width:170px;
	text-align:left;
}

.aktuelles{
	border:2px solid #fab716;
	padding:5px 10px 5px 25px;
	margin:18px 0 24px 0;
	position:relative;
	background:#fff url(../img/icn_arrow_y.png) no-repeat 0px 13px;
}
.aktuelles h2{
	color:#fab716;
	font-size:18px;
	margin:10px 0 5px 0;
	text-transform:uppercase;
}

.footer{
	border-top:1px solid #d7d6d5;
	padding:5px 6px;
	margin:40px 0;
	position:absolute;
	width:610px;
	left:0px;
	bottom:0px;
}

.footer a.totop{	
	display:block;
	position:absolute;
	top:10px;
	right:5px;
	height:10px;width:102px;
	background:transparent url(../img/bt_bottomnavi.gif) no-repeat right top;
}
.footer a:hover.totop,.footer a:active.totop,.footer a:focus.totop{
	background:transparent url(../img/bt_bottomnavi.gif) no-repeat right bottom;
}
.footer a.printpage{	
	display:block;
	position:absolute;
	top:10px;
	left:5px;
	height:10px;width:110px;
	background:transparent url(../img/bt_bottomnavi.gif) no-repeat left top;
}
.footer a:hover.printpage,.footer a:active.printpage,.footer a:focus.printpage{
	background:transparent url(../img/bt_bottomnavi.gif) no-repeat left bottom;
}

.footer .public{
	position:absolute;
	left:-400px;
	top:-98px;
	line-height:12px;
	width:385px;
}
.footer .public strong{font-size:12px;color:#004494;}
.footer .public p{margin-bottom:5px;}
.footer .public a img{margin-right:12px;}
.footer small{font-size:9px;}


ul.mainmenu{ 
	list-style:none;
	margin:0;
    padding:0;
	width:195px;
	float:left;
	text-align:right;
	margin-right:15px;
}
ul.mainmenu li{margin-bottom:8px;}
ul.mainmenu li a{
	font-size:12px;
	line-height:15px;
	display:block;
	color:#423a34;
	text-transform:uppercase;
	text-decoration:none;
}
ul.mainmenu li a:hover,ul.mainmenu li a:focus,ul.mainmenu li a:active{color:#fab716;}
ul.mainmenu li a.active{
	font-weight:bold;
	color:#fab716;
}

ul.submenu{
 	list-style:none;
	margin:0;
    padding:0;
	width:185px;
	float:left;	
}

ul.submenu li{margin-bottom:8px;}
ul.submenu li a{
	font-size:12px;
	line-height:15px;
	display:block;
	color:#949290;
	text-decoration:none;
}
ul.submenu li a:hover,ul.submenu li a:focus,ul.submenu li a:active{color:#423a34;}
ul.submenu li a.active{
	font-weight:bold;
	color:#423a34;
}
/* ----- Formulare ----- */

fieldset{
	border:none;
	margin:10px 0;
}

.contactform{
	background:#f6f6f6 url(../img/bg_contact.gif) no-repeat scroll bottom right; 
	padding:18px 0px 18px 20px;
	position:relative;
}

.contactform *{font-size:11px;}
.contactform input,
.contactform textarea{
	padding:4px 5px;
	border-bottom:1px solid #ccc;
}
.contactform h3{
	font-size:16px;
	text-transform:uppercase;
}
.obligation{
	position:absolute;
	bottom:0px;right:50px;
	font-style:italic;
	font-size:9px;
}

.form_col1{
	display:block;
	float:left;
	width:290px;
	margin:10px 0px;
}
.form_col2{
	display:block;
	float:right;
	width:290px;
	margin:10px 0px;
}

.form_col1 label,.form_col2 label{
	display:block;
	width:85px;
	margin:4px 0px;
	float:left;
	cursor:pointer;
}

.form_col1 br,.form_col2 br{
	clear:left;
}

.form_textfeld{
	clear:left;
	margin:15px 0px 10px 0px;
}

.form_textfeld label{
	display:block;
	cursor:pointer;
}

.contactform #vorname,.contactform #name,.contactform #tel,.contactform #email,.contactform #firma{
	width:175px;
}

.contactform #anrede{
	width:100px;
}

.contactform #nachricht{
	width:559px;
	height:160px;
}

#submit{
	background-color:#666666;
	color:#FFFFFF;
	padding:2px 4px;
	text-align:center;
	cursor:pointer;
	border:none;
	font-size:14px;
}
#submit:hover,#submit:focus,#submit:active{
	background-color:#A8B7BD;
}
/* ----- /Formulare ----- */


.ajaxSearch_resultsInfo{margin:0;padding:0;}
.ajaxSearch_paging{
	display:block;
	margin:10px 0;
	padding:5px;
	font-size:11px;
	background-color:#efefef;
}
.ajaxSearch_result{
	margin:5px 0;
}
.ajaxSearch_resultLink{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.ajaxSearch_resultExtract{
	font-size:11px;
	line-height:14px;
}
.ajaxSearch_resultExtract p{margin:0;padding:0;}
.ajaxSearch_highlight{
	font-weight:bold;
	border-bottom:1px dotted #fab716;
	color:#333;
}


.rightcol ul{margin:18px 40px;}
.rightcol ul li{margin:0 0 6px 0;}

.quote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
}


table{
	margin:18px 0px;
}
table td{
	padding:8px 10px;
	vertical-align:top;
}

div.contactdetails{background-color:#f0f0f0;padding:15px;}
div.contactdetails img{
	display:block;
	border:6px solid #fff;
	margin-right:15px;
	float:left;
}

div.zettel{
	position:relative;
	background:transparent url(../img/bg_zettel.jpg) repeat-y top left;
	padding:30px 30px 45px 105px;
}

div.zettel .wgb{
	position:absolute;
	bottom:0px;
	left:0px;	
	height:84px;
	width:100%;
	background:transparent url(../img/bg_verlauf_bottom.png) repeat-x top left;
}

ul.faq{	
	margin:18px 0px;
	list-style:none;
}
ul.faq li{margin-bottom:55px;}
ul.faq h3{text-transform:uppercase;margin-bottom:6px;}
ul.faq h4{margin-top:30px;}


.pdfinfo{
	display:block;
	padding-top:3px;
	margin-left:130px;
}

a.pdf{
	background:transparent url(../img/icn_pdf.gif) no-repeat 2px center;
	padding:1px 2px 1px 15px;
	text-decoration:none;
}
a.extern{
	background:transparent url(../img/icn_extern.gif) no-repeat 2px center;
	padding:1px 2px 1px 15px;
	text-decoration:none;
}

.render{text-transform:uppercase;}

.link{
	display:block;
	padding:0px 0px 10px 30px;
	background:transparent url(../img/ico_link.gif) no-repeat 0px 2px;
}
.link a{display:block;}


.fl{float:left;}
.fr{float:right;}
.clr{clear:both;}

small{font-size:11px;line-height:12px !important;}


#webxells { 
     display:block; 
     position:relative; 
} 
#webxells span { 
     border-left:1px solid #CCCCCC; 
     display:block;
     height:46px;
     left:150px;
     padding:2px 15px;
     position:absolute;
     top:0;
}
.logo_webxells{ 
     background:transparent url(../img/logo_webxells.gif) no-repeat scroll left top; 
     display:block; 
     height:46px; 
     margin-top:10px; 
     width:131px; 
	 border:none !important;
} 
.logo_webxells:hover,.logo_webxells:focus,.logo_webxells:active{ 
    background:transparent url(../img/logo_webxells.gif) no-repeat scroll left bottom !important; 
}

#img_captcha{
	position:absolute;
	left:205px;
}
