/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	STYLESHEET FOR DEFINING THE PAGE LAYOUT                                 		*/
/*  specific layout attributes for the two diffrent layouts are defined in :        */
/*  screen_layout1.css & screen_layout2.css 										*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	font-family: helvetica,arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

div#positioner {
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div#inner-positioner {
	width: 980px;
	padding: 0px;
	height:100%;
	margin: 0px auto 0px auto;
}

div#inner-positioner-container {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: none;
	background-repeat: repeat-y;
	float:left;
}

div#document-section {
	padding: 0px;
	margin: 0px 19px 0px 20px;
	text-align: left;
	border: 0px;
}

div#logo-container {
	margin:0px;
	padding:0px;
	width: 100%;
	height: 147px;
	border: 0px;	
	float:left;
}

div#left-logo-section {
	margin:0px;
	padding:0px;
	width: 622px;
	height: 147px;
	background-image:  none;
	float:left;
}

div#visual {
	margin:0px;
	padding:0px;
	width: 270px;
	height: 147px;
	float:right;	
}

div#metanavi-container{
	width: 100%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image:  none;
	float:left;	
}

div#suche-section{
	width: 300px;
	float:left;	
}


div#metanavi-section{
	width: 270px;
	height: 35px;
	float:right;
	text-align: right;
}

div#navi-1-container{
	background-image: none;
	background-repeat: repeat-y;
	width:173px;
	padding: 0px;
	margin: 0px;
	float:left;

}

div#navi-1-section{
	border-left-color: #BFC3C4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #BFC3C4;
	border-right-style: solid;
	border-right-width: 1px;
	width:100%;
	padding: 0px;
	margin: 0px;
	float:left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	STYLESHEET FOR DEFINING THE PAGE ELEMENTS                         				*/


/* ------------------------------------------------------------ */
/* general stuff         -------------------------------------- */
/* ------------------------------------------------------------ */
 

.clear {
	clear:both;
}
 
a img {
	border: 0;
}
.hidden {
	display: none;
}
 

sup,sub { /* avoid line space */
	line-height:0em;
  	font-size: 75%; /* added for ie */
}

acronym {
	cursor:help;
	border-bottom: 1px dotted #333333;
}
acronym:hover {
	cursor:help;
	background-color: #d8d8d8;

}

 
/* ------------------------------------------------------------ */
/* paragraph types       -------------------------------------- */
/* ------------------------------------------------------------ */
 
.align-left {
	text-align: left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
 
/* no-lene-spaces */
p.no-line-spaces {
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
} 
 
/* ------------------------------------------------------------ */
/* cssstyledcontent      -------------------------------------- */
/* ------------------------------------------------------------ */
 

/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { 
	text-align: right; 
}
DIV.csc-textpic-caption-r .csc-textpic-caption { 
	text-align: right; 
}
DIV.csc-textpic-caption-l .csc-textpic-caption { 
	text-align: right; 
}
.csc-textpic-caption {
	color: #999999;
	font-size:90%;	
}

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { 
	float: left; display: inline; 
}

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #999999;
}

DIV.csc-textpic-imagewrap { 
	padding: 0; 
}

