* {
	margin: 0;
	padding: 0;

}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #ECEDED;
	height: 100%;
}

#Container {
	margin: 0 auto; /* mittig von links/rechts */
	padding: 0;
	width: 870px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #FFF;
	overflow: visible;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

* html #Container { /* Für IE */
	height: 100%;
}

/* --------------Header/Content---------------- */

#Header {
	background-color:#FFF;
	width:820px;
	margin: 0 25px;
}


#Header2 {
	background-color:#36B3D3;
	width:821px;
	margin: 0 25px;
}

#Rootline {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	width:870px;
	height:25px;
}

#Content {
	background-color:#FFF;
	width:870px;
	margin-bottom: 55px;
}

/* --------------Fussleiste/Footer------------- */
#Footer {
	clear: both;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -55px;
	padding:0;
	background-color:#FFF;
	color: #5C5C5C;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* --------------CLEARFIX Methode------------- */
.Clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Clearfix {
    display:block;
}

/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
.Clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear:both;
}

/* --------------Sonstige Enstellungen------------- */
img {
    border:none;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

td {
	padding: 3px 0 3px 5px;
}

.kleingedrucktes p {
  font-size: 9px;
}
/* --Bilder im Text-- */
.csc-textpic-imagewrap {
	margin-top: 7px;
}

/* --------------Float Enstellungen------------- */
.float_l {
    float:left;
}
.float_r {
    float:right;
}

/* --------------Formatierung Header------------- */
#Header a {
  color: #000;
}

.header_left {
    width:320px;
    height:65px;
    padding: 0;
    margin-left: 0px;
}

.header_left2 {
    width:320px;
    height:65px;
    padding: 0;
    margin-left: 0px;
}

.header_right {
    margin: 10px 0px 0 0;
}

.header_right2 {
    margin: 10px 50px 10px 0;
}

.header_right ul{
}

.header_right2 ul{
}

.header_right ul li{
  list-style:none;
  display:inline;
}

.header_right2 ul li{
  list-style:none;
  display:inline;
}

.navigation {
    width:830px;
    height:20px;
    padding: 0;
    margin-left: 24px;
}

/* --------------Formatierung Rootline------------- */
.rootline_txt {
  padding: 5px 0;
  margin-left: 25px;
  color: #929395;
  font-size: 10px;
}

.rootline_txt a {
  color: #929395;
  font-size: 10px;
}

.printlink {
  padding: 5px 0;
  margin-right: 25px;
  color: #929395;
}

.printlink a {
  color: #929395;
  font-size: 10px;
}

.printlink img a {
  text-decoration: none;
}

.linie_top {
    border-bottom: 1px solid #D9DADB;
    margin: 0 25px 0 25px;
}

/* --------------Formatierung Content------------- */
#Content a {
	color: #0454A0;
}

#Content a:hover {
	text-decoration: underline;
}

#Content p {
	padding: 4px 0;
	line-height: 15px;
}

#Content h1 {
	color: #0454A0;
}

#Content h2 {
	font-size: 11px;
	color: #0454A0;
	margin-top: 5px;
}

#Content h3 {
	font-size: 11px;
	padding-top: 7px;
	color: #000;
}

#Content ul {
	padding: 5px 0 5px 20px;
}

#Content ul li {
	padding: 2px 0;
}

#Content ul li ul {
	padding: 3px 0 3px 20px;
}

#Content ul li ul li {
	padding: 0;
}

/* List margin und padding */
div#tx_slsitemap ul {
        padding:0 0 0 22px;
        margin:0 0 0 -43px;
}
div#tx_slsitemap li {
        padding:0 0 0 43px;
        margin:0;
        list-style-type:none;
}
div#tx_slsitemap ul li ul{
        padding:0 0 0 22px;
        margin:0 0 0 -43px;
}
div#tx_slsitemap li ul li {
        padding:0 0 0 43px;
        margin:0;
        list-style-type:none;
}

.content_center {
    width: 830px;
    margin: 5px 25px;
}

