html, body {
    font-family: verdana, helvetica, arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

body {
    background: url(../bilder/hintergrund_gelb.jpg);
}

h1 {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    background: transparent url(../bilder/lhs_kopf.png) no-repeat top center;
    display: block;
}

h1 span {
    display: none;
}

#navigation {
    width: 200px;
    height: 330px;
    background: url(../bilder/hintergrund_blau.jpg);
    position: absolute;
    top: 50px;
    left: 20px;
}

#navigation ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#navigation ul li {
    height: 70px;
    width: 200px;
    vertical-align: middle;
    border-bottom: 1px solid #9999cc;
}

#navigation ul li a {
    background: url(../bilder/hintergrundNavigation.png) no-repeat top right;
    text-decoration: none;
    height: 45px;
    width: 200px;
    padding-top: 25px;
    display: block;
    font-weight: bolder;
}

#navigation ul li a:hover {
    background: url(../bilder/hintergrundNavigationHover.png) no-repeat top right;
    width: 200px;
    height: 45px;
}

#navigation ul li a span {
    padding-left: 20px;
}

#untermenue {
    margin-top: 345px;
    margin-left: 20px;
    font-size: 10px;
}

#untermenue ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#untermenue ul li {
    height: 40px;
    width: 200px;
    vertical-align: middle;
    border-bottom: 1px solid #9999cc;
    background-color: #e0e0ff;
}

#untermenue ul li a {
    text-decoration: none;
    height: 20px;
    width: 200px;
    padding-top: 13px;
    display: block;
    padding-left: 30px;
    font-weight: bolder;
}

#untermenue ul li a:hover {
    width: 170px;
    height: 27px;
    background-color: #ccccff;
}

#bereich {
    width: 100%;
}

#inhalt {
    background: url(../bilder/hintergrund_rot.jpg);
    margin-right: 25px;
    margin-left: 25px;
    margin-right: 25px;
    position: absolute;
    top: 50px;
    left: 250px;
    right: 250px;
    bottom: 50px;
    border: 1px solid #ffaaaa;
    padding: 10px;
    font-size: 12px;
    overflow: auto;
    line-height: 1.5em;
}

#inhalt #startbild {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

#inhalt .textoben, #inhalt .textunten, #inhalt .textmitte {
    width: 90%;
    text-align: justify;
    height: 110px;
    margin-left: 10px;
}

#inhalt .textmitte {
	height: 160px;
}

#neues {
    position: absolute;
    top: 50px;
    right: 25px;
    width: 200px;
    height: 300px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
}

#neues .neuesUeberschrift {
    width: 195px;
    font-weight: bolder;
    color: #666666;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

.neuesInhalt {
    width: 195px;
    color: #666666;
    padding: 5px;
    font-size: 10px;
    background-color: #eeeeee;
}

#footer {
    position:absolute;
    bottom: 10px;
    font-size:10px;
    width: 100%;
    height: 20px;
    text-align: center;
}

.floatBildLinks {
    border: 0px;
    margin: 5px;
    float: left;
}

.floatBildRechts {
    border: 0px;
    margin: 5px;
    float: right;
}