DIV.csc-textpic IMG { 
	border: none; margin-top: 0.8em;
}

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { 
	float: left; 
}

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { 
	list-style: none; margin: 0; padding: 0; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { 
	float: left; margin: 0; padding: 0; 
}

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { 
	float: left; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { 
	float: none; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { 
	float: none; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { 
	border: none; 
} /* FE-Editing Icons */
DL.csc-textpic-image { 
	margin: 0; 
}
DL.csc-textpic-image DT { 
	margin: 0; display: inline; 
}
DL.csc-textpic-image DD { 
	margin: 0; 
}

/* Clearer */
DIV.csc-textpic-clear { 
	clear: both; 
}


/* Margins around images: */

	/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { 
	margin: 0; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { 
	margin: 0.5em 0em 0em 0em; 
}

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { 
	margin-bottom: 5px; 
}
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { 
	margin-bottom: 5px; display: block; 
}
DIV.csc-textpic DIV.csc-textpic-imagerow { 
	clear: both; 
}

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { 
	margin-left: 0px !important; 
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { 
	margin-right: 0px !important; 
}

/* 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: 10px !important;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { 
	clear: both; 
}

/* Center (above or below) */
DIV.csc-textpic-center { 
	text-align: center; /* IE-hack */ 
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { 
	margin: 0 auto; 
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { 
	text-align: left; /* Remove IE-hack */ 
}
DIV.csc-textpic-center DIV.csc-textpic-text { 
	text-align: left; /* Remove IE-hack */ 
}

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { 
	float: right; 
}
DIV.csc-textpic-right DIV.csc-textpic-text { 
	clear: right; 
}

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { 
	float: left; 
}
DIV.csc-textpic-left DIV.csc-textpic-text { 
	clear: left; 
}

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { 
	float: left; 
}

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { 
	float: right; 
}

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { 
	float: right; clear: both; 
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { 
	height: 1%; 
}
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { 
	float: left; clear: both; 
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { 
	height: 1%; 
}
/* End hide from IE5/mac */


/* ################################################################################	*/
/*	STYLESHEET FOR DEFINING THE PAGE ELEMENTS				                       */
/*  ELEMENTE 																		 */
/* ################################################################################ */
img {
	border: 0px;
}

.hidden {
	display: none;
}

ul li {
	list-style-image: url('/fileadmin/img/list-icon.gif');
}

#content-section li 
{	
	text-align: left;
	line-height: 13pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content-section ul 
{
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 16px;
	padding-top: 0.4em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0em;
}

hr{
	border: none 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

/* ----------- Überschriften im Contentbereich ------------*/
h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

#content-section ul li img.linkicon{
	display:none;
}

div#content-section a{
	text-decoration: none;
	color: #32328A;
}

div#content-section a:hover{
	color: #D67E00;
}

/* ------------- Teaser -------------------------------------------*/
div#teaser-section a{
	text-decoration: none;
	color: #094E6F;
}

div#teaser-section a:hover{
	color: #EF7900;
}


div.normal {
	width: 210px;
	border: 0px;
	margin: 0px;
	margin-bottom: 15px; padding : 0px;
	float: right;
	border-left-color: #BFC3C4;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #BFC3C4;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #BFC3C4;
	border-bottom-style: solid;
	border-bottom-width: 1px;;
	padding: 0px;
}

div.normal div.csc-header {
	margin: 0px; padding : 5px 5px 5px 5px;
	background-image: url(/fileadmin/img/teaser_bg_normal.png);
	border: 0px;
	border-bottom-color: #BFC3C4;
	border-bottom-style: solid;
	border-bottom-width: 1px;;
	padding: 5px 5px 5px 5px;
}


div.normal div.csc-header h3, div.normal div.csc-header h2 {
	color: #00365B;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
}

div.special div.csc-header h3, div.special div.csc-header h2 {
	color: #00365B;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
}

div.normal div.csc-textpic-text {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	border: 0px;
}

div.normal div.csc-textpic-text p {
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
}

div#teaser-section ul {
	font-size: 0.75em;
}

div#teaser-section div.csc-textpic-imagewrap{
	margin: 5px;	
}

/* -------------- Special Teaser --------------------------- */

div.special {
	width: 210px;
	border: 0px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	float: right;
	border-left-color: #F2B682;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #F2B682;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #F2B682;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.special div.csc-header {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-image: url(/fileadmin/img/teaser_bg_special.png);
	border: 0px;
	border-bottom-color: #F2B682;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.special div.csc-textpic-text {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	border: 0px;
}

div.special div.csc-textpic-text p {
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
}

div#teaser-section div.teaser p {
	margin: 5px 5px 5px 5px;
	font-size: 0.7em;
}

/* --------------  FOOTER - INHALT -------------- */
div#footer-address-section ul {
	/*position:relative; top: 0.3em; height:1.6em; z-index:1;*/
	margin: 0em;
	padding: 0em;
	margin-top: 3.3em;
	margin-left: 0.1em;
	list-style: none;
	border: 0px;
}

div#footer-address-section ul li {
	float: left;
	padding: 0em;
	margin: 0em;
	margin-right: 0.6em;
}

div#footer-address-section ul li.middle,div#footer-address-section ul li.last
	{
	border-left-width: 1px;
	border-left-color: #807F84;
	border-left-style: solid;
	padding-left: 0.6em;
}

/* ------------- Suche ---------------------- */
div#suche-section form {
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
}

div#suche-section form input {
	margin: 0px;
	border: 0px;
	font-size: 0.7em;
	margin-top: 0px;
	margin-left: 10px;
	padding: 2px;;
	font-size: 0.7em;
}

