/*######################################################*/
/*##### Allgemein ######################################*/
/*######################################################*/
body {
	margin:0;
	padding:0 0 0 0;
	height:100%;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td{
	font-size:12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	line-height: 20px;
}


a{
	color:#990000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	color:#333333;
}

/*######################################################*/
/*##### Strucktur ######################################*/
/*######################################################*/
#main{
	margin:auto;
	width: 987px;
	border: 1px solid #999999;
}
#schatten_head{
	background:url('../images/head_schatten_1px.jpg') repeat-x;
}
#navi_rahmen{
	height:420px;
	width:220px;
	background:url('../images/navi_verlauf.jpg') repeat-y;

	float:left;
	padding:0px;
}
DIV.csc-textpic DIV.csc-textpic-single-image IMG{
	margin-bottom: 30px;
}

#content{
	margin-left:260px;
	height:420px;
}
.clearer{
	clear:both;
}
/*######################################################*/
/*##### Überschrift ####################################*/
/*######################################################*/
.headline_1{
	font-size: 16px;
	color:#999999;
	font-weight: bold;
	
	margin-bottom:30px;
	padding-left:25px;
	
	background:url('../images/logo_neder_small.jpg') no-repeat;
}

.content_left{
	float:left;
	width:300px;
	height:200px;
	border-right:1px dashed #666666
}

.content_right{
	width: 300px;
	float:left;
	margin-left:35px;
}

fieldset{
	border:0px;
	margin:0px;
	padding:0px;
	padding-top:20px;
}
fieldset legend{
	display:none;
}

/*######################################################*/
/*###### Menu ##########################################*/
/*######################################################*/
.navi,.navi_act,.navi2,.navi2_act{
	font-size:12px;
	color:#333333;
	text-decoration:none;
	
	display:block;
	padding-left:20px;
	padding-top:5px;
	height:20px;
}

.navi2,.navi2_act{
	font-size:10px;
	
	padding-left:40px;
	padding-top:3px;
	height:15px;
}

.navi:hover,.navi_act,.navi2:hover,.navi2_act{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#cccccc;
}

fieldset.tx-powermail-pi1_fieldset .powermail_check_inner, 
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner,
fieldset.tx-powermail-pi1_fieldset input.powermail_submit{
    margin-left:0px;
}
fieldset.tx-powermail-pi1_fieldset fieldset legend{
    display:none;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset input.powermail_date, 
fieldset.tx-powermail-pi1_fieldset input.powermail_datetime, 
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, 
fieldset.tx-powermail-pi1_fieldset input.powermail_captcha {
    width: 260px;
}
fieldset.tx-powermail-pi1_fieldset{
    margin-right:10px;
}