/* Seiteninhalt - Linie danach */
div.csc-frame-rulerAfter {
	padding:0;
	border-top: 1px dotted #D9DADB;
	margin: 10px 0 10px 0;
}

.top_colums { }

.bottom_colums { }


/* --------------Content 1 Spaltig------------- */
.colum_left_top_alone {
    width: 820px;
}
.colum_left_top_alone a { }
.colum_left_top_alone a:hover { }

.colum_left_top_alone h1 {
  font-size: 13px;
}

/* --------------Content 2 Spaltig------------- */
.colum_left_top {
    width: 600px;
}
.colum_left_top a { }





.colum_left_top a:hover { }
.colum_left_bottom { }
.colum_right_top { }
.colum_right_bottom { }

.colum_left_top h1 {
  font-size: 13px;
}

/* --------------ADVERTISING BOX------------- */

.box{
  width: 210px;
  background: url(box_top.gif) no-repeat top right;
  margin-bottom: 10px;
  margin-right: 10px;
}
.box-header{
  padding: 8px 10px 0 10px;
}
.box-header a, .box-header a:hover{
  font-weight:bold;
  color: #003366;
}

.box-text{
  background: url(box_middle.gif) repeat-y;
  padding:2px 10px 2px 10px;
  line-height: 14px;
}

.box-text h1{
  margin: 0;
  font-size: 12px;
}

.box-bottom{
  background: url(box_bottom.gif) no-repeat bottom left;
  padding:0 10px 5px 10px;
}

/* --------------INFO BOX------------- */

.info_box{
  width: 210px;
  background: url(box_top.gif) no-repeat top right;
  margin-bottom: 10px;
  margin-right: 10px;
}
.info_box-header{
  padding: 8px 10px 0 10px;
}
.info_box-header a, .info_box-header a:hover{
  font-weight:bold;
  color: #003366;
}

.info_box-text{
  background: url(box_middle.gif) repeat-y;
  padding:2px 10px 2px 10px;
  line-height: 14px;
}

.info_box-text input.searchfield {
  width:140px;
  height: 20px;
  border: 1px solid #CCC;
  background:#E9E9E9;
  color: #999;
  padding-top:3px;
  font-size: 12px;
}

.info_box-text button.searchfield {
}

.info_box-text h1{
  margin: 0;
  font-size: 12px;
}

.info_box-bottom{
  background: url(box_bottom.gif) no-repeat bottom left;
  padding:0 10px 5px 10px;
}

/* --------------SUBNAVIGATION BOX------------- */

.subnavi_box{
  width: 210px;
  background: url(box_top.gif) no-repeat top right;
  margin-bottom: 10px;
  margin-right: 10px;
}
.subnavi_box-header{
  padding: 8px 10px 0 10px;
}
.subnavi_box-header a, .subnavi_box-header a:hover{
  font-weight:bold;
  color: #003366;
}

.subnavi_box-text{
  background: url(box_middle.gif) repeat-y;
  padding:2px 10px 2px 10px;
  line-height: 14px;
}

.subnavi_box-text h1{
  margin: 0;
  font-size: 12px;
}

.subnavi_box-text ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  background: #FFF;
}

.subnavi_box-text ul a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: block;
}

.subnavi_box-text ul li {
  display: block;
  padding: 0;
  margin: 0;
}

/* --------------LEVEL 1------------- */

.subnavi_box-text li.level1-no a {
  height: auto;
  display: block;
  margin-left: -20px;
  padding: 2px 0px 5px 10px;
  color: #666666;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9E9E9;
}

.subnavi_box-text li.level1-no a:hover, .subnavi_box-text li.level1-act a {
  height: auto;
  display: block;
  margin-left: -20px;
  padding: 2px 0px 5px 10px;
  font-weight: bold;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9E9E9;
}

.subnavi_box-text li.level1-no a:hover, .subnavi_box-text li.level1-act a:hover {
  font-weight: bold;
}

/* --------------LEVEL 2------------- */

.subnavi_box-text li.level2-no a {
  height: auto;
  display: block;
  margin-left: -20px;
  padding: 2px 0px 5px 10px;
  color: #666666;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9E9E9;
}

