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

@import url(menus.css);
@import url(map.css);

html, body{
	height:100%;
	background-image:url(images/body.jpg);
	/*background-image:url(images/background_new.jpg);*/
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
.clear{
	clear:both;
	height:0px;
	font-size:0px;
}
.container{
	width:966px;
	margin:0 auto;
	height:auto !important;
	height:100%;
	min-height:100%;
/*	background-attachment: scroll;
	background-image: url(images/container_long_bg.png);
	background-repeat: no-repeat;
	background-position: 206px bottom; */
	position:relative;
}
.header{
	width:966px;
	height:128px;
	margin-bottom:20px;
}
.headerLogo{
	width:600px;
	float:left;
}
.topMenu{
	float:right;
	width:330px;
}
.logo{
	background-image:url(images/logo.jpg);
	width:191px;
	height:38px;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:scroll;
	margin-top:26px;
}
.logo a{
	width:191px;
	height:38px;
	display:block;
	font-size:0px;
	color:#999999;
}
.headerTop{
	margin-bottom:14px;
}
.logoText{
	padding-top:5px;
	padding-left:50px;
	color:#F8F8F9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	margin-bottom:5px;
	font-weight:bold;
}
.headerMenus{
	background-image:url(images/menus_bg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	background-attachment:scroll;
	width:966px;
	height:18px;
}
/*******   CONTENT   ******************/
.contentLeft{
	width:206px;
	float:left;
}
.contentRight{
	width:760px;
	float:right;
}
.contentBox{
	width:766px;
}
.leftColumn{
	width:558px;
	float:left;
	background-image:url(images/contentBg.png);
	background-position:left top;
	background-repeat:repeat;
	background-attachment:scroll;
	min-height:530px;
}
.footer{
	position:absolute;
	width:996px;
	height:34px;
	bottom:0;
	display:block;
	margin:0 auto;
	font-size:11px;
	color:#535353;
	padding-left:200px;
/*	background-image:url(images/contentBg.png);
	background-position:left bottom;
	background-repeat:repeat;
	background-attachment:scroll;
	padding-top:20px;*/
}
.footertext{
	padding-left:15px;
}
.footertext strong,
.footertext b{
	color:#E41C19;
}
.footertext a{
	color:#535353;
}
.rightColumn{
	width:207px;
	float:right;
}
.mainContent{
	padding:15px;
	color:#535353;
}
.mainContent H1{
	background-image:url(images/title_bg.png);
	background-position:left top;
	background-repeat:repeat-y;
	background-attachment:scroll;
	color:#FFFFFF;
	font-size:14px;
	padding-left:14px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:-15px;
	margin-top:-15px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.mainContent H2,
.mainContent H3,
.mainRightContent H3{
	color:#E41C19;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}
.mainContent p.bodytext,
.mainRightContent p.bodytext{
	padding-bottom:10px;
	color:#535353;
	line-height:17px;
}
.mainContent ul,
.mainContent ol,
.mainRightContent ol{
	margin-left:25px;
}
.mainContent ul li,
.mainRightContent ul li{
	padding-bottom:5px;
}
.contentBox a{
	color:#E41C19;
}
.contentBox a:hover{
	color:#535353;
}
.mainRightContent{
	padding:10px;
}
.mainRightContent H1,
.mainRightContent H2{
	background-image:url(images/left_li.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment:scroll;
	padding-bottom:5px;
	color:#E41C19;
	font-size:14px;
	margin-bottom:5px;
	text-transform:uppercase;
}

/*******  RTE   ************************/
.fontSize15,
.fontsize15{
	font-size:15px;
	color:#000000;
	font-weight:bold;
	padding-bottom:10px;
}
.blackText,
.blacktext{
	color:#000000;
}

.redLine,
.redline{
	background-image:url(images/left_li.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment:scroll;
	padding-bottom:5px;
	line-height:2px;
	margin-bottom:5px;
}

.mapBox area.active{
	background-color:#FF0000;
	display:block;
	height:30px;
	width:30px;
}

/*****  LOGO PAGE   **********/
.mapBox{
	padding:10px;
	width:538px;
	position:absolute;
	margin-top:-500px;
}
.mapBox .teaserlogoBox{
	width:110px;
	float:left;
	display:block;
	margin-bottom:5px;
	min-height:132px;
	padding:0 11px;
}
.mapBox .teaserlogoBox img{
	margin-bottom:1px;
}
.mapBox .teaserlogoBox a{
	text-align:left;
	display:block;
	text-transform:uppercase;
}

.mapBox .teaserlogoBox p{
	text-align:center;
	width:110px;
	font-size:11px;
}
.mapBox .teaserlogoBox p a{
	color:#535353;
}

/*****  POWERMAIL   *****/
fieldset.tx-powermail-pi1_fieldset  {
	background-color:transparent;
	border:none;
	padding:10px;
	padding-left:0px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	color:black;
	font-weight:bold;
	display:none;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color:transparent;
}
fieldset.tx-powermail-pi1_fieldset label {
	clear:both;
	display:block;
	float:left;
	font-weight:bold;
	width:200px;
}
span.powermail_mandatory  {
	color:#535353;
}



.tx_powermail_pi1_fieldwrap_html_radio_title{
	display:none;
}
.powermail_radio_inner_uid17_0,
.powermail_radio_inner_uid17_1{
	position:relative;
	height:25px;
}
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner_uid17_0 label,
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner_uid17_1 label {
	margin-left:20px;
	padding-top:4px;
}
.powermail_radio_inner_uid17_0 input.powermail_mitgliedwerden,
.powermail_radio_inner_uid17_1 input.powermail_mitgliedwerden{
	position:absolute;
	left:0;
}



table.contenttable td{
	vertical-align:top;
	text-align:left;
}


/* SURVEY FORM */

.input_umfr {
	border:1px solid #2B2653;
	float:left;
	font-size:10px;
	padding:2px;
	width:40px;
	margin-right:3px;
}
.formbox {
	clear:both;
	float:none;
	padding:5px 0 0;
}
.formbox label {
	display:block;
	float:left;
	width:120px;
}

.titl_umfr_klein {
	clear:both;
	display:block;
	float:none;
	font-weight:bold;
	padding:20px 0 5px;
}
.th_wert {
	font-size:10px;
	text-align:left;
}
.th_hor {
	font-size:10px;
	text-align:left;
	width:90px;
}
.td_input {
	border:1px solid #2B2653;
	font-size:10px;
	padding:2px;
	width:40px;
	margin-bottom:2px;
}

.umfr_textar {
	border:1px solid #2B2653;
	font-family:verdana,sans-serif;
	font-size:10px;
	height:50px;
	padding:2px;
	width:270px;
}

.tx-srfreecap-pi2-image {
    margin-left: 200px;
    display:block;
    width:120px;
}
.tx-srfreecap-pi2-cant-read {
    color: #535353;
     margin-left: 200px;

}
.csc-frame-frame1 {
	padding-top:30px;
	width:550px;
}
.csc-frame-frame1 p{
	font-size:9px;
	padding-bottom:10px;
}
.logoBox{
	width:126px;
	float:left;
	padding-left:8px;
	text-align:center;
	font-size:11px;
	color:#000;
	min-height:120px;
}
.logoBox a{
	color:#000;
	font-size:11px;
	text-decoration:underline;
}
.logoBox a:hover{
	color:#000;
}
.logoBox p.subtitle{
	font-size:10px;
}
.logosFce .first{
	text-align:left;
	width:126px;
	padding-left:0px;
}
.logosFce .first p{
	text-align:center;
}
.logosFce .first img{
	padding-left:10px;
	text-align:left;
}
