/* CSS Document */

.logo_piguetweb {
  margin-top: 10px;
}
/* Raender Seitenhintergrund */

html {
  height:100%;
  margin-bottom:1px;
  overflow-y:scroll;
}
* {
  margin:0;
  padding:0;
}
body {
  padding:0px 0;
  text-align:center;
  background: #fff;
  /*background:url(../img/Berge_1920x1080_vs1.jpg) no-repeat fixed center top #fff;
    background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;*/
  height: 800px;
  /*position: relative;*/
}
/* Layout: Breite, Hintergrund, Rahmen */



#wrapper {
  background: url("../img/bg_weiss.png") repeat scroll 0 0 transparent;
   margin: 0px auto 30px auto;
  padding: 0px;
    text-align: left;   
    width: 960px;
  
 /* 
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
  */
}



#header {
  clear:both;
  padding: 0px;
  text-align:right;
  height:280px;
  width:100%;
  text-align: left;
  }




#logo {
  float: left;
   width:960px;
   height: 152px;
  padding: 0px;
  margin-top: 9px;
  z-index: 2;
  }
  
#headerbild {
  position: relative;
  top: -40px;
  left: 5px;
  overflow: hidden;
 width: 629px;
  height: 100px;*/
  z-index: 2;
  }

#headerbild2 {
  position: relative;
  top: -140px;
  left: 500px;
  overflow: hidden;
  width: 472px;
  height: 100px;
  z-index: 1;
}


#langnav {
  float: right ;
  height: 35px;
 margin: 0 0;
      }


#layoutdims {
  clear:both;
  margin:0;
  text-align:right;
  /*height:40px;*/
  min-height: 4.2em;
  width:100%;
  padding: 7px 0px 4px 0px;
  border-bottom: solid 1px #c1c1c1;
 
}


#mainnav {
    float: left;
   height: 2.5em;
    width: 95%;
  /*border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;*/
  
  }


#subnav {
    float: left;
   height: 2.5em;
    width: 90%;
  /*border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;*/
  
  }

#langnav {
   float: right;
   /* height: 34px;*/
  height: 2.2em;
   
  }




/*Wrapper um Inhalte*/

#main {
  /*float:right;*/
  padding: 30px 0 0 0px;
  width:100%;
  /*height:auto;*/
min-height: 450px;
  /*background-color:#ffffff;*/
  }

.floatbox {
  overflow:hidden;
}
.clearfix {
  display:block;
}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:  both;
  visibility:hidden
}
#ie_clearing {
  display:none;
}

#col2 {
  /*float: right;*/
  margin:0;
  padding: 0 0 0 0;
  width: 100%;
  }
#col2_content {
  position: relative;
  padding: 0;
  margin: 0px;
  min-height:300px;
  height:auto !important;
  
  }

#footer {
  width: 100%;
  float: left;
  padding: 0px;
  text-align: left; 
  border-top: 1px solid #E6D3C6;
  font-size: 0.8em;
  letter-spacing: 0.02em; 
  }

#footer p,#footer a, #footer a:hover {
 letter-spacing: 0.04em;     
text-transform: uppercase;
}

 
