@charset "utf-8";
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center;
	background-attachment: scroll;
	background-image: url(Bilder2010/banner.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}

img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #container {
	width: 1030px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(Bilder2010/banner_top_02-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

.thrColFixHdr #navi_oben {
	background-color: #000033;
	height: 20px;
	padding-left: 600px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 11px;
} 

.thrColFixHdr #navi_oben a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

} 

.thrColFixHdr #header {
	background-attachment: scroll;
	background-image: url(Bilder2010/banner_top_01-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 143px;
	margin-bottom: 10px;
	background-color: #003C78;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 0;
	padding-top: 25px;
	padding-left: 40px;
}
.thrColFixHdr #sidebar1 {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 190px;
}


/*- Menu Tabs H--------------------------- */

    #tabsH {
	font-size:13px;
	line-height:normal;
	font-weight: bold;
	float: left;
	padding-top: 107px;
	padding-left: 120px;
      }
    #tabsH ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(tabs/tableftH.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsH a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
	background-image: url(tabs/tabrightH.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

        #tabsH #current a {
                background-position:0% -42px;
        }
        #tabsH #current a span {
                background-position:100% -42px;
        }

#button ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#button a
{
	display: block;
	color: #666666;
	background-color: #FFFFFF;
	width: 180px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(Pfeil_Ebene1.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-repeat: no-repeat;
	background-position: left top;
}

#button a:hover
{
	background-color: #369;
	color: #FFF;
	background-image: url(Pfeil_Ebene1_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#button a:active
{
	background-color: #369;
	color: #FFF;
	background-image: url(Pfeil_Ebene1_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#button .active_navi
{
	background-color: #369;
	color: #FFF;
	background-image: url(Pfeil_Ebene1_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#button li li a
{
	display: block;
	color: #666666;
	background-color: #FFFFFF;
	width: 170px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(Pfeil_Ebene2.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-position: left center;
}

#button li li a:hover
{
	background-color: #369;
	color: #FFF;
	background-image: url(Pfeil_Ebene2_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#button li li a:active
{
	background-color: #369;
	color: #FFF;
	background-image: url(Pfeil_Ebene2_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#buttonactive
{
	display: block;
	color: #FFF;
	background-color: #369;
	width: 180px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(Pfeil_Ebene2_01.gif)
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-repeat: no-repeat;
	background-position: left top;
}



.thrColFixHdr #container #sidebar1 h1 {
	font-size: 20px;
	color: #333333;
}

.thrColFixHdr #container #sidebar1 h1 a{
	font-size: 20px;
	color: #333333;
	text-decoration: none;
}

.thrColFixHdr #container #sidebar1 p {
	font-size: 11px;
	padding-bottom: 2px;
	padding-left: 2px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #EBEBEB; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 650px;
	z-index: 3;
	position: relative;
	height: auto;
} 

.bodytext {
	font-size: 12px;
}

.thrColFixHdr #mainContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}

.thrColFixHdr #mainContent li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.thrColFixHdr #mainContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.thrColFixHdr #box1 {
	width: 200px;
	float: left;
	margin-right: 20px;
}

.thrColFixHdr #box2 {
	width: 200px;
	float: left;
	margin-right: 20px;
}

.thrColFixHdr #box3 {
	width: 200px;
	float: left;
}

.thrColFixHdr #box4 {
	width: 350px;
	float: left;
	margin-right: 30px;
}

.thrColFixHdr #box5 {
	width: 200px;
	float: left;
}

.box {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.thrColFixHdr #box h1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #cccccc;
	text-indent: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.header_start a{
	font-size: 18px;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	display: block;
	margin-bottom: 5px;
	color: #333333;
	text-decoration: none;
}



.thrColFixHdr #footer {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #ededed;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	height: 200px;
	margin-top: 10px;
	text-align: center;
} 
.thrColFixHdr #footer p {
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
}

.thrColFixHdr #footer #bottom_navi {
	width: 980px;
	height: 50px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

#bottom_navi a {
	color: #333333;
	text-decoration: none;
}

#bottom_navi ul {
	margin: 0;
    padding: 0;
    display: inline;
}

#bottom_navi li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	text-align: center;
}

#bottom_navi li a{
	padding-right: 4px;
	padding-left: 4px;
}


.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.filelinks            {
	padding-top: 10px;
	padding-left: 10px;
	width: 350px;
	padding-bottom: 10px;
}
.filelinks img    { vertical-align: middle; border-width: 0 }
.filelinks a:link  {
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	border-width: 0
}
.filelinks a:hover {
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	border-width: 0
}
.filelinks a:visited {
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	border-width: 0
}
.newsdate     {
	color: #999999;
	font-size: 11px;
	text-decoration: none
}
.newstitle   {
	color: #000;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #666
}
.newstitle a:link  {
	color: #000;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none
}
.newstitle a:visited  {
	color: #000;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none
}
.newstitle a:hover  {
	color: #000;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none
}
.newstitle a:active  {
	color: #000;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none
}

div.csc-textpic-left div.csc-textpic-text {
	clear: none;
}

.ft10px333333 {
	text-align: left;
}

.csc-textpic-caption {
	font-size: 12px;
}

.pdf first odd {
	font-size: 11px;
	}
	
.ui-accordion .ui-accordion-header a {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.nivoSlider {
	position:relative;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	width: 650px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom:-70px; /* Put the nav below the slider */
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}
