html,body {
    font-family: "Trebuchet MS", Verdana, Arial !important;
    margin: 0;
    padding: 0;
    background: #e6e6e6;

    position: relative;

    height: 100%;
    min-height: 100%;
}

.error {
    color:red;
}

a, a:visited, a:active {
    color: #c85d14 !important;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


html, body, div, input, form, textarea, select, option {
    font-size: 13px;
    line-height: 22px;
    font-family: "Trebuchet MS",Verdana,Arial !important;
}

h1 {
    height: 24px;
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 24px;
}

h2 {
    font-size: 16px;
    margin-top: 16px;
    line-height: 16px;
    font-weight: normal;
}

#main {
    width: 950px;
    background: url(../img/background.jpg);

    position: absolute;

    height: 650px;

    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: -475px;
}

#footer {
    position: absolute;
    width: 950px;
    top: 580px;
    left: 0px;

    text-align: center;

    color: #f7c35d !important;
    font-size: 11px;
    font-weight: bold;
}
#footer a {
    color: #f7c35d !important;
    font-size: 11px;
    font-weight: bold;
}

#content {
    float: left;
    width: 950px;
    padding: 0px;
    color: #000;
}

#content_titel {
    top: 234px;
    left: 70px;
    position: absolute;
}
#content_titel h1 {
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

#content_main {
    top: 280px;
    left: 70px;
    width: 480px;
    
    height: 265px;
    overflow: auto;
    position: absolute;
    border-right: 2px solid #cfcfcf;
    padding-right: 16px;
    padding-top: 16px;
}


#content_image {
    top: 340px;
    left: 610px;
    width: 235px;

    text-align: center;
    position: absolute;
}

#content h1 {
    color: #000000;
}

#content_vraag {
    height: 70px;
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 24px;
    line-height: 32px !important;
    text-align: center;
}
#content_antwoorden {
    
}

.content_antwoord, .content_antwoord a,.content_antwoord a:hover {
    float: left;
    width: 210px;
    font-size: 60px;
    font-weight: normal;
    line-height: 100px !important;
    text-align: center;
    color: #df6a19 !important;
}

.title {
    color: #ffffff;
}

#logo {
    position: absolute;
    left: 60px;
    top: 140px;
    width: 350px;
    height: 55px;

    cursor: pointer;
}

#button_start {
    width: 235px;
    height: 84px;

    background-image: url(../img/start.jpg);
    background-position: left top;

    cursor: pointer;
}

#button_start:hover {
    background-position: right top;
}

.kieswijzer_info {
    
}
.kieswijzer_info p {
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 14px;
}
.kieswijzer_info h2 {
    margin-top: 0px;
    margin-bottom: 8px;
}
.kieswijzer_info .info {
    color: #585858;
}
.kieswijzer_info .url {
    margin-top: 8px;

}
.kieswijzer_info .url a {

}
.score_info {
    padding: 8px;
    border: 1px solid #e35b07;
}
