
/*Layaut der Seite*/
/*Der Wrapper umfasst die Gesamte Internetseite*/
#Wrapper
{
position:relative;
width:1000px;
}

/*Festlegung des Logos*/
#Logo
{
position:relative;
width:1000px;
border-bottom:1pt solid #000000;
}
/*Das Content beinhaltet die Navigation und Den Inhalt der HP*/
#Content
{
clear:both;
width:1000px;
position:relative;
}

#Links
{
position:relative;
width:209px;
float:left;
border-right:1pt solid #000000;
}



#Rechts
{
position:relative;
width:765px;
float:right;
margin-right:11px;
}

#Oben
{
position:relative;
width:978px;
margin-left:11px;
margin-bottom:5px;
}
