/* @override 
	http://dev.zfa-emsland.de/fileadmin/templates/site/_css/layout.css
	http://www.zfa-emsland.de/fileadmin/templates/site/_css/layout.css
*/

@import url("reset.css");
html, body {
   height: 100%;
} 
body{
	font: 100%/130% Calibri, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #FFF url(../_gfx/bg_body.gif) 0px 0px;
	color: #474747;
	text-align: left;
	top: 0; left: 0;
}
a{
	color: #006ab3;
}
h1{
	color: #006ab3;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 120%;
	margin: 0.5em 0 0.3em 0;
}
h2{
	color: #474747;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0.4em 0 0.1em 0;
}
h3{
	color: #006ab3;
	font-size: 1.1em;
	margin: 0em 0 0.4em 0;
	font-weight: normal;
}
h4{
	color: #006ab3;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0.4em 0 0.2em 0;
}
h5{
	color: #474747;
	font-size: 1em;
	font-weight: normal;
	margin: 0.4em 0 0.1em 0;
}
p {
	margin: 0.3em 0 1em 0;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 30px;
	background: transparent url(../_gfx/bg_wrapper.png) 0 0 repeat-y;
	position: relative;
	top: 0; left: 0;
			
}
#header{
	height: 180px;
	background: transparent url(../_gfx/bg_header.jpg) left top no-repeat;	
}

#header h1{
	height: 114px;
	width: 215px;
	margin: 0;
	background: url(../_gfx/logo_zfa-emsland.gif) no-repeat;
	text-indent: -9999px;
}
#content{
	width: 960px;
	margin: 0;
	padding: 45px 20px 20px 20px;
	min-height: 400px;
}

/* @group Menu */
#menu{
	margin: 0; 
	padding: 0;
	width: 960px;
	height: 66px;
	padding-left: 20px;
	font-size: 1.4em;
	border-bottom: 2px solid #00388c;

}
#menu li{
	padding: 0; margin: 0;
	margin-right: 10px;
	float: left;
}
#menu a{
	padding: 26px 15px 0px 15px;
	width: 200px;
	height: 40px;
	display: block;
	line-height:  50%;
	text-decoration: none;
	background: transparent url('../_gfx/bg_menu.png')  0px 0px no-repeat;	
	color: #006ab3;
}
#menu .info{
	margin: 0; padding: 0;
	font-size: 0.5em;
	display: none;
}
#menu a:hover{
}
#menu .active a,
#menu .active a:hover{
	color:  #FFF;
	background-position: 0px -144px;
}
/* @end */

/* @group Submenu */

#leftpan{
	float: left;
	width: 230px;
	margin-right: 30px;	
}
h3.head {
	background: url('../_gfx/bg_submenu-top.jpg')  0px 0px no-repeat;	
	font-size: 1em;
	height: 26px;
	color: #FFF;
	padding: 5px 20px 0px 10px;
	margin: 0;
}
h3.head a {
	color: #FFF;
	text-decoration: none;
}

#submenu{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-size: 1em;
}
#submenu li{
	padding: 0; margin: 0;
}
#submenu a{
	background: url('../_gfx/bg_submenu-li.jpg')  0px 0px repeat-y;	
	height: 24px;
	display: block;
	padding: 6px 10px 0px 10px;
	line-height:  120%;
	text-decoration: none;
	color:  #444444;
	border-bottom: 1px solid #dbdddf;
}

#submenu a:hover{
	color:  #006ab3;
	background: url('../_gfx/bg_submenu-li-active.jpg')  0px 0px repeat-y;
}
#submenu .active a{
	color: #006ab3;
	font-weight: bold;
	background: url('../_gfx/bg_submenu-li-active.jpg')  0px 0px repeat-y;
}
/* @end */

.maincontent {
	width: 680px;
	float: left;	
}
.rightpan {
	width: 220px;
	float: right;
	margin-right: 20px;
}
#footer{
	margin-top: 50px;
	background: transparent url('../_gfx/bg_footer.jpg')  0px 0px no-repeat;		
	bottom:0;
	width: 980px;
	height: 154px;   /* Height of the footer */
	padding-top: 56px
}
#footer .draht {
	height: 154px;
	width: 260px;
	margin: 0;
	background: url(../_gfx/direkter-draht.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
}
#footer ul{
	list-style-type: none;
	color: #FFF;
	padding: 0;
	margin: 22px 0;
	width: 240px;
	float: left;
	font-size: 0.8em;
	line-height: 170%;
}
#footer #copyright{
	float: right;
}
#footer a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.col_left {
	width: 48%;
	float: left;
}
.col_right {
	float: right;
	width: 48%;
}
.column7030 .col_left{
	width: 440px;	
}
.column7030 .col_right{
	width: 220px;
}
.column5050 .col_left{
	width: 48%;	
}
.column5050 .col_right{
	width: 48%;
}
.clear {
	float: none;
	clear: both;
}
.maincontent ul{
}
.maincontent li{
	background: url(../_gfx/dot.gif) 0px 9px no-repeat;
	border-bottom: 1px solid #dbdddf;
	padding: 3px 0px 3px 15px;
}	

