/* CSS Document */

/* Einstellungen des Betriebssymbol*/

 
body {background-color:#DC0900;}

div.first{position:absolute;top:20px;left:20px;width:700px;height:2000px}

#header{position:absolute;top:0px;left:400px;}


/* Einstellungen der Navigationsleiste */


#nav{
position:absolute;top:500px;left:50px;background-color: #F7FFC3;
padding: 4px 0;
border-top: 3px solid #668BCC;
border-bottom: 3px solid #668BCC;
margin: 0;
}

#nav li {
display:inline;
list-style-type:none;
}

#nav li a {
background: #676f7a url(nav-bg-l.jpg) top left no-repeat;
color: #DFE1E2;
float: left;
padding: 0 0 0 5px;
}

#nav li a span {
background: #676f7a url(nav-bg-r.jpg) top right no-repeat;
color: #DFE1E2;
float: left;
padding: 15px 20px 15px 15px;
}

#nav li a:hover span {
background-position: 100% -92px;
color: #fff;
}

#nav li a:hover {
background-position: 0 -92px;
color: #fff;
}

#Suche
{position: absolute;
left:100px;
top:1100px;

}

#Suche2
{position: absolute;
left:100px;
top:1130px;

}

#Suche3
{position: absolute;
left:100px;
top:1160px;

}

/* Einstellungen f r Text- und seitliche Ansichten */

#article{position:absolute;top:580px;left:45px;width:750px;height:95px;text-align:center;border-bottom:2px solid gray}
#section{position:absolute;top:630px;left:25px;width:750px;height:775px;padding:25px;}
#sidebar{position:absolute;top:605px;left:805px;width:350px;height:900px;border-left:2px solid gray;}
#footer{position:absolute;top:805px;left:25px;width:500px;height:50px;}