div#suche-section form input.suchfeld {
	border: 1px #BAD9EB solid;
}

div#suche-section form input.submit {
	vertical-align: bottom;
}

/* -------------- Links im Contentbereich ---------------------- */
div#content-section a {
	text-decoration: none;
	color: #094E6F;
	/*
	padding-left:15px;
	background-image: url(/fileadmin/img/link-arrow.gif);	
	background-position: left;
	background-repeat: no-repeat;
	*/
}

/* -------------- Contentbereich  ---------------------- */
div#content-section h2{
	margin: 0px;
	padding: 10px 0px 5px 0px;
}

div#content-section h3{
	margin: 0px;
	padding: 5px 0px 5px 0px;	
}

div#content-section p{
	margin: 0px;
	padding: 0px 0px 5px 0px;	
}

/* ------------- Frontendbenutzeregistrierung & Loginbox -------------*/

div#content-section div.tx-newloginbox-pi1 form{
	padding: 5px 0px;
}


div#content-section div.tx-newloginbox-pi1 form input#user, div#content-section div.tx-newloginbox-pi1 form input#pass{
	
	border: 0px;
	border: 1px #D8D8D8 solid;
	background-color: #FFFFFF;
	
}

div#teaser-section div.tx-newloginbox-pi1 h3{
	font-size: 0.7em;
	padding: 0px;
	margin:0px;
	padding-left: 5px;
	padding-top: 5px;
}

div#teaser-section div.tx-newloginbox-pi1 th{
	font-size: 0.7em;
	padding: 0px;
	margin:0px;
	padding-top: 0px;
	padding-left: 3px;
}

div#teaser-section div.tx-newloginbox-pi1 td{
	font-size: 0.7em;
	padding: 0px;
	margin:0px;
}

div#teaser-section div.tx-newloginbox-pi1 input{
	border: 0px;
	background-color: #D4D0C8;
	padding: 0px;
	margin: 3px;
	padding: 0px 4px;
	display:block;
	float:right;
}

div#content-section div.tx-newloginbox-pi1 form input{
	border: 0px;
	border: 1px #D8D8D8 solid;
	background-color: #FFFFFF;
}

div#content-section div.tx-newloginbox-pi1 form tfoot input{
	border: 0px;
	background-color: #D4D0C8;
}

/* ---------------- Loginbox im Teaser- -------------------------*/

div#teaser-section div.tx-newloginbox-pi1 form table{
	width: 205px;	
}

div#teaser-section div.tx-newloginbox-pi1 input#user,
div#teaser-section div.tx-newloginbox-pi1 input#pass{
	border: 0px;
	border: 1px #D8D8D8 solid;
	background-color: #FFFFFF;
	width: 120px;
}





/* ----------------feuser-registration ---------------------------*/

div#content-section div.tx-srfeuserregister-pi1 fieldset{
	border:0px;
}

div#content-section div.tx-srfeuserregister-pi1 fieldset input{
	border: 0px;
	border: 1px #D8D8D8 solid;
	background-color: #FFFFFF;
}

div#content-section div.tx-srfeuserregister-pi1 fieldset input.tx-srfeuserregister-pi1-submit{
	border: 0px;
	background-color: #D4D0C8;
}

div#content-section div.tx-srfeuserregister-pi1 p.tx-srfeuserregister-pi1-error {
	diplay: block;
	width: 500px;
	text-align: left;
	}


/* -------------- Contentbereich Downloadliste ------------- */

div#content-section table.filelinks td{
	padding-bottom: 6px;
}

