body
{
background-color : #0B01B8;
font-family : arial, sans-serif;
font-size : 12px;
}
div#main
{
width : 800px;
height : 580px;
border : solid 1px #ffff00;
margin : auto;
}
div#kopf
{
float : left;
background-image : url(pic/shop_titel.gif);
background-repeat : no-repeat;
width : 800px;
height : 60px;
}
#wkorb
{
float : right;
margin-top : 20px;
margin-right : 20px;
}
#wkorb a
{
text-decoration : none;
color : #ffffff;
font-weight : bold;
}
#wkorb a:hover
{
color : #ffff00;
}
div#content
{
float : left;
width : 700px;
height : 460px;
margin-left : 30px;
background-color: #cccccc;
overflow : auto;
padding : 20px;
}
h1
{
font-size : 14px;
}