/* Abweichungen IE in ie.css */

html {
  height: 100%;
  }
  
body {
  margin: 0;
  padding: 0;
  font: 12px arial;
  color: #333;
  line-height: 1.33;
  background: url('../bilder/layout/body_bg.jpg') repeat-x #4e82bb;
  font-family: arial;
  font-size: 12px;
}

a {
  text-decoration: none;
  outline: 0;
  }

h1, h2 {
  position: absolute;
  top: -10000px;
  left: -10000px;
  }  
  
h3, h4 {
  font-size: 22px;
  font-weight: normal;
  color: #0065b3;
  margin: 0px;
  margin-bottom: 15px;
}
div#content_in h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
  
img {
  border: 0;
  }
  
textarea {
  resize: vertical;
}
  
div#container {
  width: 100%;
  position: absolute;
}
  
div#main {
  }
.clear {
  clear: both;
}
div#advert2 h4 {
  text-align: left;
  font-size: 10px;
  margin: -4px 0px 0px 23px;
  font-weight: normal;
  color: #333;
}
div#advert2 img {
  margin-top: 9px;
}

/* Header */

div#header {
  display: block;
  margin: auto;
  width: 100%;
  height: 260px;
  background: url('../bilder/layout/header_bg.png') center center no-repeat;
  text-align: center;
}

div#headerimg {
  background: url('../bilder/layout/header.png') center center no-repeat;
  width: 100%;
  height: 260px;
}

  
a#logo {

  }
  
/* Top Navi */

div#topnavi {
  display: block;
  height: 40px;
  margin: auto;
  width: 980px;
  background: url('../bilder/layout/topnavi_bg.jpg') no-repeat;
}
div#topnavi div#homelink {
  float: left;
  width: 320px;
  height: 40px;
  cursor: pointer;
}
div#topnavi ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  height: 40px;
  margin-left: 770px;
  padding-top: 12px;
  color: #eff4f8;
}

div#topnavi li {
  float: left;
  border-right: 1px solid #eff4f8;
  margin-right: 10px;
  padding-right: 10px;
}

div#topnavi li.last {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
div#topnavi a {
  color: #eff4f8;
  text-decoration: none;
}

div#topnavi a:hover {
  color: #eff4f8;
  text-decoration: underline;
}

/* Navi */

div#navi {
  float: left;
  width: 230px;
}

div#navi_topic {
  background: url('../bilder/layout/navi_topic.jpg');
  margin: 1px 3px 1px 4px;
  height: 31px;
  cursor: pointer;
}
  
div#navi ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: 4px;
  margin-right: 3px;
  border-bottom: 1px solid #ccc;
}
  
div#navi ul li {
  display: block;
  width: 223px;
  height: 28px;
}

div#navi ul li:hover {
  background: url('../bilder/layout/navi_li_bg.png') 0px 28px;
}
  
div#navi ul li a {
  display: block;
  background: url('../bilder/layout/navi_li_bg.png') top left no-repeat;
  width: 203px;
  height: 28px;
  line-height: 30px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #3a73b1;
}

div#navi ul li a:hover, div#navi ul li a.active {
  background: url('../bilder/layout/navi_li_bg.png') 0px 28px;
  color: #fff;
}
  
div#navi ul li a span {

  }
  
div#navi div#dehoga_banner {
  text-align: center;
  background: url(../bilder/layout/dehoga_banner_bg.jpg) top no-repeat;
}
div#navi div#dehoga_banner img#dehoga_banner2 {
  margin-left: 0px;
}

div#navi div#dehoga_banner div#dehoga_banner_spacer {
  height: 39px;
}

/* Content_Container */
div#content_container {
  padding-top: 15px;
}
div#content_container.startseite div#navi {
  display: none;
}

/* Content */

div#content_top {
  display: block;
  background: url('../bilder/layout/content_top_bg.png') center center no-repeat;
  height: 10px;
  width: 990px;
  margin: auto;
}

div#content_bottom {
  display: block;
  width: 990px;
  margin: auto;
  height: 47px;
  background: url('../bilder/layout/content_bottom.png');
}

div#content {
  display: block;
  width: 990px;
  background: url('../bilder/layout/content_bg.png') center repeat-y;
  min-height: 240px;
  margin: auto;
}
div#content_inner {
  background: url('../bilder/layout/content_inner_bg.png') center top no-repeat;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: auto;
  width: 980px;
}

div#brotkrumen {
  display: block;
  margin: auto;
  width: 478px;
  height: 16px;
  font-size: 10px;
  color: #979797;
}
div#content_container.startseite div#brotkrumen {
  display: none;
}
div#content_container.startseite div#content_top {
  width: 100%;
}
div#content_container.startseite div#content_bottom {
  display: none;
}
div#content_container.startseite div#content_inner {
  background: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

