* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100.1%;
}
body {
  background-color: #090909;
  font-size: 16px;
  font-family: Verdana,Helvetica,sans-serif;
  color: white;
  background-image: url(../hintergrund/hintergrund.png);
  background-position: left top;
}
h2 {
  text-align: center;
  color: #71a311;
  font-size: 110%;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
}
h3 {
  color: #71a311;
  font-size: 105%;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  text-decoration: underline;
  margin-top: 3px;
  margin-bottom: 3px;
}
em {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
i {
  color: white;
  font-style: normal;
}
#alles {
  height: auto ! important;
  min-height: 100%;
  width: 100%;
  float: left;
}
#kopf {
  background:url(../hintergrund/logoe.png) #2B2B2B no-repeat center top;
  height: 150px;
  float: left;
  width: 100%;
}
#logo {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  height: 150px;
}
#inhalt {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  font-size: 100%;
  color: #dddddd;
}
.inhalt-box ul{
margin: 0 auto;
list-style-type:none;
width:90%;
}
.inhalt-box ul li{
text-align:left;
margin-left:10px;
float:left;
}
.inhalt-box .ersterlink{
height:0;
width:0;
visibility:hidden;
font-size:1px;
}
.inhalt-box ul li a em{
text-decoration:none;
color:#f86f19;
margin:0 3px;
min-width:200px;
float:left;
border-bottom:1px solid #ccc;
}
.inhalt-box ul li i{
float:left;
margin-right:5px;
}
.inhalt-box ol{
color:#444;
margin:0;
padding:0;
}
.inhalt-box ul li p{
color:#131313;
font-size:80%;
font-weight:normal;
text-align:center;
margin-top:20px;
width:155px;
}
.inhalt-box {
  margin: 15px 5px 5px 10px;
  float: left;
  width: 750px;
  min-height: 400px;
  font-size: 80%;
}
.inhalt-box p {
  padding: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomright: 5px;
  margin-top: 5px;
  width: 740px;
  float: left;
  margin-bottom: 5px;
  text-align: justify;
}
.inhalt-box p:first-letter {
  font-weight: inherit;
  background-image: url(../bilder/quadrat_klein_1.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 14px;
}
#navigation img{
border:none;
}
.navi-box {
  float: left;
  width: 200px;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 15px;
  font-size: 80%;
  min-height: 400px;
}
.navi-box .container {
  border: 1px solid #999999;
  margin: 5px 5px 5px 4px;
  padding: 4px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: white;
  float: left;
  width: 190px;
}
.navi-box .container b {
  font-size: 80%;
  font-weight: inherit;
  color: #131313;
  text-align: justify;
  float: left;
  width: 186px;
}
.navi-box p{
height:100px;
float:left;
width:100%;
}
.navi-box p a {
  color:#fff;
}
.navi-box p a:hover {
color:#ccc;
}
.navi-box ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style-type: none;
  display: block;
}
#navigation ul li {
  margin-top: 10px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 10px;
  list-style-type: none;
}
#navigation ul li a {
  text-decoration: none;
  color: #666666;
  background-image: url(../bilder/pfeil-grau.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
}
#navigation ul li a:hover {
  color: white;
  background-image: url(../bilder/pfeil-weiss.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.aufheben {
  clear: both;
  height: 135px;
  visibility: hidden;
}
#boden {
  height: 100px;
  background-color: white;
  margin-top: -100px;
  float: left;
  width: 100%;
  color: #71a311;
  font-size: 80%;
  text-decoration: none;
  text-align:center;
}
#boden p {
  margin: 5px;
  font-size: 80%;
  color: #71a311;
  font-weight: normal;
}
#boden p a {
  text-decoration: none;
  color: #71a311;
  font-size: 110%;
}
#boden p a:hover {
  text-decoration: underline;
  color: #333333;
}
.boden{
position:absolute;
width:400px;
top:97%;
right:10px;
}
.boden a{
text-decoration:none;
color:#444;
font-size:80%;
}
.keine_bilder{
margin:70px 0 0 0;
}