/* CSS Document */


 
body {
    background-image: url("EDEKA_Suedwest1.jpg");
    background-repeat: no-repeat;
    background-position: 500px 500px;
    
}

div.first{position:absolute;top:20px;left:20px;width:1500px;height:2000px}

#header{position:absolute;top:0px;left:25px;}





#nav{
position:absolute;top:285px;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;

}


#article{position:absolute;top:150px;left:45px;width:750px;height:75px;text-align:center;border-bottom:2px solid gray}
#section{position:absolute;top:225px;left:25px;width:750px;height:775px;padding:25px;}
#sidebar{position:absolute;top:150px;left:795px;width:350px;height:950px;border-left:2px solid gray;}
#footer{position:absolute;top:800px;left:25px;width:900px;height:50px;}