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

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

body{
	background-color:#fff;		
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#8b837e;
}

body.mceContentBody {
   background: #FFF;
   padding:10px;
}


/*------------------------------------------------------------------------------------------------------------ALLGEMEIN BEREICH-------------------------------------------------------------------------*/

table.table_border_class{
	border:1px;
	border-color:#FFE1AD;
	border-style:solid;
	line-height:17px;
}

tr.tr_style_two{
	border:2px;
	background: #FFE1AD;
	margin-left:2px;
	padding-right:2px;
	padding:2px;
}

a{
	text-decoration:none;
	color:#b01f16;
}
a img {
	border:none;
}


h1{
	font-size:16px;
	line-height:23px;
	color:#b11818;
	font-weight:normal;
	margin-bottom:21px;/*31*/
}
h2{
	font-size:14px;
	line-height:23px;
	color:#6C6C6C;
	font-weight:normal;
}

h3{
	font-size:12px;
	line-height:23px;
	color:#6C6C6C;
	font-weight:normal;
}

#googleMapsHolder h1 {
	margin-bottom:10px;
}

*.highlight {
	color:#b01f16;
}

a.pfeil{
	background-image:url(../pics/arrowClosed.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:10px;
}

#main hr{
	border-top:1px dotted #3a3a3a;
}
/*------------------------------------------------------------------------------------------------------------HEADER BEREICH-------------------------------------------------------------------------*/


#out{
	width:100%;
	min-height:100%;	
	position:relative;
	
	background-image:url(../pics/bgImage.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#out.PORTAL{ 
	background-image:url(../pics/bgImage2.jpg);
}

#container{
	width:960px;
	margin:0 auto;
	background-image:url(../pics/body_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	height:168px;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../pics/header.jpg);
}


/*#languageSwitchHolder {
	position:absolute;
	right:20px;
	top:10px;
	width:100px;
}*/

#logo {
	float:left;
	width:183px;
	height:121px;
	cursor:pointer;
	margin-left:50px;
	margin-top:13px;
}
/*----------------Banner----------------*/
#banner {
	background-image:url(../pics/banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:190px;
}


#main {
	/*background-image:url(../pics/content_bg.png);
	background-repeat:no-repeat;
	background-position:455px -67px;*/
	padding:0 64px 0 60px;
	
	min-height:460px;
}

#out #main{
	margin-top:35px;	
}

#out.PORTAL #main {
	background-image:none;	
}

#out.CONTENT #main{
	margin:0;
	padding-top:0px;	
}


#main_left {
	float:left;
	width:420px;
	
}

#main_right {
	float:right;
	width:365px;

}

#contentHolder {
	width:420px;
}

/*-----------------MAIN FOOTER----------------*/
#mainFooter{
	width:836px;/*960px*/
	margin:0 auto;
	height:158px;/*90*/
	background-image:url(../pics/footer.jpg);
	background-repeat:no-repeat;	
	padding:18px 64px 0 60px;
	position:relative;
}

#mainFooter #kontakt {
	width:89px;
	height:38px;
	float:left;
}

#mainFooter #kontakt_detail {
	position:absolute;
	width:656px;
	height:33px;
	left:158px;
	bottom:38px;
	font-size: 12px;	
}

#mainFooter .konImpDruck{
	height:28px;
/*	position:relative;
	bottom:-13px;*/
}

#mainFooter #impressum{
	margin-left:17px;
	float:left;
}

#mainFooter .impressum_link {
	font-size:12px;
	color:#6c6c6c;
	line-height:30px;
}
#mainFooter .impressum_link:hover {
	color:#B11818;
}

#mainFooter a{
	color:#ebbbbb;
}





/*------------------------------------------------------------------------------------------------------------FOOTER BEREICH-------------------------------------------------------------------------*/
#footer{
	width:100%;
	position:absolute;
	/*bottom:0;*/
}

#infooter{
	width:905px;
	margin:0 auto;
}

.footerLine{
	background-image:url(../pics/footer-trennline.png);
	background-repeat:no-repeat;
	height:115px;
	width:1px;
	float:left;
}

.logos{
	float:left;
}





/*#infooter{
	width:960px;
	margin:0 auto;
	
	height:29px;
	font-size:12px;	
	padding-top:16px;
}

#sitemap {
	float:left;
	width:50%;
}

#socialIcons{
	float:right;
	width:50%;
	text-align:right;
}*/

.clear{
	clear:both;
}