.list-inschrijven-nac{
    position: relative;
    float: left;
    display: block;
    width:420px;
}

.inschrijven-nac{
    position:relative;
    float:left;
    display:inline;
    width:210px;
    height: 25px;
    margin:0px;
    padding:0px;
    list-style-type: none;
    text-decoration: none!important;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#zoek-form-adressen{
    display: inline;
    float: right;
    position: relative;
    width: 200px;
}

#zoekwoord-adressen{
    position: relative;
    float: right;
    display: inline;
    color: #b6b6b6;
    font-size: 11px;
    width: 110px;
    height: 21px;
    margin: 5px -4px 0px 26px;
    padding-left: 7px;
    border: 0;
    background-image: url(../images/zoekbox-bg.png);  
    background-repeat: no-repeat;
    background-position: top left; 
}

#zoekbutton-adressen{
    position: relative;
    float: right;
    width: 29px;
    height: 26px;
    top: 4px;
    right: 0px;
    margin-left: 0px;
    border: 0 none;
    outline: medium none;
    background-color: transparent;
    background-image: url("../images/search-button.png");
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
}


.demo-informatie{
    position: absolute;
    left:-215px;
    top:50px;
    width:185px;
    height:400px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 22px;
}

.demo-informatie h1{
    font-size:26px !important;
}