body
{
        margin: 0px;
        padding: 0px;
        text-align: center;        
}

div#container
{
        text-align: left;
        width: 980px;
        margin: 0px auto;
        position: relative;
		height: 570px;
}

div#menu
{
        padding-top: 10px;
        float: left;
        width: 260px;
        height: 560px;
        background-color: #4A0001;

}

div#img
{
        text-align: center;       

}

div#img_rechtsboven
{
                width: 150px;
                float: right;

}

div#shopcartlink
{

        position: absolute;
        right: 60px;
        top: 193px;
        width: 160px;
        margin-right:-40px;
        text-align: right;
}

div#content
{
        position: relative;
        float: right;
        padding-top: 10px;
        height: 560px;
        overflow: auto;
        overflow-x: hidden;
        padding-right: 20px;
		margin-right:50px;
        width: 650px;       

}

div#etocom
{
        margin-top: 20px;
        margin-left: 20px;
}

