div {
	border: 0px solid #333;
	}

/* HTML tag styles */
/* ----------------------------------------------------- */


html, body, div, p, h1, h2, h3, h4, span, a, table, td, form, img {
	margin: 0;
	padding: 0;

}

body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	line-height:100.01%;
	margin:25px;
	color:#36388A;
	}

a:link, a:visited{
	text-decoration:none;
	color: #004494;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}
h1 {
	font-size: 1.2em;
	margin: 0px 0 20px 0;
	padding: 2px  8px 2px 8px;
	color: #36388A;
	line-height: 130%;
	background-color: #ffffff;
	text-transform:uppercase ;
}
.csc-header {
	float:left;
}
h2 {
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	color:#36388A;
}
h3 {
	font-size: 100%;
	margin-bottom: 2px;
	font-style: italic;
}

h4{
	color: #FF0000;
	background-color:#ffcc00;
	padding: 4px 4px 4px 8px;
	margin: 16px 0 8px 0;
}


li {
	color: #36388A;
	}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

.table {
	font-size: 100%;
	line-height: 150%;
}
td {
	font-size: 0.8em;
}

.tablecell {
	border-top: none;
	border-right: 1px solid #F5E9B3;
	border-bottom: 1px solid #F5E9B3;
	border-left: none;
	background-color: #FAF4D9;
}
.bulletlist {
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
	list-style-position: inside;
}
/* Tabellenzellen*/
/* ----------------------------------------------------- */
.blau{
	background-color:#004494;
	color:#FFFFFF;
	padding:4px;
}
.gelb{
	background-color:#ffcc00;
	color:#000000;
	padding:4px;
}
.weiss{
	background-color:#FFFFFF;
	color:#000000;
	padding:4px;
}


#centercol .blau p, #centercol .gelb p, #centercol .weiss p{
	margin:0;
	padding:0;
}

#centercol .contenttable {
	background-color: #e9e9e9;
	margin: 0 0 1.3em 0;
	font-size:1.2em;
}



/* Allgemein */
/* ----------------------------------------------------- */
.ahem, .skiplinks {
	display:none;
	}
.zuminhalt {
	display:none;
	}
.hide{
	display: none;
	}

/* Header */
/* ----------------------------------------------------- */
#header{
	width: 945px;
	margin: 0;
}

/* Logo */
/* ----------------------------------------------------- */
#logo{
	margin: 0;
	padding:0;
	
}
/* Bildmarken */
/* ----------------------------------------------------- */
#bildmarke{
	float: left;
	padding: 25px 25px 0px 25px;
	margin: 0 0 35px 0;
}


#content{
	margin: 0;
	width: 930px;
}
#main-body {/* für das dreispaltige Design notwendig */
	width:780px;
	background-color: #FFCC00;
	position: absolute;
	left: 180px;
}

#leftcol {
	background-color:#FFFFFF;
	float: left;
}

/* Navigation */
/* ----------------------------------------------------- */


#navigation {
	margin: 35px 0 0 0;
	padding: 0;
	position: absolute;
}

#subcontentleft {
	background-color: #FFFFFF;
	padding: 0;
	float:left;
}
#centercol_container {
	float:left;
	width: 480px;

}

#centercol {
	margin: 0 0 0 25px;
}

#rightcol {
	padding: 0;
	margin:0px 0 0 0;
	width: 250px;
	position: absolute;
	left: 500px;
	
}

#footer {
	clear:both;
	border-top: solid #e9e9e9 1px;
	margin:155px 0 0 25px;
	font-size: 0.7em;
	padding: 0.8em 0;
	width: 455px;

}

/* Center Cols */
/* ----------------------------------------------------- */	
#centercol .date{
	margin: 15px 0px 0px 0px;

}
#centercol .newstitle{
	margin: 4px 0px 0px 0px;
}
#centercol .newstext{
	margin: 4px 0px 0px 0px;
}
#centercol .more{
	margin: 0px 0px 0px 0px;
}

#centercol a img{
	border: none;
}


#centercol h1 {
	font-size: 1em;
	margin: 0px 0 20px 0;
	color: #004494;
	line-height: 140%;
}