div#content-section table.filelinks td.filesize{
	width: 65px;	
}

/* -------------- Contentbereich Formulare ------------- */

form#mailform fieldset.csc-mailform{
	width:400px;
}

textarea#mailformNachricht{
	font-size: 1em;
}

form#mailform div.csc-mail{
	
}




/* ------------- Kontaktformular ------------------------------ */
.csc-mailform-field label {
	width: 80px;
	padding-left: 10px;
	display: block;
	float: left;
}

.csc-mailform-field input,.csc-mailform-field textarea,.csc-mailform-field select
	{
	width: 260px;
	font-family: verdana;
	font-weight: normal;
	border: 1px solid #d8d8d8;
	display: block;
	float: left;
}

.csc-mailform-field .csc-mailform-submit {
	width: 100px;
	margin-left: 162px;
}

div.csc-mailform-field {
	float: left;
	margin: 0px 0px 6px 0px;
}

form#mailform {
	display: block;
	clear: both;
	margin-bottom: 60px;
}

form#mailform fieldset {
	border: 0em;
}

/*-------------- INDEXED SEARCH --------------------------------*/
.tx-indexedsearch label {
	width: 120px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.tx-indexedsearch label {
	width: 140px;
	display: block;
	float: left;
	padding-top: 4px;
}

.tx-indexedsearch input.sword,.tx-indexedsearch select.sections,.tx-indexedsearch select.type
	{
	width: 240px;
	font-family: verdana;
	font-weight: normal;
	border: 1px solid #d8d8d8;
	display: block;
	float: right;
	margin: 0px 0px 6px 0px;
}

.tx-indexedsearch-search-submit {
	clear: both;
}

.tx-indexedsearch-icon img {
	margin-bottom: -2px;
}

.tx-indexedsearch input.submit {
	width: 130px;
	font-family: verdana;
	font-weight: normal;
	border: 1px solid #d8d8d8;
	display: block;
	float: right;
}

.tx-indexedsearch legend {
	visibility: hidden;
}

.tx-indexedsearch-whatis p {
	color: #EF7900;
	border-bottom: 1px #404040 solid;
	font-size: 11pt;
	margin-top: 12px;
	margin-bottom: 3px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}

div.csc-mailform-field {
	float: right;
	margin: 0px 0px 6px 0px;
}

#content-section .tx-indexedsearch form {
	display: block;
	clear: both;
	margin-bottom: 60px;
}

#content-section .tx-indexedsearch  fieldset {
	border: 0em;
	text-align: left;
	padding: 0px;
	width: 385px;
	clear: both;
	margin-bottom: 0.3em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #32328A;
}

#content-section .tx-indexedsearch-form {
	border: 0em;
	text-align: left;
}

#content-section p.tx-indexedsearch-changemode {
	text-align: right;
	padding-top: 1.5em;
}

#content-section .tx-indexedsearch .browsebox-pages {
	background-color: #f6f6f6;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 0.6em;
	margin-bottom: 1.9em;
	color: #555555;
	font-size: 84%;
}

#content-section .tx-indexedsearch .browsebox-label {
	float: left;
	width: 100px;
	font-weight: bold;
}

#content-section .tx-indexedsearch ul.browsebox {
	list-style-type: none;
	float: right;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#content-section .tx-indexedsearch ul.browsebox li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
	list-style-image: none;
}

#content-section .tx-indexedsearch ul.browsebox li a {
	font-weight: bold;
	color: #32328A;
}

#content-section .tx-indexedsearch ul.browsebox li.tx-indexedsearch-browselist-currentPage a
	{
	font-weight: bold;
	color: #D67E00;
}

#content-section .tx-indexedsearch ul.browsebox li a:hover {
	color: #D67E00;
}

#content-section .tx-indexedsearch ul.browsebox li.indexedsearch-browselist-currentPage a:hover
{
	color: #32328A;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                                                                                 */
/*	SITEMAP                                                                        */
/*                                                                                 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* general */

#content-section ul.csc-sitemap-level-1 li {
	list-style-image: none;
	list-style: none;
}


