﻿.aanbiedingContainer
{
     background-image:url(Images/aanbieding.png);
     background-position:left top;
     background-repeat: no-repeat;
     border:solid 0px red;     
     height: 184px;
     width: 548px;
}

.aanbiedingContainer .imgAuto
{
    position:relative;
    margin-left :4px;
    margin-top: 2px;
    width:203px;
    height: 132px;
    text-align: center;    
}
.aanbiedingContainer .imgMerk
{
    position:relative;
    margin-left: 165px;
    margin-top: -17px;
    width:42px;
    height:42px;
    /*background-color:orange;
    border: solid 1px red;*/
    text-align: center;    
}


.aanbiedingContainer .tblAanbieding
{
    position: relative;
    height: 200px;
    margin-top: -175px;
    margin-left: 220px;
    width: 260px;
    height: 175px;  
}
.aanbiedingContainer .tblAanbieding .TekstHeader
{
    font-size:12px;
    font-weight:bold;
    padding-bottom: 8px;
}

.aanbiedingContainer .lblMerkModel
{
    position: relative;
    height: 15px;    
    margin-left: 4px;
    margin-top: 10px;
    width: 160px;    
    font-weight:bold;
    font-size:12px;
    padding:2px;
    color:White;
    padding-left: 4px;
    /*background-color: Yellow;
    border: solid 1px red;   */
}

.aanbiedingContainer .bestelnu
{
    position:relative;
    height:50px;
    width:95px;
    background-image:url(Images/bestelnu.png);  
    background-repeat : no-repeat;
    margin-top: -60px;
    margin-left:440px;    
    cursor:pointer;
}