#centercol h2 {
	font-size: 0.8em;
	margin: 0px 0 3px 0;

}

#centercol h2 a:link, h2 a:visited{
	text-decoration:none;
	color: #000000;

}
#centercol h2 a:hover{
	text-decoration:underline;
}

#centercol h3 {
	font-size: 0.8em;
	margin-bottom: 4px;
	font-style:italic;
}

#centercol p {
	font-size: 0.8em;
	margin-bottom: 1.4em;
	line-height:1.35em;
}

#centercol ol li{
	font-size: 0.8em;
	margin: 0px 0px 0.6em 0px;
	padding:0px;
	line-height:1.4em;
}

#centercol ul li{
	font-size: 0.8em;
	margin: 0px 0px 0.6em 0px;
	padding:0px;
	line-height:1.4em;
	list-style-type: square;
}

#centercol .csc-frame-frame2{
	background-color:#004494;
	margin:12px 0px 12px 0px;
	padding: 10px 10px 1px 10px;
}

#centercol .csc-frame-frame2 p{	
	color:#FFFFFF;
}
#centercol .csc-frame-frame2 h1, #centercol .csc-frame-frame2 h2{
	color: #ffcc00;
	margin:0px 0px 10px 0px;
}

#centercol .csc-frame-frame2 ol li{
	color:#FFFFFF;
	font-size: 0.8em;
	margin: 0px 0px 0.6em 0px;
	padding:0px;
	line-height:1.4em;
}

#centercol .csc-frame-frame2 ul li{
	color:#FFFFFF;
	font-size: 0.8em;
	margin: 0px 0px 0.6em 0px;
	padding:0px;
	line-height:1.4em;
	list-style-type: square;
}

#centercol .csc-frame-frame2  a:link, #centercol .csc-frame-frame2  a:visited{
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;
}

#centercol .csc-frame-frame2  a:hover{
	text-decoration:underline;
}


#centercol .csc-textpic-intext-left-nowrap  {
	margin:0px 0px 1.0em 0px;
}

#centercol .csc-textpic-intext-left-nowrap img, #centercol .csc-textpic-image img {
	border: 0px solid #e9e9e9;
}

#centercol .csc-textpic-intext-left-nowrap  p{
	margin:0px 0px 0.7em 0.35em;
}

#centercol .csc-textpic-intext-left-nowrap  h1, #centercol .csc-textpic-intext-left-nowrap  h2{
	margin:0px 0px 0.7em 0.35em;
}

#centercol  .suchergebniss a:link, #centercol  .suchergebniss a:visited{
	text-decoration:none;
	color: #004494;
	font-weight:bold;
}

#centercol  .suchergebniss a:hover{
	text-decoration:underline;
}

/* ----------------------------------------------------- */
#centercol .frame1{
	background-color:#333399;
	margin:15px 0px 25px 0px;
	padding: 4px 0 4px 0;
}

#centercol .frame1 p{	
	color:#ffffff;
	padding: 0px 8px 10px 10px;
	margin: 0;
	line-height: 140%;
}
#centercol .frame1 a:link, #centercol .frame1 a:visited{
	text-decoration:none;
	color: #ffffff;
}
#centercol .frame1 a:hover{
	text-decoration:underline;
}

#centercol .frame1 li{
	color: #36388A;
}
#centercol .frame1 h2{
	color: #36388A;
	background-color:#ffcc00;
	padding: 4px 4px 0px 8px;
	margin: 0;
	
}
/* ----------------------------------------------------- */
#centercol .frame2{
	background-color:#ffffff;
	margin:15px 0px 25px 0px;
	padding: 4px 0 4px 0;
}

#centercol .frame2 p{	
	color:#333399;
	padding: 0px 8px 10px 8px;
	margin: 0;
	line-height: 140%;
}
#centercol .frame2 a:link, #centercol .frame2 a:visited{
	text-decoration:none;
	color: #333399;
}
#centercol .frame2 a:hover{
	text-decoration:underline;
}

