#text_holder{
    margin: -5px 0 0 0;
    
}
#text_holder #title {
    display:none;
}

#text_holder #text {
    background:none;
}

#text_holder ul, #content li {
    list-style-type: none;
}

#text_holder li a {
    overflow:auto;
    text-decoration:none;
    line-height:18px;
    color:white;
    font-size:12px;
    font-weight:bold;
    display:block;
    width:100%;
    height:100%;
    padding: 3px 9px;
    background:#F29200;
}

#text_holder li a:link, #text_holder a:visited {
    color: white;
    font-weight:bold;
}

#text_holder li a:hover, #text_holder a:active {
    background: black;
    color:#F29200;
}

#content .titel {
    width: 300px;
    float:left;
}

#content .plaats {
    width: 152px;
}

#content h1 {
    display: block;
    color:white;
    padding-left: 15px;
    background:#DB2F36;
    font-size: 22px;
    line-height: 34px;
    height: 34px;
}
