html, body {
  background: url(img/background.gif) #000000 repeat-x;
	height:100%;
	margin:0px auto;
	padding:0;
}

.wrapper_all {
  height: 605px;
  width: 999px;
  margin: auto;
  background-image: url(img/background-content.gif);
  background-repeat: no-repeat;
}

.header {
  height: 140px;
  width: 999px;
}

.main {
  width: 999px;
}

.navi {
  width: 215px;
  float: left;
  margin-top: 180px;
}

.content {
  width: 785px;
  float: left;
}

.footer {
  height: 20px;
  width: 999px;
}


  /************/
 /*NAVIGATION*/
/************/

ul.menu, ul.menu ul {
    list-style-type: none;
}



ul.menu a {
    display: block;
    /*padding: 3px 10px 3px 10px;*/
    font-weight:normal;
}



ul.menu ul a {
    padding: 0 10px;
}



ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
    float:left;
}



ul.menu ul {
    margin-left: 140px;
    margin-top: -28px;
    padding: 0 0 5px 0;
    position: absolute;
    display:none;
    min-width:120px;
    font-family: Tahoma;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;    
}

a:hover {
    color: white;
    text-decoration: underline;
} 



/* IE-Hack für die Breite */
*html ul.menu ul {
    width:180px;
}



/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float:none;
    background-color: transparent;
    padding-top:3px;
}

  /*******************/
 /*ÜBERSCHRIFTEN ECT*/
/*******************/
h1 {	
  margin-top: 20px;
  font-size:14pt;
  line-height:15pt;
  font-family: Arial, Tahoma, Verdana;
  font-weight: bolder;
  color:#A8A3A3;
  background-color: #342E2A;
  padding: 2px;
}
h3 {
  font-size:11pt;
  line-height:12pt;
  font-family: Arial, Tahoma, Verdana;
  font-weight:normal;
  color:#AB6839;
}
.untertitel {
  font-size:11pt;
  line-height:12pt;
  font-family: Arial, Tahoma, Verdana;
  font-weight:normal;
  color:#AB6839;
}

body {
  font-family: Arial;
  color: #666666;
  font-size: 12px;
  font-weight:normal;
}
