body {
  background: #bd9675;
}

h2 { font-size: 22px;    color: #8f867a; margin: 0 0 10px 0;}
h3 { font-size: 18px;    color: #8f867a;}
p  { color:     #8f867a;}
td { color:     #8f867a;}

#wrapper{
  width: 761px;
  margin: 0px auto;
}

#head {
  background: url(Bilder/bg_top.gif) no-repeat top left;
  height: 40px;
}

#head h2 {
  position: relative;
  top: 9px;
  left: 18px;
  color: #fff;
}

#header {
  margin: 1px 0;
}

#menu {
  height: 28px;
  margin: 0 0 2px 0;
  background-color: #d81709;
}

#menu ul {
	margin: 0px 0 0 -30px;
	list-style: none;
	line-height: normal;
}

#menu li {
  padding: 5px 6px 0 18px;
  float: left;
  color: #fff;
  background: url(Bilder/menu_point.gif) no-repeat;
}

#menu li.current { background: url(Bilder/menu_point_full.gif) no-repeat;}

#menu li a{
  color: #fff;
  text-decoration: none;
}

#content_mid {
    background: url(Bilder/cont_mid.gif) repeat-y top left;
    margin: 0px;
}

#content-inner-left {
    position: relative;
    padding:  0px 20px;
    width:    403px;
    float:    left;
}

#content-inner-right {
    position: relative;
    padding:  0px 20px;
    width:    274px;
    float:    left;
}