#totaal_kader
{
    background-image: url(img/calc.jpg);
    background-position: 168px;
    background-repeat: no-repeat;
	background-color: #9CDFE2;	
    height: 128px;
    width: 260px;
    position: relative;
	top: 10px;
    left: 10px;
	float: left;
}

/* ------------------------------------------------------------------------------------------------------------ */

#links
{
    width: 70px;
    text-align: right;
    float: left;
    position: relative;
    top: 10px;
    font-weight: bold;
    color: #000033;
    font-size: 12px;    
}

#knop_shoppen
{
    width: 150px;
    height: 50px;
    position: relative;
    top: -8px;
    left: 4px;
}

#knop_order
{
    width: 150px;
    height: 50px;
    position: relative;
    top: 18px;
    left: 4px;
}

div.calc
{
    width: 80px;
    text-align: right;
    float: left;
    position: absolute;
    right: 14px;
    top: 30px;
    font-weight: bold;
    color: #8D2B00;
    font-size: 12px;
}
