/* --- ALLGEMEINE VORGABEN ---------------------------------------------------------------------- */

@charset "utf-8";

* {
    margin: 0; padding: 0; }

html, body {
    margin: 0 0 20px 0; padding: 0;
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    color: #000; background: #eee url(bilder/hg.jpg) no-repeat fixed top center; }

img {
    border: none; }


/* --- UMGEBENDER RAHMEN ------------------------------------------------------------------------ */

#rahmen {
    position: absolute;
    left: 50%;
    width: 940px;
    margin: 0 0 0 -470px; padding: 0;
    background: #f1ede2;
    border: 1px solid #873729; border-top: none;
    -moz-box-shadow: 0 0 10px 0 #555; -webkit-box-shadow: 0 0 10px 0 #555; box-shadow: 0 0 10px 0 #555; }


/* --- SEITENKOPF und HAUPTMENUE ---------------------------------------------------------------- */

#kopf {
    height: 140px; overflow: visible;
    background-color: #fff; }

#inhalt {
    padding: 27px 36px;
    margin-top: 2px;
    font-size: 1em;
    background: #f1ede2; }

#inhalt h1 {
    width: 100%; margin-bottom: 1.2em;
    font: bold 1.4em "Palatino Linotype", "Times New Roman", Times, Roman, serif;
    color: #873729; }
#inhalt h2 {
    width: 100%; margin-bottom: 1em;
    font: bold 1.2em "Palatino Linotype", "Times New Roman", Times, Roman, serif;
    color: #873729; }
#inhalt h3 {
    width: 100%; margin-bottom: 1em;
    font: bold 1em "Palatino Linotype", "Times New Roman", Times, Roman, serif;
    color: #873729; }

#inhalt p {
    width: 100%; margin-bottom: 1em;
    font: normal 0.8em Verdana, Arial, Helvetica, sans-serif; text-align: left; line-height: 1.4em;
    color: #000; }

#inhalt a {
    color: #873729; text-decoration: underline; }
#inhalt a:hover {
    color: #c39b94; }

#inhalt table {
    width: 100%; }
#inhalt td {
    vertical-align: top;
    font: normal 0.8em Verdana, Arial, Helvetica, sans-serif; text-align: left; }
#inhalt td.bild {
    font: normal 0.6em Verdana, Arial, Helvetica, sans-serif; text-align: right;
    color: #888; }
#inhalt td.titel {
    font-size: 1em; }
#inhalt td.zusatz {
    width: 37%;
    padding-left: 4%; }
#inhalt table.logos {
    width: 100%; padding-top: 0.8em;
    border-top: 1px solid #873729; }
#inhalt table.logos td {
    font-size: 0.8em; }

#inhalt input {
    font: normal 1em Verdana, Arial, Helvetica, sans-serif; text-align: left; }
#inhalt input:hover {
    background-color: #def; }
#inhalt input:focus {
    background-color: #def; }

#inhalt span {
    color: #873729; }
#inhalt span.betont {
    font-weight: bold; }

#inhalt .bild {
    float: right; margin: 0 0 18px 18px;
    font: normal 0.6em Verdana, Arial, Helvetica, sans-serif; text-align: right;
    color: #888; }

#inhalt img.link {
    vertical-align: baseline; margin-bottom: -1px; }

#copy {
    height: 10px;
    margin: 0 0 -50px 0; padding: 0 0 40px 0; }