

body {

  margin:0;

  padding:0;

  background-color: #a39a6b;

  color:#000;

  font-family: Verdana, sans-serif;
  font-size: 10px;
}

/* Box zur Zentrierung */

#box {

  margin:auto;

  text-align:center;

  width: 899px;

  height:auto;

  overflow:hidden;

  background:url("img/design_2_02.jpg") top left repeat-y;
   border: 1px solid #000000;
}



/* Header */

#header {

  background:url("img/design_2_01.jpg") no-repeat top left;

  width:890px;

  padding-right:10px;

  height:35px;

  padding-top:81px;

  color:#392e22;

  font-weight:lighter;

  font-size:0px;

  letter-spacing: 2px;

  text-align: right;

  font-family: "Arial", sans-serif;

  font-variant: small-caps;
}



/* Menu */

#menu {
float:left;

  text-align: left;

  padding: 0;

  margin: 0;

  width:170px;

  background:url("img/design_2_02.jpg") repeat-y;
}

#menu ul {

 list-style:none;

  text-align:left;

  width:170px;

  padding: 0;

  margin: 0;

}

#menu ul li {

}

#menu ul li a {

  width:155px;
  border-left: 8px solid #392e22;
  height:23px;
  padding:1px 10px 1px 10px;
  margin:1px 0 2px 0;
  text-decoration: none;
  background: url(img/button.gif);
  display:block;
  border-right: 8px solid #392e22;
  color: White;
}

#menu ul li a:hover {

  border-left: 8px solid #a39a6b;

  display: block;
  border-right: 8px solid #a39a6b;

}



/* Content */

#content {

  float:right;
  text-align: left;
  width:687px;
  padding:0px 10px 0px 10px;
  background:url("img/design_2_03.jpg") repeat-y;
  background-color: White;
  color: Black;

}

#content a {

  text-decoration: underline;

  color: #000000;

}

#content a:hover { color: #a39a6b; }

/* Footer */

#footer {

  clear:both;

  width:900px;

  height:20px;

  padding:5px 0;

  background:url("img/design_2_04.jpg") no-repeat bottom left;

  color: #FFF;

}

#footer a {

  text-decoration: underline;

  color: #FFF;

}

#footer a:hover { color: #a39a6b; }
