@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #008187;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0;
	max-width: 580px;
	line-height: 1.5em;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0;
	max-width: 580px;
	line-height: 1.5em;
	}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #008187;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0;
	max-width: 580px;
	line-height: 1.5em;
	}



	

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #008187;
	margin-bottom: 5px;
	padding: 0;
	text-indent: 15px;	
	}
/*---------------Auszeichnungen----------------*/

.itd_gruen {
	color: #008187;
	}
	
.rot {
	color: #ff0000;
	}
	
	
/*--------------------------------------------------------*/


ul.content_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	
ul.content_nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-indent: 15px;
	color: #333333;
	text-decoration: none;
	
	height: 22px;
	width: 230px;
	
	background-image: url(../images/nav_n.gif);
	background-repeat: repeat-y;
	
	margin-top: 2px;
	padding-top: 3px;
	
	display: block;
	
	}

ul.content_nav li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-indent: 15px;
	color: #FFFFFF;
	text-decoration: none;
	
	height: 22px;
	width: 230px;
	
	background-image: url(../images/nav_r.gif);
	background-repeat: repeat-y;
	
	margin-top: 2px;
	padding-top: 3px;
	
	display: block;
	
	}

ul.content_nav li a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-indent: 15px;
	color: #FFFFFF;
	text-decoration: none;
	
	height: 22px;
	width: 230px;
	
	background-image: url(../images/nav_r.gif);
	background-repeat: repeat-y;
	
	margin-top: 2px;
	padding-top: 3px;
	
	display: block;
	
	}


/*Menüelemente mit Subnavigation*/
	
ul.content_nav .sub {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #008187;
	margin-bottom: 5px;
	margin-top: 20px;
	padding: 0;
	text-indent: 15px;
	display: block;		
	}


span.active_sub {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-indent: 15px;
	color: #FFFFFF;
	text-decoration: none;
	
	height: 22px;
	width: 230px;
	
	background-image: url(../images/nav_r.gif);
	background-repeat: repeat-y;

	margin-top: 2px;
	padding-top: 3px;
	
	display: block;	
	}

/*Ende Menüelemente sub*/


span.active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-indent: 15px;
	color: #FFFFFF;
	text-decoration: none;
	
	height: 22px;
	width: 230px;
	
	background-image: url(../images/nav_r.gif);
	background-repeat: repeat-y;
	
	margin-top: 2px;
	padding-top: 3px;
	
	display: block;
	
	}


/*Ab hier Definitionen für die zweite Ebene der Listennavigation*/
	

ul.content_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


	
ul.content_nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-indent: 15px;
	color: #333333;
	text-decoration: none;
	
	height: 22px;
	width: 230px;
	
	background-image: url(../images/nav_n.gif);
	background-repeat: repeat-y;
	
	margin-top: 2px;
	padding-top: 3px;
	
	display: block;
	
	}
	
	
ul.content_nav ul li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-indent: 15px;
	color: #FFFFFF;
	text-decoration: none;
	
	height: 22px;
	width: 230px;
	
	background-image: url(../images/nav_r.gif);
	background-repeat: repeat-y;
	
	margin-top: 2px;
	padding-top: 3px;
	
	display: block;
	
	}
	
	
li.active_sub {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-indent: 15px;
	color: #FFFFFF;
	text-decoration: none;
	
	height: 22px;
	width: 230px;
	
	background-image: url(../images/nav_r.gif);
	background-repeat: repeat-y;
	
	margin-top: 2px;
	padding-top: 3px;
	
	display: block;
	
	}
	


	
/*---------------Bild mit Bildunterschrift----------------*/


dt img {
	display: block; 
	border: 1px solid;
	border-color: #008187;
	}


dd { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 11px;
	color: #008187;
	margin: 0;
	padding: 2px;
	padding-bottom: 10px;

   }

/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid;
	border-color: #008187;
	}

		/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 20px !important;
	}

div.csc-textpic {
	clear: both;
	}


  
 
/*--------------------------------------------------------*/

/*---------------Zitat----------------*/

blockquote {	
	float: left;
	width: 200px;
	padding: 0;
	margin: 20px 20px 20px 0px;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	border-color: #999999;
	margin-left: 2em;
	}
	
blockquote p.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 12px;
	color: #008187;
	padding: 10px 0px 10px 0px;
	text-align: left;
	}

/*--------------------------------------------------------*/


#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	line-height: 1.5em;
	max-width: 580px;
	padding: 0;
	margin: 0;
	display: block;
	}

#content ul li {
	margin-bottom: 8px;
	margin-left: 2em;
	}
	
/*---------------Sekundärer Content----------------*/

#subnav_content {
	width: 220px;
	max-width: 230px;
	height: 100%;
	min-height: 170px;
	float: left;
}

#content ul.subnav_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 0;
	margin-bottom: 25px;
	}
	
#content ul.subnav_list {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 0;
	}

#content li.subnav_li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #008187;
	text-decoration: none;
	list-style: none;
	margin-left: 0em;
	}


#content li.subnav_li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}

#content li.subnav_li a:hover {
	text-decoration: underline;
	}

#content ul.subnav_ul li a:visited {
	text-decoration: none;
	color: #999999;
	}

#content li.active_subnav_li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	list-style: none;
	margin-left: 0em;
}

#secondary_content {
	width: 445px;
	height: 100%;
	min-height: 150px;
	float: right;
	background-color: #dfebec;
	padding: 10px;
	}