#content-section ul.csc-sitemap-level-2 li {
	list-style-image: url('/fileadmin/img/list-icon.gif');	
}

#content-section p.csc-sitemap{
	padding-bottom:0px;
	margin-bottom:0px;
}

#content-section p.csc-sitemap a{
	color:#32328A;
}

#content-section p.csc-sitemap a:hover{
	color:#fcc370;
}


#content-section div.csc-sitemap-block2  {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color:#f6f6f6;	
	border: 1px #e0e0e0 solid;

}

#content-section div.csc-sitemap-block3  {
	padding-bottom: 5px;
}


#content-section div.csc-sitemap-block3 ul.csc-sitemap-level4 li{
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:-12px;
	margin-left:40px;
	line-height: 9pt;
}

#content-section div.csc-sitemap-block3 {
	
	margin-bottom:12px;
	
}
#content-section div.csc-sitemap-block3 {
	
	margin-top:12px;
	
}

/* headlines */

#content-section p.csc-sitemap-level1  {
	border-bottom: 1px #404040 solid;
	padding: 0px;
	margin-bottom:10px;
	line-height: 18px;
	
}

#content-section p.csc-sitemap-level2  {
	padding-top: 5px;
	margin-top: 5px;
}

#content-section p.csc-sitemap-level1 a {
	font-size:14pt;		
	font-weight:bold;	
	color:#d00000;	
}
#content-section p.csc-sitemap-level2 a{
	font-size:13pt;
	line-height: 14pt;
	font-weight:bold;
	padding-left: 20px;
	
}
#content-section p.csc-sitemap-level3 a{
	line-height: 10pt;
	font-size:9pt;
	font-weight:bold;
	padding-left: 40px;
}


#content-section p.csc-sitemap-level4 a{
	font-size:8pt;	
	line-height: 9pt;
	color: #aaaaaa;
	
	
}


/* sublines */


#content-section p.csc-sitemap-subtitle{
	font-style:normal;
	font-size:8pt;
	line-height: 9pt;
	font-weight:normal;
	color:#aaaaaa;	
	padding-right: 20px;
}

#content-section p.csc-sitemap-subtitle2 {
	padding-left:20px;
	padding-bottom: 7px;
	margin-bottom: 8px;
	font-style:normal;
	

	
}
#content-section p.csc-sitemap-subtitle3 {
	padding-left:40px;

}



/* -------------- Tabelle --------------------- */

table.contenttable{
	border: 1px #BFC3C4 solid;	
	border-collapse: collapse;
	padding: 3px 3px;
}

table.contenttable caption{
	margin:0px;
	margin-top:5px;
	margin-bottom: 5px;
}

table.contenttable th{
	background-color: #DAE5EB;
	border: 1px #BFC3C4 solid;
	padding: 2px 2px;
	text-align: center;
}

table.contenttable td{
	padding: 2px 2px;
	border: 1px #BFC3C4 solid;
}

/* -------------- Tip-A-Friend ------------------*/

#content-section form{	
	/*border: 1px dotted #107612;
	background-color: #EDFEF3;	
	padding: 10px 10px 10px 10px;*/
}

#content-section form.tipafriend{
	border: 0px;
	background-color: #ffffff;
}
	
#content-section form fieldset{	
	border: 0px;
}

#content-section form fieldset div.required{	
	background-image: url(/fileadmin/img/icon_required.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#content-section form fieldset div label{	
	diplay:block;
	margin-left: 5px;
}

#content-section form fieldset p{	
	text-align: center;
}

#content-section div.tipafriend {
	float:left;
	clear:both;
	width: 500px;
	margin: 0px 0px 10px 0px;
}

#content-section div.tipafriend div.csc-mailform-field {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#content-section div.tipafriend div.required {
	background-image: url(/fileadmin/img/icon_required.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#content-section div.tipafriend p.error{
	border: 1px red solid;
	display:block;
	float: left;
}

#content-section div.tipafriend div.csc-mailform-field {
	padding-left:15px;
	float:left;
}


#content-section form.tipafriend{
	padding: 0px;
}


#content-section div.tipafriend span.url{
	font-size: 1em;
	font-style: italic;
}

