@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 {
	font-family: Arial, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
    font-size : 11px;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
	margin: 0;
	list-style: none;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 20px;
                }

        #button li a {
	display: block;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	width: auto;
	text-indent: 10px;
	background-image: url(Bilder2010/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
	background-color: #f2f2f2;
                }

        #button li #active {
	background-color: #2586d7;
                }



.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: #f2f2f2;
	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: 11px;
}
