* {
  position:relative; 
}

/* Allgemeine Styles */

body {
  position: static;
  margin:  0px;
  padding: 0px;
  font: 11px arial;
}

h1 {
  line-height: 12px;
  font: 11px arial;
  font-weight: bold;
  margin: 0px;
}


div { 
 /* border: 1px solid black; */

}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

ul, li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

a {
  text-decoration:none;
  color: black;
}

table, td {
  margin:0px;
  padding:2px;
  border-collapse: collapse;
  vertical-align: top;
}


/* Speziellere Styles*/

div#main {
  width:  955px;
  height: 620px;
  margin: 0px auto;
}

div#header {
  width: 100%;
  height: 160px;
  margin-bottom: 1px;
  background-color: red;
  background-image: url(../img/bg_header.jpg);
}

div#nav_2 {
  width:  250px;
  height: 432px;
  float: left;
  margin: 0px 0px 0px 15px;
  background-color: #D4D4D4;
}

div#body {
  float: right;
  width: 650px;
  height: 433px;
  margin: 0px 15px 0px 24px;
}

div#body_header {
  width: 100%;
  height: 133px;
  margin-bottom: 20px;
}

div#body_text {
  float: left;
  width: 355px;
  height: 280px;
  margin-right: 30px;
  text-align: justify;
  overflow: auto;
}

div#body_text_wide {
  float: left;
  width: 615px;
  height: 280px;
  margin-right: 30px;
  text-align: justify;
  overflow: auto;
}

div#body_news {
  float: right;
  width: 260px;
  height: 280px;
}

div.news {
  height: 65px;
  padding: 6px 0px;
  border-bottom: 1px solid #999999;
}

div.news a {
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 10px;
  font-weight: bold;
  color: #525252;
}

div#footer {
  width:925px;
  height: 20px;
  padding: 6px 15px 0px 15px;
  border-top: 1px solid black;
  color: #bcbcbc;
  background-image: url(../img/bg_footer.jpg);
  position: absolute;
  bottom: 0px;
  left: 0px;
}



/*  Detail-Styles */

div.news img {
  float:left;
  margin-right: 12px;
  border: 1px solid black;
}

div#topic {
  font: 24px Arial;
  color: white;
  font-weight: bold;
  left: 420px;
  top: 82px;
}

div#address {
  text-align: right;
  color: white;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  right: 15px;
  top: 13px;
}

#logo {
  position: absolute;
  left: 15px;
  top: 5px;
}

div#address * {
  color: white;
  text-decoration: none;
}

#copyright {
  float: right;
}

#nav2_spacer {
  position: relative;
  bottom: 0px;
  left: 0px;
  width:100%;
  background-image: url(../img/bg_nav2_spacer.jpg);
}

div.nav_2 * a {
  display:block;
  width:210px;
  height:100%;
  padding: 5px 0px 0px 20px;
}

li.nav2_l1, li.nav2_l1_sel, li.nav2_l2, li.nav2_l2_sel {
  width: 250px;
  height: 25px;
  background-image: url(../img/bg_nav2_dark.jpg);
  background-repeat: no-repeat;
  background-color: #8d8d8d;
  border-top: 1px solid white;  
  font-weight: bold;
  margin:0px;
}

li.nav2_l1 a {
  color: white;
}

li.nav2_l1_sel  {
  background-image: url(../img/bg_nav2_dark.jpg);
  background-color: #535353;
}

li.nav2_l1_sel a {
  color: #bcbcbc;
}


li.nav2_l2 {
  background-image: url(../img/bg_nav2_light.jpg);
  background-color: #bfbfbf;
}

li.nav2_l2 a {
  color: black;
  padding-left: 40px;
}

li.nav2_l2_sel {
  background-image: url(../img/bg_nav2_l2_sel.jpg);
  background-color: #bfbfbf;
}

li.nav2_l2_sel a {
  color: #545454;
  padding-left: 40px;
}

ul#nav_service {
  width: 300px;
  height: 25px;
  border-right: 1px solid #9f9f9f;
  position: absolute;
  top: 7px;
  right: 15px;
}

ul#nav_service li {
  float:right;
  padding: 0px 20px 7px 20px;
  border-left: 1px solid #9f9f9f;
}

#breadcrumbs {
  position: absolute;
  bottom: 6px;
  left: 288px;
  font-size: 10px;
  color: #bdbdbd;
}

#breadcrumbs a {
  color: #bdbdbd;
}

#last_breadcrumb a {
  color: #d1223f;
}

