#background {
background : #ffffff;
margin : 20px auto;
padding : 10px 10px 3px;

width : 800px;
}

#navigation {
background : #ffffff;
float : left;
font : 12px Arial;
left : 200px;
margin-bottom : 10px;
margin-top : 20px;
text-align : left;
top : 50px;
vertical-align : top;
width : 180px;

}
#content {
float : right;
font : 12px Arial;
margin-bottom : 10px;
margin-top : 10px;
padding : 10px;
width : 600px;
vertical-align : top;

}

#footer { font-size: 10px; text-align: center; padding: 5px 5px; }


#banner {
background : url(images/Banner.jpg) repeat;
height : 166px;
width : 800px;
}
li {
list-style-type : none;
}
ul {
margin : 0 0 10px;
padding : 0;
}
h3 {
background : #ffce01;
border : 1px solid #fff;
color : #fff;
font-size : 1em;
height : 24px;
left : 200px;
line-height : 24px;
padding-left : 5px;
top : 50px;
vertical-align : top;
}
img {
border : none;
}
a:visited, a {
color : #000;
text-decoration : none;
}
a:hover {
color : #454545;
font-size : 12px;
font-weight : 700;
text-decoration : underline;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px BLACK;
 border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

#text {
        text-align:left;
        valign:top;
        font-size:12px;
        color:#000;
}
#subnavi {
        text-align:left;
        font : 13px Arial;
        color:#000;
}