/* CSS Document */

body{
  margin: 0;
  padding: 0;
}

#sitecontainer{
  position: relative;
  width: 990px;
  margin: 0 auto;
  min-height: 100%;
  height: auto;
  font-family: arial;
  font-size: 12px;
}

#top{
  float: laft;
  width: 990px;
  height: 143px;
}

#menu{
  float: left;
  width: 990px;
  height: 37px;
}


#main{
  float: left;
  width: 927px;
  min-height: 53px;
  height: auto;
  padding-right: 60px;
  color: #626161;
}

h1{
  margin: 0;
  padding: 0;
  font-size: 12px;
  margin-top: 30px;
  font-weight: normal;
}


#footer{
  float: left;
  height: 35px;
  width: 990px;
  background-color: #3e2511;
}

/* top */

#logo{
  float: left;
  background-image: url(../img/logo-dechome-makado.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 92px;
  width: 460px;
  margin-top: 49px;
}

#adres{
  float: left;
  height: 18px;
  line-height: 18px;
  width: 330px;
  margin-left: 126px;
  margin-top: 74px;
  color: #626161;
}

#top-links{
  float: right;
  width: 220px;
  height: 12px;
  margin-top: 52px;
}

#top-links a{
  text-decoration: none;
  color: #2E2C2C;
}

/* menu */

#menu-left{
  float: left;
  width: 14px;
  height: 37px;
  background-image: url(../img/menu-left.png);
  background-repeat: no-repeat;
}

#menu-midden{
  float: left;
  height: 37px;
  width: 962px;
  background-image: url(../img/bg-menu.png);
  background-repeat: repeat-x;
  line-height: 37px;
}

#menu-midden ul{
  margin: 0;
  padding: 0;
  margin-left: 316px;
}

#menu-midden ul li{
  float: left;
  list-style: none;
  margin-left: 20px;
}

#menu-midden ul li:first-child{
  margin-left: 0;
}

#menu-midden a{
  text-decoration: none;
  color: #fffefe;
  font-size: 13px;
  font-weight: bold;
}


#menu-right{
  float: left;
  width: 14px;
  height: 37px;
  background-image: url(../img/menu-right.png);
  background-repeat: no-repeat;
}


/* main */

/* #main-foto{
  float: left;
  width: 325px;
  height: 483px;
}

#main-text{
  float: left;
  width: 503px;
  min-height: 453px;
  height: auto;
  padding-left: 50px;
  padding-right: 60px;
  padding-top: 30px;
} */

#main p{
  margin: 0;
  padding: 0;
}

/* footer */

#stippen{
  float: left;
  height: 35px;
  width: 136px;
}

#bezichtig{
  float: left;
  width: 150px;
  height: 35px;
  line-height: 35px;
  color: #aeaead;
  font-size: 10px;
  margin-left: 600px;
}

#bezichtig a{
  text-decoration: none;
  color: #aeaead;
}
