html {

}
body {
margin: 0 auto;
background: #EEEEEE;
text-align:center;
} /* wg. MSIE nicht in .page {} */
.page {
  margin: 0 auto;
  width:960px;
  /*border: 10px solid white;*/
        /*border-bottom: 10px solid white;*/
  background-color: white;
  padding:0 0 10px 0;
  text-align:left;
  }
.header {
        height:130px;
        width:960px;
        background-image: url(../images/header_kom.jpg);
  background-repeat: no-repeat;
  background-position: top left;
        padding:0 0 10 0;}

.menu {margin-top:-30px; height:60px;}
.facebook {padding:0 0 0 10px;float:right;}
/*.subheader_suchbox {padding: 10px 0 0 0;width:370px;}**/
.suchbox_header {
  width:190px;
        float:right;
        padding:10px 10px 0 0;
}
.suchbox {
  width:180px;
        height:15px; 
}
.suchbox_button {
  border: 0;
  background: transparent url(../images/lupe.png) no-repeat center top;
  overflow: hidden;
  float: right;
  cursor: pointer; /* hand-shaped cursor */
  }

.breadcrumb {
  
        padding:0 0 5px 15px;
        /*border-bottom: solid 1px #EEEEEE;*/
        
}

.container {}
/* .left_sidebar {
  clear: both;
  width:150px;
  float: left;
  padding:30px 0 0 0;
  } */ 
.content {
  padding:10px 0 0 0px;
  width: 960px;
  float: right;
}
.main {
  float:left;
  width: 725px;
        padding: 0 0 0 15px;
  }
.right_sidebar {
  width: 180px;
  float: right;
        padding: 0 10px 0 0;
  }



.footer {
  padding: 10px 0 0 0;
  clear: both;
  width: 960px;
  height: 15px;
        border-top: 10px solid #eee;
  }
.footer_left_sidebar {
  
  width: 450px;

  /*border-top: 7px solid #c5c7c8;*/
  float: left;
  padding: 3px 0 0 10px;
  }
.footer_content {
  width: 600px;
  float: right;
  }
.footer_main {
  /*border-top: 7px solid #c5c7c8;*/
  padding-top: 3px;
  width: 595px;
  float:left;
  }
.footer_right_sidebar {
  width: 220px;
  padding: 0 0 0 20px;
  float: right;
}
.footer_right_sidebar_content {
  width: 200px;
  padding: 3px 0 0 0;
  /*border-top: 7px solid #c5c7c8;*/
  }

.socialmediaicons {padding:5px 0 0 0;text-align:center;}

.fanbox {display:none;}



