*{
  margin:0px;
  padding:0px;

}

html{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1em;
  color:#04541e;
  text-align:center;
  background:white url(../bilder/background_main4.jpg) bottom center repeat-x;
}

#header{
  margin:auto;
  text-align:center;
}

#top_menue{
  width:80%;
  text-align:center;
  margin:auto;
}
#t_menue li{
  list-style:none;
  display:inline;
  }

#content{
/*  text-align:left;*/
width:60%;
margin:auto;
}
#content li{
  list-style:decimal;
  }
  

#menue{
  width:200px;
  margin-left:15px;
  float:left;
  }

#disclaimer{
  font-size:0.7em;
  text-align:left;
  
  }


#left{
  text-align:left;
}
#left h1,h2,h3,h4,h5{
  text-align:center;
  }
li{
  list-style:none;
}

a:link{
  color:#024418;
}
a:visited{
  color:#012e10;
}
a:hover{
  color:#036022;
  }

#footer{
  width:200px;
  margin:auto;
  border:2px groove #04541e;
  text-align:center
  padding:5px;
  }