#container {
color: #000;
width: 800px;
}
#inhalt {
position: absolute;
top: 200px;
left: 270px;
margin: 0;
width: 500px;
line-height: 140%;
}
#inhalt p img {
padding: 2px;
border: 1px;
color: #aaa;
float: right;
}
#inhalt a {
text-decoration: none;
color: #000;
font-weight: normal;
}
#inhalt a:hover {
text-decoration: underline;
}
#rechtespalte {
position: absolute;
top: 300px;
left:  800px;
width: 170px;
margin-top: 10px;
}
#navi {
position: absolute;
top: 200px;
left: 270px;
width: 500px;
background: #ddd;
}
#navi li {
display: inline;
}
#navi a {
text-decoration: none;
padding: 3px 20px;
font-weight: bold;
}
#navi a:hover {
text-decoration: none;
background: #ccc;
}
#navifooter {
background: #ddd;
}
#navifooter li {
display: inline;
}
#navifooter a {
text-decoration: none;
padding: 3px 20px;
font-weight: bold;
}
#navifooter a:hover {
text-decoration: none;
background: #ccc;
}
#navilinks {
position: absolute;
top: 200px;
left:  20px;
width: 230px;
background: #ddd;
}
#navilinks li {
display: inline;

}
#navilinks a {
text-decoration: none;
display: block;
padding: 3px 20px;
font-weight: bold;
}
#navilinks a:hover {
text-decoration: none;
background: #ccc;
}
