@charset "UTF-8";
/* CSS Document */
/*####################### CONTENT #######################*/

body {
  background-repeat:repeat-x;
  background-color:#ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  color:#000;
  margin-top:0px;
  margin-left:10px;
}

#main_window {
  width: 1000px;
  min-width: 1000px;
  max-width:1000px;
  padding:0;
  margin:0;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#banner {
     width:1000px;
     height:60px;
  float:left;
  margin: 0px;
}

#header {
     width:1000px;
  height:148px;
  float:left;
  margin: 0px;
}

#nav_top {
  background-repeat:repeat-x;
  background-position:top left;
  background-color:#598FB5;
  width:1000px;
  text-align: left;
  height:23px;
  float:left;
  margin-bottom: 0px;
}


#logo span {
  display: none;
  padding-bottom: 0px;
}

#logo a {
  display: block;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position:top left;
  width: 1000px;
  height: 154px;
  margin-left: 0px;
  margin-top: 0px;
  float:left;
  background-color: #fff;
  color: #000;
} 

#contentwrapper {
  float: left;
  margin-bottom:0px;
  margin-top:0px;    
}

#left {
     background-color: #b3c9da;
  float: left;
  
  width: 228px; /*Width of left column*/
  
  height : auto !important; 
}


#inhalt_left {
  margin-top:85px;
  margin-bottom:30px;
     background-color: #b3c9da;
  float: left;
  
  width: 228px; /*Width of left column*/
  
  min-height:285px;
  height:285px;
  height : auto !important; 
}

#right {
  float: left;
  
  width: 772px; /*Width of right column*/
  
  height : auto !important; 
}

#inhalt_text {
  margin-top:10px;
  margin-left:50px !important;
  margin-left:25px;

        background-color: #fff;
      float: left;
    
      width: 722px; /*Width of right text column*/
    
     min-height:285px;
      height:285px;
      height : auto !important; 
}

#footer {
  background-image: url(images/footer.jpg);
  background-repeat: no-repeat;
      margin:0px auto;
      margin-top: 0px;
  padding-top: 10px;
  clear: left;
  width: 1000px;
  height: 77px;
  min-width:1000px;
  min-height:77px;
  
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:normal;
  color: #ffffff;
  text-align: center;
}

  a:link{
  color:#ffffff;
  text-decoration: none
  }
  
  a:visited{
  color:#ffffff;
  text-decoration: none
  }


.snub-item-top {
  width: 220px;
  height: 23px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-family: Frutiger;
}

.snub-cat {
  color: #1e285d;
  font-size: 21px;
  padding: 10px 5px;
  margin: 0;
  font-family: Frutiger, 'Istok Web', sans-serif;
}

.snub-cat a {
  color: inherit;
}

.snub-menu-items {
  width: 100%;
  color: #1e285d;
  font-size: 14px;
}

.snub-item {
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: Frutiger, 'Istok Web', sans-serif;
}

.snub-item:hover {
  background-color: #CCCCCC;
}

.snub-menu-items a {
  color: inherit;
}