#centercol .frame2 li{
	color: #333399;
}
#centercol .frame2 h2{
	color: #36388A;
	background-color:#ffcc00;
	padding: 4px 4px 0px 8px;
	margin: 0;
	
}
/* ----------------------------------------------------- */
#centercol .frame3{
	margin:0px 0px 12px 0px;
	padding: 0 0 5px 0;
	width:455px;
	font-size:1.2em;
	color:#333399;
}

#centercol .frame3 p{	
	color:#333399;
	padding: 4px 4px 0px 0px;
	margin: 0;
	line-height: 140%;
}
#centercol .frame3 a:link, #centercol .frame3 a:visited{
	text-decoration:none;
	color: #333399;
}
#centercol .frame3 a:hover{
	text-decoration:underline;
}

#centercol .frame3 li{
	color: #ffcc00;
}
#centercol .frame3 h1{
	color: #333399;
	background-color:#FFFFFF;
	padding: 2px 8px 2px 8px;
	margin: 0 0 12px 0; 
	font-size:1.0em;
	text-transform:none;
}

#centercol .frame3 h2{
	color: #ffcc00;
	background-color:#36388A;
	padding: 4px 4px 4px 8px;
	margin: 0;
}
#centercol .frame3 sub{
	font-size:0.7em;
}

/* Right Cols */
/* ----------------------------------------------------- */

#rightcol .csc-header {
	float:none;
}

#rightcol h1 {
	font-size: 0.80em;
	color: #FFF;
	background-color: #e2001a;
	padding: 4px 4px 4px 8px;
	margin: 0px;
	text-transform:none;

	}
#rightcol h1 a,
#rightcol h1 a:hover,
#rightcol h1 a:visited{
	color: #FFF;
	}
#rightcol h2 {
	font-size: 0.70em;
	color: #FFF;
	background-color: #004494;
	padding: 4px 4px 4px 8px;
	margin: 0px;
	border-top: 1px solid #506DBF;
	border-bottom: 1px solid #506DBF;
	}
#rightcol h2 a,
#rightcol h2 a:hover,
#rightcol h2 a:visited{
	color: #FFF;
	}
	
#rightcol h3 {
	font-size: 1em;
	color: #000000;
	padding: 4px 4px 4px 8px;
	margin: 0px;
	}
	
#rightcol p {
	font-size: 0.80em;
	color: #333399;	
	line-height: 130%;
	padding: 2px 4px 4px 8px;
	margin:0 0 0.4em 0;
	}
#rightcol .date {
	margin:4px 0px 0px 0px;
	font-size:10px;
	}
#rightcol .morenews {
	margin:8px 0px 0px 0px;
	}
#rightcol .tabelle {
	margin-bottom: 10px;
}
	#rightcol .abstand {
	padding-bottom: 5px;
}
	#rightcol .pfeil {
	margin: 0px 3px 20px 0px;
	float: left;
}

#rightcol .csc-frame-frame1{
	background-color:#ffffff;
	padding:0px 0px 0.1em 0px;
	margin:0px 0px 25px 0px;
}

#rightcol ul li{
	padding:0px;
	
}

#rightcol ul li img{
	padding:0 0 15px 0;
	
}


#rightcol .caption {
	font-size: 92%;
	color: #000;
	line-height: 120%;
	padding:0px 2px 0px 2px;
	margin:0px;
	text-align:right;
	}
	
#rightcol ul{
	padding: 0px 0px 0px 0px;
	margin:4px 4px 8px 8px;
}
#rightcol li{
	font-size: 0.70em;
	line-height: 130%;
	padding: 0px 0px 0px 12px;
	margin:0 0 0 0;
	line-height:1.4em;
	list-style: none;
	background-image:url(../images/list_square_black01.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style-type:none;
	
}



#rightcol a img{
	border: none;
}
#rightcol dl{
	margin:0;
	padding:0 0 5px 0;
}

#rightcol .csc-textpic-imagewrap {
	margin:0;
	padding:0;
}



/*NAV-----------------------------------------------------*/



/*Liste Allgemein und Farbe Ebene0------*/
#navigation ul {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
background-color: #FFFFFF;
}

