* {
  margin: 0px;
  padding: 0px;
}

#wrapper {
  /*zentriert die Konstruktion im Browser: getestet WIN IE6, Opera 8.5 / MAC Firefox, Netscape, Opera 8.5, Safari, IE 5.5*/
  position: absolute;
  width: 860px;
  left: 50%;
  margin-left: -430px;
  background-image: url(../layout/content.gif);
  background-repeat: repeat;
}

#header {
  position: relative;
  text-align: right;
  width: 860px; 
  height: 202px;
  z-index: 1;
  font-size: 0.8em;
}

#content {
  position: relative;
  width: 860px;
  font-size: 0.8em;
  
}

/*Subnavi-Neu*/
#subnavi {
  position: absolute;
  top: 28px;
  left: 650px;
  width: 180px;
  z-index: 99;
  text-align: right;
  font-family: arial;
  font-size: 12px;
  padding-right: 8px;
}

#subnavi ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#subnavi li {
  border-bottom: 1px solid #FFF;
}

#subnavi li a {
  font-weight: bold;
  /*line-height: 20px;*/
  display: block;
  padding 5px 5px 5px 0.5em;
  /*border-left: 2px solid #154295;*/
  /*border-right: 1px solid #154295;*/
  color: #154295;
  text-decoration: none;
} 

#subnavi li a:hover {
  font-weight: bold;
  color: #B3B3B3;
}
/*end Subnavi-Neu*/

/*#navi {*/
/*  position: relative;*/
/*  width: 145px;*/
/*  padding-left: 5px;*/
/*  float: left;*/
}

#navi li {
  list-style-type: none;
  font-weight: bold;
}

#inhalt {
  position: relative;
  width: 685px;
  padding-left: 5px;
  float: left;
}

#footer {
  position: relative;
  clear: both;
  font-family: arial;
  font-size: 12px;
  width: 705px;
  padding-left: 155px;
  height: 45px;
  padding-top: 55px;
  background-image: url(../layout/footer.gif);
}

/*Content Classes*/
.tableheadline {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}

.tablekbz {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.tabletext {
  font-family: arial;
  font-size: 12px;
}

.tabletextblk {
  font-family: arial;
  font-size: 12px;
  color: #000;
}

a.linkAufBlau {
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  text-decoration: none;
}

a.linkAufBlau:hover {
  color: #B3B3B3;
  text-decoration: none;
}

.boxtext {
  color: #000;
  font-size: 12px;
  text-align: left;
}

.boxbg {
  height: 130px;
  background-image: url(../layout/bg_content.gif);
  background-repeat: repeat;
}

/*Menu Classes*/
/*IE6 OK*/
#navi {
  width: 145px;
  font-family: arial;
  font-size: 12px;
  padding-left: 5px;
  float: left;
}
/*IE6 OK*/
#navi ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/*IE6 OK*/
#navi li {
  border-bottom: 1px solid #FFF;
  
}
/*IE6 OK*/
#navi li a:link, #navi li a:visited {
  font-weight: bold;
  line-height: 20px;
  display: block;
  font-style: normal;
  padding 5px 5px 5px 0.5em;
  border-left: 2px solid #154295;
  border-right: 0px solid #154295;
  background-color: #154295;
  color: #FFF;
  text-decoration: none;
  } 
  
  * html #navi LI{
  font-size:10px;
   font-weight: bold;
  } 
  
/*IE6 OK*/
#navi li a:hover {
  background-color: #385EA5;
  color: #FFF;
}
/*IE6 OK*/
#navi ul ul {
  margin-left: 0px;
}
/*IE6 OK*/
#navi ul ul li {
  border-bottom: 1px solid #154295;
  margin: 0px;
}
/*IE6 OK*/
#navi ul ul a:link, #navi ul ul a:visited {
  font-weight: normal;
  background-color: #154295;
  color: #FFF;
}
/*IE6 OK*/
#navi ul ul a:hover {
  background-color: #385EA5;
  color: #FFF;
}


.csc-textpic-imagewrap IMG{
	padding:5px;
}