.subnavi_box-text li.level2-no a:hover, .subnavi_box-text li.level2-act a {
  height: auto;
  display: block;
  margin-left: -20px;
  padding: 2px 0px 5px 10px;
  font-weight: bold;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9E9E9;
}

.subnavi_box-text li.level2-no a:hover, .subnavi_box-text li.level2-act a:hover {
  font-weight: bold;
}






.subnavi_box-bottom{
  background: url(box_bottom.gif) no-repeat bottom left;
  padding:0 10px 5px 10px;
}


/* --------------Andere Spalten------------- */
.news_text {
    width:295px;
}
.news_text ul {
  padding: 5px 0 5px 20px;
}
.news_text ul li {
  padding: 1px 0;
}
.services_text {
    width: 295px;
    margin-right: 200px;
}
.services_text ul {
  padding: 5px 0 5px 20px;
}
.services_text ul li {
  padding: 1px 0;
}

/* --------------Formatierung Footer------------- */
.footer_txt {
    text-align:center;
    padding:5px 0;
    color: #5C5C5C;
    font-size: 10px;
}
.footer_txt a {
    color: #5C5C5C;
    font-size: 10px;
}
.footer_txt ul {
  padding: 3px 0;
}
.footer_txt ul li{
  list-style:none;
  display:inline;
}
.footer_txt ul li a{
  color: #5C5C5C;
}

.linie {
    width:820px;
    height:1px;
    border-bottom: 1px solid #D9DADB;
    margin: 0 25px;

}

/* --------------Drop-Down Navigation------------- */
#HeaderNav ul.menu, ul.menu ul {
    list-style-type: none;
}

#HeaderNav ul.menu a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight: normal;
    text-decoration: none;
}

#HeaderNav ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    background-color: #36B3D3;
    border-top:1px solid #FFF;
    border-left:1px solid #FFF;
    height: 20px;
    width: 136px;
}

#HeaderNav ul.menu li a {
    color: #fff;
}

#HeaderNav ul.menu li a:hover {
    color: #fff;
    background-color: #000048;
}

/* Für Unterpunkte keine Float-Eigenschaft */
#HeaderNav ul.menu ul li {
    float:none;
    background-color: transparent;
    width: 180px;    
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
#HeaderNav ul.menu ul li.hover, #HeaderNav  ul.menu ul li:hover {
    background-color: #000048;
}

#HeaderNav ul.menu ul {
  margin:0;
  padding: 0;
  position: absolute;
  background-color: #36B3D3;
  border: 1px solid #000048;
  display: none;
  width: 180px;
}

#HeaderNav ul.menu ul li a {
}
#HeaderNav ul.menu ul li a:hover {
  color: #fff;
}

/* Zweite Ebene anzeigen */
#HeaderNav ul.menu li.hover ul, #HeaderNav ul.menu li:hover ul  {
  display: block;
}

/* Dritte Ebene */
#HeaderNav ul.menu li.hover ul ul, #HeaderNav ul.menu li:hover ul ul {
  display: none;
  margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
  margin-top: -20px; /* Höhe eines Listenelements */
}

/* Dritte Ebene anzeigen */
#HeaderNav ul.menu li.hover ul li.hover ul, #HeaderNav ul.menu li:hover ul li:hover ul {
  display: block;
}

/* Vierte Ebene */
#HeaderNav ul.menu li.hover ul li.hover ul ul, #HeaderNav ul.menu li:hover ul li:hover ul ul {
  display: none;
}

/* Vierte Ebene anzeigen */
#HeaderNav ul.menu li.hover ul li.hover ul li.hover ul , #HeaderNav ul.menu li:hover ul li:hover ul li:hover ul {

  display: block;
}

/* Formatierung Bildunterschriften */
.csc-textpic-caption {
  font-weight: bold;
  font-size: 10px;
  padding-bottom: 5px;
}

/* --------------Formatierung FHT-Download------------- */
.fht_download_layout0 {
	margin-top: 5px;
}