/* globale Einstellungen */
div#kopf{
 position:absolute;
 left: 50px;
 bottom:0%;
 width:902px;
 height:424px;
 background:#fdd405; 
}
div#schwanz{
 position:absolute;
 right: 0%;
 bottom:0%;
 width:70%;
 height:151px;
 background:#633317; 
}
.yellowlink:link {color:#fdd405; text-decoration:none}
.yellowlink:visited {color:#fdd405; text-decoration:none}
.yellowlink:active {color:#fdd405; text-decoration:none}
.yellowlink:hover {color:#fdd405; text-decoration:underline}
.font_gelb{
 font-family:Helvetica;
 line-height:1.0em;
 color:#fdd405;
 font-weight:100;
 font-size:12px;
}
div#logo{
 position:absolute;
 right:5%;
 top:5%;
 width:150px;
 height:72px;
 background:transparent;
}
div#verlinkungen{
 position:absolute;
 left: 260px;
 bottom:10px;
 width:800px;
 height:30px;
 background:transparent;
}
/* Startseite */
div#top{
 position:absolute;
 left: 260px;
 bottom:170px;
 width:200px;
 height:45px;
 background:transparent; 
}
div#bottom{
 position:absolute;
 left: 260px;
 bottom:40px;
 width:800px;
 height:90px;
 background:transparent;
}
/* Impressum */
.brownlink:link { color:#633316; text-decoration:none; }
.brownlink:visited { color:#633316; text-decoration:none; }
.brownlink:active { color:#633316; text-decoration:none; }
.brownlink:hover { color:#633316; text-decoration:underline; }
div#inhalt{
 position:absolute;
 left: 260px;
 bottom:140px;
 width:700px;
 height:50px;
 background:transparent; 
}
.font_braun{
 font-family:Helvetica;
 line-height:1.0em;
 color:#633316;
 font-weight:100;
 font-size:12px;
 letter-spacing:0px;
}