/*--------------------------------------------------------*/



/*--------------Mailformular POWERMAIL----------------*/



div.tx-powermail-pi1 {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
	
div.tx-powermail-pi1 fieldset {
	border: 0;
	background-color: #EEEEEE;
	padding-left: 15px;
	padding-top: 10px;
	}


div.tx-powermail-pi1 label {
	width: 150px;
	display: inline-block;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
}

div.tx-powermail-pi1 div {
	margin-top: 10px;
	margin-bottom: 10px;
	}


div.tx-powermail-pi1 legend {
	display: none;
	}
	
	
.tx_powermail_pi1_fieldwrap_html_radio_title {
	display: none;
	}
	
div.powermail_radio_inner {
	display: inline;
	}
	
div.powermail_radio_inner label {
	display: inline;
	width:auto;
	margin-top: 0px;
	margin-bottom: 0px;	
	}
	
div.powermail_check_inner label{
	font-weight: normal;
	width: auto;
	}
	
	
#powermaildiv_uid15, #powermaildiv_uid33, #powermaildiv_uid77, #powermaildiv_uid95, #powermaildiv_uid113  {
	margin-bottom:20px;	
}

textarea {
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 12px;
	color: #333333;

	}
	
	
p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	font-weight: bold;
	}

p.text_headline {
	font-weight: bold;
	}

div.tx-powermail-pi1_confirmation {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 12px;
	color: #333333;
}

table.powermail_all powermail_all_table {
	width: 200px;
	}

form.tx_powermail_pi1_formconfirmation_back {
	margin-top: 10px;
	margin-bottom: 10px;
}

#powermaildiv_uid13 p, #powermaildiv_uid46 p, #powermaildiv_uid90 p, #powermaildiv_uid108 p, #powermaildiv_uid126 p, #powermaildiv_uid61 p.text_headline, #powermaildiv_uid60 p.text_headline, #powermaildiv_uid74 p.text_headline, #powermaildiv_uid140 p.text_headline, #powermaildiv_uid152 p.text_headline {
	display: none;
}



	
/*#powermaildiv_uid27 div, #powermaildiv_uid50 div, #powermail_uid65 div, #powermail_uid131 div, #powermail_uid134 div  {
	display: inline;
	}
	
#powermaildiv_uid27 label, #powermaildiv_uid50 label, #powermail_uid65 label, #powermail_uid131 label, #powermail_uid134 label {
	display: inline;
	width: auto;
	}
	
.powermail_mandatory {
	color: 008187;
	}
	
#powermaildiv_uid13 label, #powermaildiv_uid46 label {
	display: inline;
	width: auto;
	}

#powermaildiv_uid1, #powermaildiv_uid32, #powermaildiv_uid2, #powermaildiv_uid34, #powermaildiv_uid3, #powermaildiv_uid35, #powermaildiv_uid4, #powermaildiv_uid36, #powermaildiv_uid5, #powermaildiv_uid37, #powermaildiv_uid6, #powermaildiv_uid38, #powermaildiv_uid7, #powermaildiv_uid39, #powermaildiv_uid8, #powermaildiv_uid40, #powermaildiv_uid9, #powermaildiv_uid41, #powermaildiv_uid10, #powermaildiv_uid42, #powermaildiv_uid11, #powermaildiv_uid43, #powermaildiv_uid12, #powermaildiv_uid44, #powermaildiv_uid13, #powermaildiv_uid46, #powermaildiv_uid14, #powermaildiv_uid15, #powermaildiv_uid33, #powermaildiv_uid24, #powermaildiv_uid28, #powermaildiv_uid26, #powermaildiv_uid29, #powermaildiv_uid25, #powermaildiv_uid31, #powermaildiv_uid47, #powermaildiv_uid51, #powermaildiv_uid52, #powermaildiv_uid53, #powermaildiv_uid54, #powermaildiv_uid55, #powermaildiv_uid56, #powermaildiv_uid58, #powermaildiv_uid60, #powermaildiv_uid61 {
	margin-top: 10px;
	margin-bottom: 10px;
	}
*/	

/*#powermaildiv_uid15 label, #powermaildiv_uid13 label, #powermaildiv_uid46 label, #powermaildiv_uid33 label {
	font-weight: normal;
	width: auto;
	}
*/	

/*#powermaildiv_uid15 input, #powermaildiv_uid33 input {
	margin: 0;
	padding: 0;
	}
*/



span.powermail_mandatory {
	/* Color of mandatory error message */
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 12px;

	color: red;
}
input.validation-failed,
textarea.validation-failed {
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 12px;

}



/*--------------------------------------------------------*/



/*--------------SUCHE----------------*/

div.tx-indexedsearch h3 a {
	margin-bottom: 0px;
	line-height: normal;
}

div.tx-indexedsearch h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #008187;
	margin-top: 5px;
	padding: 0;
	max-width: 580px;
	text-decoration: none;
	}
	
div.tx-indexedsearch h3 a:hover {
	text-decoration: underline;
	}

div.tx-indexedsearch a, div.tx-indexedsearch-sectionlinks a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	max-width: 580px;
	text-decoration: underline;
	}
	
	
div.tx-indexedsearch h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0;
	max-width: 580px;
	line-height: 1.5em;
	}

div.ergebnis {
	padding: 5px;
	background-color: #EEEEEE;
	margin-bottom: 3px;
}

div.tx-indexedsearch {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 12px;
	color: #333333;
	
	}


/*--------------------------------------------------------*/
