* {
    margin:0;
    padding:0;
    font-family:futura, arial, tahoma, verdana, sans-serif;
}
html {
    background:#FFFFFF;
}
body {
    text-align:center;
    width:800px;
    margin:auto;
    padding-top:20px;
}
div#kopf {
    background:#FFFFFF url(../img/usoni.jpg) no-repeat -6px 0px;
    margin-bottom:20px;
    padding-top:66px;
    width:800px;
    height:26px;
    border-top:3px solid black;
    border-bottom:3px solid black;
}
div#kopf p {
    width:800px;
    height:24px;
    background:url(../img/usoni_motto.gif) no-repeat right top;
    text-indent:-999em;
}

div#navigation {
    background:white;
    width:800px;
    height:23px;
    border-top:3px solid black;
    border-bottom:3px solid black;
}
div#navigation ul {
    list-style:none;
    height:24px;
    float:left;
    width:650px;
}
div#navigation ul#rechts {
    width:150px;
}
div#navigation ul li {
    float:left;
    height:24px;
    padding:0px 20px;
}
div#navigation ul#rechts li {
    width:110px;
}
div#navigation a {
    font-size:0.9em;
    line-height:24px;
}

div#inhalt {
    height:570px;
    text-align:left;
    clear:both;
}
div#inhalt div {
    color:black;
}
div#inhalt h1 {
    font-size:15pt;
    font-weight:bolder;
    text-align:center;
}
div#inhalt p {
    text-align:center;
    color:black;
    font-size:10pt;
    padding:5px;
}

div#fuss {
    clear:both;
    background:#FFFFFF;
    margin-top:20px;
    text-align:center;
    border-top:3px solid black;
    font-size:9pt;
}
a {
    text-decoration:none;
    color:black;
}
div#inhalt a {
    text-decoration:underline;
}
div#inhalt a:hover {
    text-decoration:none;
    color:#6666FF;
}

