
body {
background-color : #ffffff;
font-family : arial;
}
div.leiste_links {
position : absolute;
width : 220px;
height : 600px;
background-image : url(../img/l.png);
left : 0;
top : 50px;
font-family : arial;
color : red;
}
div.ecke {
position : absolute;
left : 138px;
top : 12px;
}
div.logo {
position : absolute;
left : 0;
top : 0;
}
div.affe {
position : absolute;
left : 800px;
top : 60px;
}
div.leiste_oben {
position : absolute;
left : 220px;
top : 0;
background-image : url(../img/o.png);
background-repeat : repeat-x;
height : 100px;
width : 780px;
}
div.content {
position : absolute;
left : 230px;
top : 100px;
width : 790px;
}
div.deckell {
position : absolute;
left : 970px;
top : 0;
}
div.deckelu {
position : absolute;
left : 0;
top : 650px;
}
A:link {text-decoration: bold; color: red;}
A:visited {text-decoration: bold; color: red;}
A:active {text-decoration: bold; color: red;}
A:hover {text-decoration: underline; color: yellow;}