/*Links Allgemein - hier ist die BREITE absolute Bedingung!!!------*/
#navigation a {
font-size: 0.80em;
text-decoration: none;
display: block;
width: 125px;
}

/*Span erzeugt eine konstante Buttongröße ohne definierte Höhe------*/
#navigation li span{
display:block;
padding:5px 5px 5px 10px;
}



/*Separator Ebene0------*/
#navigation ul li {
          border-bottom: 4px solid  #FFFFFF;
}

/*Links Ebene0 - Die Hintergrundfarbe muss gesetzt werden------*/
#navigation ul a {
        color:  #FFFFFF;
		background-color: #e2001a;
		font-weight:normal;
		}
		
		
#navigation ul a:hover {
		color:  #FFFFFF;
		font-weight:bold;
        background-color: #004494;
		background-image:url(../images/nav0aktiv.gif);
		background-repeat: no-repeat;
	    background-position: left;     
		}
	
#navigation a.aktiv0 {
        background-color: #004494;
		background-image:url(../images/nav0aktiv.gif);    
		font-weight:bold;
		}	
	
	

/*Separator Ebene1 Achtung! erst muss der border auf 0 gesetzt werden------*/
#navigation ul ul li  {
		border: none;
        border-top: 1px solid  #FFFFFF; 
}

/*Links Ebene1 - Die Hintergrundfarbe muss gesetzt werden------*/
		
#navigation ul ul a {
        color:  #333333;
		font-weight:normal;
		background-color: #ffcc00; 
		background-image:url(images/nav1.gif);
		background-repeat: no-repeat;
	    background-position: top left; 
		}

#navigation  ul ul a:hover {
        color:  #333333;
		background-color: #ffcc00; 
		background-image:url(../images/nav1aktiv.gif);
		background-repeat: no-repeat;
	    background-position: top left; 
		}

#navigation a.aktiv1 {
		background-image:url(../images/nav1aktiv.gif);
		font-weight:bold;
		}	
		


/*Separator Ebene2 Achtung! erst muss der border auf 0 gesetzt werden------*/
#navigation ul ul ul li  {
		border: none;
		border-top: 1px solid  #FFFFFF; 		
}	

/*Einrückungen für Ebene2 hier muss der universale span separat definiert werden------*/
#navigation ul ul ul a span {
padding-left:30px;
}

/*Links Ebene2 - Die Hintergrundfarbe muss gesetzt werden------*/
		
#navigation ul ul ul a {
        color:  #393939;
		font-weight:normal;
		background-color: #e9e9e9; 
		background-image:none; 
		}

#navigation  ul ul ul a:hover {
        color:  #393939;
		font-weight:bold;
		background-color: #e9e9e9; 
		background-image:none; 
		}

#navigation a.aktiv2 {
		font-weight:bold;     
		}	


/* SUBCONTENT LEFT  */
/* ----------------------------------------------------- */	
#subcontentleft img{
	border:1px solid #e9e9e9;
	margin: 0 0 0.6em 0;
	
}

/* Barrierefreie Sitemap-Konfiguration  */
/* ----------------------------------------------------- */	

.usb {
	display: none;
}
.csc-menu csc-menu-2{

}
.sitemap{
	margin-top:5px;
}

.sitemap a,
.sitemap a:hover,
.sitemap a:visited,
.sm2 a,
.sm2 a:hover,
.sm2 a:visited{
	color:#000000;
}
.sm1{
	padding:0px;
	font-weight:bold;
	list-style-image: url(../images/list_square_rot01.gif);
	margin:0px 0px 0px 0px;
}

.sm2_container{
	margin:-15px 0px 0px 40px;
}
#centercol .sm2{
	font-weight:normal;
	list-style-image: none;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	font-size:1em;
}

.sm2_current{
	font-weight:normal;
	list-style-image: none;
	list-style-type:none;
	background-color: #36388A;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
}
.sm2_current a,
.sm2_current a:hover,
.sm2_current a:visited{
	color:#FFFFFF;
	font-weight:normal;
}
#centercol .sm3{
	font-weight:normal;
	margin:0px 0px 0px 0px;
	font-size:1em;
}