/* @group Powermail */

.powermail_captcha_captcha {
	display: block;
	padding-left: 15px;
}
input.powermail_captcha {

}

.powermail_mandatory_js{
	color: #c7171f;
	font-size: 0.9em;
	font-style: italic;
	clear: both;
}
.powermail_pagebrowser{
	font-weight: bold;
	color: #006ab3;
}
.tx_powermail_pi1_fieldwrap_html{
	float: none;
}
legend{
	font-weight: bold;
	font-size:  1.1em;
}
.powermail_check_inner {
	display: block;
	clear: both;
}
#content .powermail_check_inner label{
	width: 360px;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title, .tx_powermail_pi1_fieldwrap_html_radio_title{
	padding: 1em 0 0.3em 0;
	margin: 0;
	font-weight: bold;
}
#content .tx_powermail_pi1_fieldwrap_html_checkbox_title, #content .tx_powermail_pi1_fieldwrap_html_radio_title, #content .tx_powermail_pi1_fieldwrap_html{
	clear: both;
}
#content .powermail_radio_inner{
	clear: both;
}
#content .powermail_radio_inner label{
	width:  auto;
}
#content label, 
.tx_powermail_pi1_fieldwrap_html_checkbox_title,
.tx_powermail_pi1_fieldwrap_html_radio_title{
	display:  block;
	float: left;
	padding-left: 0;
	padding-top:  0px;
	margin-right: 10px;
	line-height: 150%;
	width: 160px;
	font-size:  1em;
	text-align:left;
	font-weight: normal;
}
#content label.error{
	color: #e1001a;
	font-weight: bold;
}
#content dd label{
	display:  inline;
	float:none;
	padding:  0;
	line-height:  150%;
	background: none;
	text-align:left;
}
input, textarea, select{
	border: 1px solid #CCC;
	float: left;
	margin-bottom: 5px;
	padding: 3px;
	background: url('../_gfx/bg_shadow.gif');
}
textarea{
	width: 220px;
}
.powermail_text, .powermail_textarea {
	width: 220px;
}

#content .powermail_check_inner label, 
#content .powermail_check,
#content .powermail_radio{
	width: auto;
	float: left;
	display: block;
	border: none;
	background: none;
}
#content .powermail_check_inner label {
	width:  190px;	
}
.tx_powermail_pi1_checkboxwrap,
.tx_powermail_pi1_radiowrap{
	float: left;
	width: 220px;
}
.tx_powermail_pi1_fieldwrap_html_check,
.tx_powermail_pi1_fieldwrap_html_radio{

}
.submitbt, .powermail_submit, .tx_powermail_pi1_submitmultiple_forward, tx_powermail_pi1_fieldwrap_html_submit input, .tx_powermail_pi1_submitmultiple_back, .tx-powermail-pi1_mandatory_submit{
	background: #006ab3 url('../_gfx/gradient_blue.gif') 0px 0px repeat-x;
	border: 1px solid #006ab3;
	color: #FFF;
	font-weight: bold;
	float: left;
	width: auto;
	padding: 4px 10px;
	margin-left:  170px;
}
.tx-powermail-pi1_mandatory {
	margin-top: 10px;
}
.tx-powermail-pi1_mandatory_submit {
	margin-left: 0;
	margin-top: 10px;
}
.tx-powermail-pi1_thx table {
	width: 100%;
	margin-top: 10px;
}
.powermail_all_tr .bodytext {
	padding: 0; margin: 0;
}
#content fieldset{
	border: none;
	margin: 1em 0;
}
#content .csc-mailform-submit{
	clear: both;
	margin-top:  1em;
	margin-left:  150px;
	background-image: none;
	background-color: #006ab3;
	color: #FFF;
	font-weight: bold;
}
#content legend{
	display: none;
}
.tx_powermail_pi1_formconfirmation_back, .tx_powermail_pi1_formconfirmation_submit {
	float: left;
}
.tx_powermail_pi1_formconfirmation_back {
	margin-right: 5px;
}
.tx-powermail-pi1_confirmation p {
	color: #e1001a;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0em 0 0.2em 0;
}
/* @end */



/* Ansprechpartner */

#ce1920, #ce1925, #ce1926, #ce1977, #ce1978, #ce1979{
	padding:  10px;

}
#ce1921 h3{

}
/*
.highlight h3{
	color: #FFF;
	background-color: #e6f0f8;
	background: transparent url('../_gfx/bg_menu.png')  0px 0 no-repeat;
}
*/
.highlight {
	background-color: #F5F5F5;
	border-left: 1px solid #006ab3;
}
area {
	cursor: pointer;
}
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 0.85em;
line-height: 150%;
}
.info b, .success b, .warning b, .error b, .validation b {
font-size: 1.1em;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../_gfx/warning/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../_gfx/warning/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../_gfx/warning/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../_gfx/warning/error.png');
}
