@charset "utf-8";

html {
  overflow-y: scroll;
}

div#wrapper {
	margin: 1em auto;
  width: 86.5em;  
}

div#header {
  background: url(../bilder/members/header.png) no-repeat;
  height:14em;
  witdh: 86.5em;
}

div#logo {
  width:26.4em;
  padding: 2.9em 0 0 2.9em;
  float:left;
}

div#contact {
  float:left;
  width: 24em;
  margin: 2.9em 0 0 13em; 
}

div#login {
  float:left;
  width: 19em;
  height:12.9em;
}

div#path {
  position: relative;
  top: 2.9em;
  left: 2.9em; 
  width: 63em;
}

div#navi {
  background-color: #FFF;
  background: url(../bilder/back_navi.png) no-repeat;
  margin: -0.3em 0 0 0;
  padding: 1.2em 0 1.1em 2.9em;
}

div#content {
  background-color: #FFF;
  background: url(../bilder/members/background.png) no-repeat;
  min-height: 35.9em;
  margin: 0 0 1.0em 0;
  padding: 3.9em 2.9em 0 2.9em;
}

div#footer{
  background: url(../bilder/footer.png) no-repeat 0 2px;
  text-align: center;
  padding:0em;
  color:#003981;
  font-size:1.1em;
}

div#left{
  display:inline;
  width:38.9em;
  float:left;
  margin-right:2.9em;
}

div#right{
  display:inline;
  width:38.9em;
  float:left;
}

.cleaner{
  border:none;
  clear:both;
  height:0; font-size:0;
  background:none;
  overflow:hidden;
}