/* Footernav + Copyright */
/* ----------------------------------------------------- */
	#footernav {
	float:left;
	}
	#w3c-icons{
	clear:both;
	margin:0.8em 0;
	padding:0.8em 0;
	}
	#footernav, #copyright {
	color: #36388A;
	}
	#footernav {
	margin: 0 0 6px 0;
	}
	#footernav A{
	text-decoration : none;
	}
	#footernav A:hover{
	color: #999;
	text-decoration : underline;
	}
	#footernav A:active{
	text-decoration : none;
	}

	
/* SUCHFUNKTION */

.searchresultpagetitle a,
.searchresultpagetitle a:hover,
.searchresultpagetitle a:visited{
	font-weight:bold;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.searchresultcontent a,
.searchresultcontent a:hover,
.searchresultcontent a:visited{
	font-weight:normal;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 0;
} 

.csc-sword  {
	font-weight:bold;
	color:#FF0000;
	background-color: #FFFF00;
}

/* Bildformatierung Accessible Content*/
.sbac-itr{
	border:none;
	margin:0px 0px 10px 0px;
}

.sbac-itl{
	border:none;
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 0px;
}



/* Formatierung der E-Mail Formulare*/
#centercol .csc-mailform{
	border:0px solid #e9e9e9;
	background-color: #ffffff;
	padding: 12px;
	margin: 0 0 4px 0;
}

#centercol .csc-mailform-field, #centercol .csc-mailform-label{
	font-size: 0.8em;
	margin-bottom: 0.8em;
	line-height:1.4em;
}
#centercol .csc-mailform-field label{
	float            : left;
    text-align        : right;
/*  die naechsten zwei sind beliebig anpassbar,
    um in das jeweilige Gestaltungsraster (Sie 
    verwenden doch ein Gestaltungsraster, oder?) 
    zu passen. Bei Aenderungen aber nicht 
    vergessen, die margins bei input.right 
    entsprechend anzupassen: */
    width: 10em;
    margin-right: .3em;
}

#centercol .csc-textpic-text {
	margin: 0 0 0 0px;
}
#centercol textarea {
	width: 250px;
}

/*  fuer grafische UAs und DAUs der Hinweis, dass
    die Label anklickbar sind. Weil's so schoen ist, 
    die Kontrollelemente gleich mit. Mit einer Ausnahme: 
    fuer Textfelder macht der Pointer natuerlich keinen 
    Sinn, dort sollte nach wie vor die Text-Einfuegemarke 
    als Cursor erscheinen. Daher hier die Einschraenkung 
    auf die input-Elemente des Typs checkbox, radiobutton, 
    button und submit: */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
    cursor: pointer;
}


/* Formatierung der E-Cards */
#centercol .tx-sksimplegallery-pi1 {
	background-color: #ffffff;
	padding: 20px 0px 20px 20px;
	margin: 0;
	width: 720px;
}

#centercol .single{
	margin: 0 20px 0 0;
	padding: 0;
	border: 0px #ffffff solid;
	background-color:  #ffffff;
	
}

#centercol .single dt{
	margin: 0;
	padding: 0;
	border: 0px #ffffff solid;
	background-color: #ffffff;
}
#centercol .single dd{
	margin: 10px 0 0 0;
	padding: 0;
	border: 0px #ffffff solid;
	background-color: #FFFFFF;
	height: 20px;
}


#centercol .tx-sksimplegallery-pi1-image{
	border: 0px #ffffff solid;

}
#centercol .legend{
	color: #36388A;

}
.tx-sksimplegallery-pi1 #eCardForm label {
    clear:both;
    width:140px;
    float:left;
    border:none;
	color: #36388A;
}
.tx-sksimplegallery-pi1 input{
	margin: 0 0 6px 0;

}

.tx-sksimplegallery-pi1 #eCardForm img, .tx-sksimplegallery-pi1 p.ecard-picture img{
   margin:12px 0  0 180px;
   border:1px #ffffff solid;
}
.tx-sksimplegallery-pi1 h3 {
margin:6px 6px 6px 0;
font-style:normal;
	color: #36388A;
} 	