#content-section div.tipafriend p.captcha{
	text-align: center;
}

#content-section div.tipafriend p.captchatext{
	display:block;
}

#content-section div.tipafriend textarea#TIPFORM_message{
	font-size: 1em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*                                                                                 */
/*	SPECIAL HOMEPAGE ELEMENT                                                       */
/*                                                                                 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#content-section .sectionpreview h3 {
	font-size: 1em;
}

#content-section .sectionpreview {
	margin:0px;
	padding:0px;
	padding-left: 0px;
}

#content-section .sectionpreview .teasercontent {
	margin:0px;
	padding:0px;
}

#content-section .sectionpreview .teaser {
	border: 1px #666 solid;
	background-color: #EFFAFF;
	padding:0px;
	width:225px;	
	float:left;
	margin:6px;
	margin-top:0px;
	margin-bottom:12px;	
}

#content-section div.sectionpreview .teaser .teaser-img {
	width:225px;
	height: 148px;
	margin:0px;
	padding:0px;
	border:0px;
	border-bottom:1px #666666 solid;
}


#content-section div.sectionpreview .teaser .teaser-img img {
	width:225px;
	height: 148px;
	margin:0px;
	padding:0px;
	border:0px;
}


#content-section div.sectionpreview .teaser h3 {
	color:#094E6F;
	margin: 0em 0.8em 0em 0.8em;
	padding:0em;
	margin-top:0.5em;
	margin-bottom:0.8em;
}

#content-section div.sectionpreview .teaser h3 a {
	color:#094E6F;
}

#content-section div.sectionpreview .teaser p.text {
	margin: 0em 1em 0em 1em;
	padding:0px;
	height:6.5em;
	color:#666666;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 0.2pt;
	font-style:normal;
	font-family:  Verdana, Arial, Sans-Serif;	
	text-align:left;
}


#content-section div.sectionpreview .teaser ul {
	margin: 0em 1em 0em 1em;
	height: 4.5em;	
}

#content-section div.sectionpreview .teaser ul li {
	font-family:  Verdana, Arial, Sans-Serif;	
	font-size: 10px;
	line-height: 110%;
	margin-left: 10px;

}
#content-section div.sectionpreview .teaser ul li a {
	color:#094E6F;
	font-weight:bold;
}

#content-section div.sectionpreview .teaser ul li a:hover {
	color:#EF7900;
}

p.notvisible
{
	visibility: hidden;
}


/* ############################################################################# */
/* 								Hauptnavigation                              	 */
/*																				 */
/* ############################################################################# */

div#navi-1-section ul#nav-1-1{
	font-size:0.75em;
	margin:0px;
	padding:0px;	
	list-style: none;
}

div#navi-1-section ul#nav-1-1 li{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	list-style-image: none;
}

/*
div#navi-1-section ul#nav-1-1 li.middle, div#navi-1-section ul#nav-1-1 li.last {
	margin:0px;
	padding:0px;
}

div#navi-1-section ul#nav-1-1 li.actifsub{
	margin:0px;
	padding:0px;
}
*/

div#navi-1-section ul#nav-1-1 li a{
	color: #00365B;
	font-weight: bold;
	margin: 0px;
	background-image:  url(/fileadmin/img/navi1-bg-alt.png);
	padding: 0px;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	display: block;
	border:0px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #0B86AF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration:none;	
}

div#navi-1-section ul#nav-1-1 li.cur a{
	background-image:  none;
	background-color: #FFF;
}

div#navi-1-section ul#nav-1-1 li.cur ul#nav-1-2 li a{
	background-image:  url(/fileadmin/img/navi1-1-bg.png);	
}

div#navi-1-section ul#nav-1-1 li.cur ul#nav-1-2 li.cur a{
	background-image:  none;
	background-color: #FFF;
}

div#navi-1-section ul#nav-1-1 li a:hover{
	color: #F17800;
}



/* ---------------------------------------------------- */
/* Navigation zweite Ebene                              */
/* ---------------------------------------------------- */

div#navi-1-section ul#nav-1-1 li ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

div#navi-1-section ul#nav-1-1 li ul li{
	margin:0px;
	padding:0px;
}

