* {
margin: 0; 
padding: 0;
}
body {
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #10560b;
text-align: center;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0 none;
}
h1, h2, h3 {
font-family: Arial, Geneva, sans-serif;
color: #fff;
background: transparent;
}
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.2em;
}
p, li {
font-size: 0.80em;
}
p {
line-height: 140%;
}
ul {
list-style-type: square;
}
#container {
text-align: left;
position: relative;
width: 900px;
color: #000;
background-color:#f78316;
margin: 0 auto;
margin-top:40px;
border:2px solid #94ac10;
}
#header {
background: #545454;
}
#oben{
height:85px;}

#navi{
height:35px;
background-color:#94ac10;
border-bottom:5px solid #10560b;}

#main {
background:#f78316 url(../pix/Linse.jpg) no-repeat bottom left;
height:606px;
}

blockquote {
color:#cc0066;
font: bold 1.4em Arial, Helvetica, sans-serif; 
}
#content {
overflow:auto;
height: 605px;
width:881px;
margin: 0 460px 0 20px;
}
#content h2, #content h3 {
margin: 15px 0;
}
#content p {
margin: 10px 0;
}
#content ul {
margin: 10px 25px;
}
#content li {
padding: 3px 0;

}
#footer{
height:25px;
width:900px;
background-color:#545454;
position:relative;
bottom:0px;}

#foddo{
position:absolute;
top: 0px;
right: 0px;
}
  
/* Klassen */

.teaser {
font-weight: bold;
}
.nowrap {
white-space: nowrap;
}