div#content_container.startseite div#content {
  display: block;
  width: 100%;
  background: url('../bilder/layout/content_bg_start.png') top center no-repeat;
  min-height: 578px;
  margin: auto;
  padding: 0px;
}
div#content_container.aktiv select#iOrt {
  margin-top: 10px;
}
  
div#content a {

  } 
  
div#content a:hover {

  }   
  
div#content img {

  }  
  
div#content p {

  }
  
div#content_in ul {
  padding-left: 20px;
  padding-top: 0px;
}
div#content_in a {
  color: #3A73B1;
  text-decoration: none;
}

div#content_in a:hover {
  text-decoration: underline;
}

div#content_in {
  float: left;
  margin-left: 22px;
  width: 513px;
  margin-top: 6px;
}
div#advert2 {
  float: right;
  width: 193px;
  text-align: center;
}
div#content_container.startseite div#navi, div#content_container.startseite div#advert2 {
  display: none;
}
div#content_container.startseite div#content_in {
  float: none;
  display: block;
  margin: auto;
  width: 980px;
  margin-top: 0px;
}

/* Herforder startseite */
div#herforder_startseite {
  float: right;
  width: 404px;
  height: 404px;
  margin: 24px 24px 0px 0px;
  background: url('../bilder/layout/herforder_startseite.jpg');
}

div#herforder_folgeseiten {
  position: absolute;
  top: 318px;
  left: 50%;
  width: 160px;
  height: 600px;
  margin-left: 520px;
}
div#herforder_folgeseiten.startseite {
  display: none;
}

div#herforder_startseite object {
  margin-top: 2px;
  margin-left: 2px;
}

div#logo_startseite {
  float: left;
  width: 232px;
  height: 245px;
  margin-top: 48px;
  margin-left: 20px;
}

div#text_startseite {
  float: left;
  width: 232px;
  height: 245px;
  margin-top: 39px;
  margin-left: 20px;
}

div#weiterleitung1 {
  float: left;
  margin-top: 99px;
  margin-left: 29px;
}
div#weiterleitung2 {
  display: none;
}
div#weiterleitung2.startseite {
  display: block;
  float: left;
  margin-top: 8px;
}
div#advert_startseite {
  display: block;
  text-align: center;
  margin-top: 21px;
}
div#advert_startseite img {
  margin-left: 2px;
  margin-right: 3px;
}

/* Footer */

div#footer {
  display: block;
  background: url('../bilder/layout/content_bottom_bg.png') center center no-repeat;
  height: 14px;
  width: 990px;
  margin: auto;
  margin-bottom: 20px;
}

div#footer.startseite {
  width: 100%;
}
  
div#footer address {

  } 

div#footer address a {

  } 

div#footer address a:hover {

  }

div#footer_servicelinks {
  display: block;
  margin: auto;
  width: 478px;
  height: 47px;
}

div#footer_servicelinks ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-top: 15px;
}

div#footer_servicelinks ul li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #333;
}
div#footer_servicelinks ul li.last {
  float: left;
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

div#footer_servicelinks ul li a {
  color: #333;
  text-decoration: none;
}

div#footer_servicelinks ul li a:hover {
  text-decoration: underline;
}
  
/* Formular */

div#kontakt fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  }
  
div#kontakt legend {
  display: none;
  }
 
div#kontakt input.checkbox {
  width: 15px;
  margin: 5px 3px 3px 0;
  border: none;
  background: none;
  }
  
div#kontakt input.checkbox:hover {
  background: none;
  border: none;
  }

div#kontakt input.send {
  width: 100px;
  border: 1px solid #999;
  }
  
table.formular td {
  border: 0;
  }  
  
table.formular label {
  width: 0;
  } 

table.formular p {
  padding: 0 !important;
  }  
 
input, textarea, select {
  width: 290px;
  font: 12px arial;
  border: 1px solid #999;
  background: #fff;
}
input[type="submit"], input[type="button"] {
  width: auto;
}
  
textarea {
  height: 80px;
  }
  
label, input, textarea, select {
  margin-top: 5px;
  }
  
input.checkbox {
  width: auto;
  margin-right: 5px;
  border: none;
  background: none;
  }

input:hover, textarea:hover, select:hover {
  background: #95B4D0;
  color: #fff;  
  }
  
/* Druckansicht */

@media print { 
 
  body {
    font: 12px arial;
    }

  div# {
    display: none;
    }

  div#container {
    position: static;
    width: auto;
    padding: 0;
    margin: 0;
    float: none;
    }
    
  a {
    color: #000;
    }  
    
  div#kontakt fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    }
    
  div#kontakt legend {
    display: none;
    }

  div#kontakt input.checkbox {
    width: 15px;
    margin: 5px 3px 3px 0;
    border: none;
    background: none;
    }
    
  div#kontakt input.checkbox:hover {
    background: none;
    border: none;
    }
    
  input, textarea {
    width: 290px;
    font: 12px arial;
    border: 1px solid #000;
    }
    
  textarea {
    height: 80px;
  }

  }  