div#navi-1-section ul#nav-1-1 li ul li.first{
	margin:0px;
	padding:0px;
}

div#navi-1-section ul#nav-1-1 li ul li.middle, div#navi-1-section ul#nav-1-1 li ul li.last{
	margin:0px;
	padding:0px;
}

div#navi-1-section ul#nav-1-1 li ul li a{
	background-image:  url(/fileadmin/img/navi1-1-bg.png);
	margin:0px;
	padding:0px;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	display: block;
}

div#navi-1-section ul#nav-1-1 li ul li.act a{
	background-image: none;
	background-color: #FFFFFF;
}


/* ---------------------------------------------------- */
/* Navigation Breadcrumbs                              */
/* ---------------------------------------------------- */

div#content-section p.breadcrumbs{
	font-size: 0.9em;
	color: #004E78;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

div#content-section p.breadcrumbs a{
	text-decoration:none;
	color: #004E78;
}

div#navi-above-content-section p.breadcrumbs{
	font-size: 0.9em;
	color: #004E78;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.7em;
	padding-left: 20px;
}

div#navi-above-content-section p.breadcrumbs a{
	text-decoration:none;
	color: #004E78;
}



/*  ÜBERSETZUNG - FLAGGENLISTE */


div#language-section ul.language{
	margin:0px;
	padding:0px;
	list-style: none;
	border:0px;
}

div#language-section ul.language li.INACT{
	display: none;
}

div#language-section ul.language li{
	width:20px;
	padding-right:5px;
	margin: 0px;
	float:left;
	list-style-image:none;
}

div#language-section ul.language li a{
	text-decoration: none;
}

/*  Printansicht Link */
div#print{
	padding-top: 20px;
	float:left;
}

div#print ul.print{
	margin:0px;
	padding:0px;
	padding-top: 30px;
	list-style: none;
	border:0px;
}

div#print ul.print li{
	margin:0px;
	padding:0px;
	padding-right: 10px;
	float:left;
	list-style-image:none;
}

div#print ul.print li a{
	font-size: 1em;
	font-weight: bold;
	color: #094E6F;
	text-decoration: none;
}

div#print ul.print li a img{
	margin-right: 5px;
}

div#print ul.print li a:hover{
	color: #E57F00;
	text-decoration: none;
}


/* ---------------------------------------------------- */
/* Navigation Metanavigation                            */
/* ---------------------------------------------------- */

div#metanavi-section ul{
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
	list-style: none;
	border:0px;
	float:right;
}

div#metanavi-section ul li{
	font-size: 0.7em;
	font-weight: bold;
	margin-right: 10px;
	float:left;
	list-style-image:none;
}

div#metanavi-section ul li a{
	color: #FFFFFF;
	text-decoration: none;
}

div#metanavi-section ul li a:hover{
	color: #F17800;
}

/* ---------------------------------------------------- */
/* Navigation 3-1 & 4-1			                        */
/* ---------------------------------------------------- */
div.nav-3-1 {
	float:left;
}

div.nav-4-1 {
	float:left;
}

div.nav-3-1 ul, div.nav-4-1 ul{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;	
	list-style: none;
	border:0px;
	float:left;
}

div.nav-3-1 ul li, div.nav-4-1 ul li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	margin-right: 10px;
	list-style-image: none;
}

div.nav-3-1 ul li a, div.nav-4-1 ul li a{
	display:block;
	margin: 0px;
	padding: 0px;
	padding-left: 13px;
	padding-right: 20px;
	background-image: url(/fileadmin/img/navi3-4-normal.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}

div#content-section div.nav-3-1 ul li a:hover, div#content-section div.nav-4-1 ul li a:hover{
	color: #E57F00;
	background-image: url(/fileadmin/img/navi3-4-hover.gif);
}

div#content-section div.nav-3-1 ul li.actifsub a, div#content-section div.nav-4-1 ul li.act a{
	color: #E57F00;
	background-image: url(/fileadmin/img/navi3-4-hover.gif);
}

div#logo-container{
	display:none;
}

div#metanavi-container{
	display:none;
}





