#contact_menu {
    float: left;
    width: 305px;
}

#contact_form {
    width: 405px;
    margin-left: 12px;
    float:left;
}

#contact_form h1, #contact_menu h1{
   background:#DB2F36 none repeat scroll 0 0;
   color:white;
   display:block;
   font-size:19px;
   line-height:37px;
   padding-left:19px;
   margin-bottom: 12px;
}

#contact_form form {
    font-size: 12px;
    padding: 30px 40px;
    background: #F18C03;
}

#contact_form form .text, #contact_form form select, #contact_form form textarea,#contact_form form .select {
    width: 95%;
    border-left:2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC;
}

#contact_form form p {
    /*color: #EBC474;*/
    color:black;
}

#contact_form form .submit{
    border:1px solid black;
    color:white;
    font-weight:bold;
    background:black;
    width:100px;
    line-height: 20px;
}


#contact_form form label {
    margin: 0 8px;
    font-weight: bold;
}

#contact_form form ul, #contact_form form li {
    list-style-type:none;
}

#contact_menu dl {
    padding: 15px 0px;
    margin:0px;
    width: 100%;
    background: black;
    font-size: 13px;
}

#contact_menu dl.first {
    padding-top: 30px;
}

#contact_menu dd.last, #address_holder a {
    line-height: 12px;
    padding: 0 14px;
    background: black url('img/arrow_black_red.gif') no-repeat;
}

#contact_menu dt,#contact_menu dd {
    padding: 0 3px;
    margin: 0 40px;
    /*width: 217px;*/
}

#contact_menu dt {
    line-height: 22px;
    margin: 0 40px 10px 40px;
    font-weight:bold;
    color: white;
    background-color:#F18C03;
}

#contact_menu dd {
    color: #C0C0C0;
}

#contact_menu dd a , #address_holder a {
   /* display:block;*/
    text-decoration:none;
    color:#C3373F;
}

/* vervolg */
#address_holder a {
    display:block;
}

#content #text {
    color:black;
    background: none;
}

#text {
    border-bottom:1px solid #C0C0C0;
}

.submenu #text {
    padding: 9px 0px 26px 0px;
}

#text address {
    display:none;
}

#address_holder {
    padding:0 15px;
    font-size: 13px;
    color:#C0C0C0;
}

.buttonbar {
    padding-top: 25px;
    font-size:12px;
    width:100%;
    overflow:hidden;
}

.buttonbar a {
    text-decoration:none;
    line-height:12px;
    margin:0 5px;    
}

.buttonbar a.back {
    background: white url(img/arrow_white.gif) no-repeat;
    padding: 0 15px;
    color:#DA2F35;
    float:left;
}

.buttonbar a.sendit {
    background: white url(img/arrow_transparent_orange.gif) no-repeat;
    padding: 0 15px;
    color:#F89000;
    float:right;
}

.buttonbar a.print {
    background: white url(img/arrow_transparent_orange.gif) no-repeat;
    padding: 0 15px;
    color:#F89000;
    float:right;
}

