#menuWrap{display: none;} 


/*****
    standaarden
**************/
p{
    color: #273588; 
    font-size: 11px; 
    line-height: 140%; 
    font-family: arial; 
    text-decoration: none;
    margin: 0px 0 0px 0;
}

.txt_blauw{
    color: #273588; 
    font-size: 11px; 
    line-height: 140%; 
    font-family: arial; 
    text-decoration: none;
    margin: 0px;
}

.textinput  { 
    width: 200px; 
}

textarea {
    width: 200px;
}

/*
    Content
****************/

#contentHeader{width: 530px; background-color: #273588; margin: 3px 0 0px 0; float: left;}

#contentMerken{float:left;}

.merkWrap {
    width:530px; 
    border-bottom: 4px solid #DBDEEB;      
    overflow: hidden;
    float: left;
}

merkWrap h2{
        float:left;
        margin: 10px 0 10px 0 ;
        color: #495AA3;
        font-weight: bold;
        display: block;
        width: 360px;
    }

.merkThumb{
    width:150px;
    height: 120px;
    float:left;
    margin-right: 10px;
}

.merkHref { 
    color: #8d7540; 
    font-size: 10px; 
    line-height: 120%; 
    font-family: verdana; 
    text-decoration: none; 
    float:right; 
    margin:10px 0 10px 0;
}

#contentPlaatjes{width: 530px; margin: 3px 0 3px 0; overflow: hidden; float: left;}

    .contentThumbLinks{margin-right: 2px; float: left;}
    .contentThumbLinks img{height: 260px; width: 245px;}
    
    .contentThumbRechts{float: right;}
    .contentThumbRechts img{height: 260px; width: 283px;}
    
#contentGegevens{width:490px; background-color: #D4D7E7; padding: 10px 20px 20px 20px; float: left;}

#contentHomeFlash{width: 530px; height: 260px; border: 1px solid red;}  



