@charset "utf-8";
/* CSS Document */

/* TEXTFORMATIERUNG */

* {
   color:#A0A1A2;
   font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif; 
}
	
.trenner, .spacer {
	display:block;
	clear:both;
	height:0px; 
	}

p  {
    display: block;
    margin-bottom: 1em;
	line-height: 22px;
	font-size: 14px;
	font-style: normal;
    font-weight:lighter;
    letter-spacing: normal;
    line-height: 1.5em;
}

/* a ======================================= */
a { 
	text-decoration:none;
	font-weight: bold;
	}
a:hover,
a.active,
a.active:hover {
	color:#96bf0d;
	}
a img {
	border:0;
	-moz-transition: all 700ms ease-out 0s;
	}

#content a{
	color:#96bf0d;
	}
	
.external-link-new-window{
	color:#96bf0d;
	}

i  { 
	color:#96bf0d;
	font-weight: inherit;
	}

b  { 
	font-weight: bold;
	}
	
	
/* h =========================================== */
h1, legend {
    font-size: 18px;
    font-weight: normal;
	color:#96bf0d;
	margin-bottom: 10px;
	}
	
h2,h3,h4 {
    font-size: 18px;
    font-weight: normal;
	color: #96bf0d;
	margin-bottom: 10px;
	}


blockquote{
	font-style:italic;
	margin: 0 0 1em 0em;
	color:#96bf0d;
	}

.bodytext a {
	color:#96bf0d;
	}
 
.minitext {
	font-size:9px;
	margin-bottom:0px;
	color: #FFFFFF;
	background-color: #96bf0d;
    padding: 8px 0 0 12px;
	}
	
.zahl {
	font-size:22px;
	margin-bottom:10px;
	color:#FFFFFF;
	background-color: #96bf0d;
	padding: 0px 0 6px 12px;
	}

.csc-mailform label em,.csc-mailform legend em {
    color: #cacaca;
    display: block;
    font-size: 85%;
    font-style: normal;
    text-transform: none;
	
}


/*  contentelement img */
DIV.csc-textpic-clear {
    clear: none;
}

DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    margin-bottom: 0;
}

DIV.csc-textpic IMG {
    border: none;
}


/* Standardformatierungen  */

.csc-default ol, .csc-default dl { margin: 0 0 14px 14px }
.csc-default ul { margin-bottom: 20px; }
.csc-default li { margin-left: 14px; line-height: 18px; font-size: 14px; }
.csc-textpic-image li { margin-left: 0px }
.csc-textpic-imagewrap dl { margin: 0  }

.standard dt {   }
.standard dd { margin: 0 0 10px 12px; }


blockquote:before, blockquote:after,
q:before, q:after { content: ""; }


/* Tabellenkopf */
table caption { background-color:#96bf0d; margin: 3px 0; padding: 3px; color:#ffffff; }


.error {
    border: 1px solid #96bf0d;
	padding: 3px;
	color:#FFFFFF;
}


/* Powermail */

 label {
    float: left;
    margin-right: 5px;
    vertical-align: baseline;
    width: 180px;
	font-size: 14px;
    line-height: 18px;
	}

 img.tx-srfreecap-pi2-image {
    vertical-align: middle;
	margin: 2% 0 2% 39%;
	width:155px;
	}
	

 .tx-srfreecap-pi2-cant-read 
	{
    color: #A0A1A2;
    font-size: 14px;
	float: left;
	clear:both;
	 overflow: hidden;
	}
    
 .powermail_submit {
	margin: 2% 0 2% 39%;
	}
	
