
html, body     {
           margin:0;
           padding:0;
}
body {
           font: 100.01%;
           font-family: Century Gothic, Arial, Helvetica;
           font-size: 1.2em;
           line-height: 1.0em;
           color: #604420;
           background-color: #DCDEDF;
           color: #604420;
           text-align: center;
}

a:link {text-decoration: none; color: #604420; }
a:visited {text-decoration: none; color: #604420;}
a:hover {text-decoration: none; color: #CC0033;}
a:active {text-decoration: none; color: #604420;}


#container {
           width: 960px;
           height: 1000px;
           text-align: left;
           margin: 0 auto;
}

#titel {   background-color: #DCDEDF;
           height: 50px;
           }
#inhalt {
           background-color: #DCDEDF;
           color: #604420;
           height: 950px;
           margin-top: 10px;
           font-size: 0.8em;
           text-align: center;
}

#inhalt p.titel {text-align: left; padding-left:1em; margin-top:30px;}

#inhalt h2 {
           margin: 0 0 0 25px;
           padding-top: 1em;
           text-align: left;
}
#inhalt h3 {
           margin: 0 0 0 25px;
           padding-top: 1em;
           text-align: left;

}
#inhalt    a:link {
           color: #604420;
           text-decoration: none;
}
#inhalt    a:hover {
           color: #CC0033;
           text-decoration: none;
}


#navigation {
           background-color: #DCDEDF;
           color: #604420;
           height: 100px;
           padding: 0.8em;
           font-size: 0.8em;
           text-align: left;

 }

#navigation a:link {
           color: #604420;
           text-decoration: none;
}
#navigation a:hover {
           color: #CC0033;
           text-decoration: none;
}







