body {
  padding:0px;
  margin:0;
  background-color:white;
  font-family:verdana,arial,sans-serif;
  font-size:11pt;
  text-align:center;
}

#seite {
  width:930px;
  margin-top:15px;
  margin-right:auto;
  margin-bottom:5px;
  margin-left:auto;
  padding:20px;
  background-color:white;
  color:rgb(0,127,0);
  text-align:left;
  border:2px solid silver;
}


#kopfleiste{
  height:100px;
  padding:0px;
  margin:0px;
  background-color:white;
 }

#logo{
  float:left;
}

#bildoben{
  float:right;
}


#menue {
  background-color:white;
  width:200px;
  float:left;
  font-size:11pt;
  font-weight:normal;
  text-decoration:none;
  padding:40px 0 0 10px;
  line-height:2.0em;
}
#menue ul {
  list-style-type:none;
  margin:0;
  padding:0;
  border:none
}
#menue li {
  margin:0;
  padding:0 0.5em 0 0.25em;
  display:block;
  color:rgb(0,127,0);
  }

#menue a:link {
  color:rgb(0,127,0);
  text-decoration:none;
}
#menue a:visited {
  color:rgb(153,204,0);
  text-decoration:none;
}
#menue a:focus {
 color:rgb(0,130,255);
 text-decoration:underline;
}
#menue a:hover {
 color:rgb(0,130,255);
 text-decoration:underline;
}
#menue a:active {
  color:rgb(0,127,0);
  text-decoration:none;
}

#menue .auswahl {
  color:rgb(0,130,255);
  font-weight:bold;
  text-decoration:none;
}
#inhalt {
  background-color:white;
  margin:0px 5px 0px 5px;
  padding:0 0 0 200px;
  line-height:1.7em;
}
#inhalt h1{
  font-size:18pt;
  color:rgb(0,127,0);
  font-weight:bold;
  text-align:center;
}

#inhalt a:link {
  text-decoration:none;
    color:rgb(0,127,0);
}
#inhalt a:visited {
  text-decoration:none;
  color:rgb(153,204,0);
}
#inhalt a:focus {
  text-decoration:underline;
    color:rgb(0,130,255);
}
#inhalt a:hover {
  text-decoration:underline;
  color:rgb(0,130,255);
}
#inhalt a:active {
  text-decoration:underline;
   color:rgb(0,127,0);
}
#inhalt b{
  font-size:14pt;
}
#inhalt table{
color:rgb(0,127,0);
}
#inhalt tr{
  height:30px;
}
.boxlinks{
  width:285px;
  height:190px;
  float:left;
  margin:0px 0px 5px 0px;
  border:1px solid rgb(153,204,0);
}

.boxrechts{
  width:285px;
  height:190px;
  float:right;
  margin:0px 0px 5px 0px;
  border:1px solid rgb(153,204,0);
}

.boxkopfleiste{
  background-color:rgb(153,204,0);
  color:white;
  height:1.5em;
  margin:0px;
  padding:2px 5px 2px 10px;
  font-weight:bold;
}
.boxtext{
  padding:10px 5px 2px 10px;
  float:left;
  color:rgb(0,127,0);
  font-size:10pt;
  }
.preis{
  font-size:8pt;
  float:right;
  padding:0 5px 0 0;
  text-align:right;
}

.preis b{
  font-size:18pt;
  font-weight:bold;
}
#fussleiste{
  height:100px;
  padding:0px;
  margin:0px;
  background-color:white;
 }
#bildunten{
  float:left;
  margin:0 50px 0 0;
}
#untenrechts{
  padding:10px 0 0 50px;
  font-size:13pt;
  line-height:1.5em;
}


#copyright{
  clear:both;
  font-size:9pt;
  text-align:center;
  margin:0;
  padding:15px 0 0 0;
}
#copyright a:link {
  color:rgb(0,127,0);
  text-decoration:none;
}

#copyright a:hover {
  color:rgb(0,130,255);
  text-decoration:underline;
}
