body {
    background-color:#F7F7F7;
    padding:5px;
}
div#aussenrahmen {
    margin:0px auto;
    width:900px;
    background-color:#FFFFFF;
}
div#header {
    width:100%;
    height:100px;
    background-image:url(bilder/header.jpg);
    background-position:top center;
    background-repeat:no-repeat;
}
div#menu {
    width:100%;
    text-align:center;
    margin-top:5px;
    font-family:Verdana;
    font-size:13px;
    background-color:#F7F7F7;
}
div#menu:hover {

}
div#menu a {
    color:black;
    text-decoration:none;
    padding:0px 3px;
    font-weight:bold;
}
div#menu a:hover {
    text-decoration:underline overline;
}
div#infozelle {
    text-align:center;
    vertical-align:middle;
    background-color:white;
    float:left;
    width:206px;
    height:520px;
    padding:0px;
    margin:10px;
    overflow:hidden;
}
div#zufallsbilder {
    background-image:url(bilder/infozelle.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    text-align:center;
    width:127px;
    height:520px;
    padding:0px;
    margin:10px;
    float:right;
}
div#inhalt {
    padding:0px;
    margin-top:10px;
    font-family:Verdana;
    font-size:12px;
    text-align:justify;
}
div#inhalt h1 {
    font-size:14px;
    text-align:center;
}
div#inhalt p {
    margin:12px 170px 12px 240px;
}
div#footer {
    clear:both;
    background-image:url(bilder/footer.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    width:900px;
    height:50px;
    text-align:right;
}
div#footer a {
    font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    color:#FEFF01;
    text-decoration:none;
    margin-right:30px;
}
q {
    quotes:"\201E" "\201C" "\201A" "\2018";
    font-family:Verdana;
    font-size:12px;
    font-style:italic;
}
q:before {
    content:open-quote;
}
q:after {
    content:close-quote;
}
p#zitat {
    text-align:right;
}
fieldset {
    width:400px;
   margin:12px 170px 25px 240px;
}
legend {
    font-weight:bold;
}
label {
    font-family:Verdana;
    font-size:13px;
    font-weight:normal;
    display:block;
    margin-top:3px;
    width:100px;
    height:20px;
    float:left;
    vertical-align:baseline;
}
input, textarea {
    border:1px solid black;
    font-family:Verdana;
    font-size:13px;
    width:250px;
}
input#button {
    margin-top:4px;
    background-color:#0A50FE;
    width:150px;
    font-weight:bold;
    color:#FFFFFF;
}
div#nachricht {
    border:1px solid black;
    font-weight:bold;
    font-size:13px;
    padding:15px;
    margin:12px 170px 25px 240px;
}
div#beschriftung_untermenu {
    float:left;
    width:170px;
    padding:5px;
    border:1px solid #0000FE;
    margin-right:10px;
    margin-bottom:10px;
}
div#beschriftung_untermenu a {
    text-decoration:none;
    font-weight:bold;
    color:black;
}
div#beschriftung_untermenu a:hover {
    text-decoration:underline;
}
div#neuigkeiten {
    margin:20px 170px 25px 240px;
    border:2px dotted #0000FE;
    text-align:center;
    font-weight:bold;
    font-size:14px;
}
.zufallsbild {
    border:1px dotted black;
    margin-bottom:5px;
}