html, body {
    margin: 0px auto;
    width: 100%;
    background-color: #999999;
    font-family: Arial, Verdana, Helvetica;
    font-size: 12pt;
    color: #000000;
}

a:link {
    color: #000000;
    text-decoration: underline;
}
a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #0000FF;
    text-decoration: underline;
}
a:active {
    color: #000000;
    text-decoration: underline;
}

.div-main {
    margin: 20px auto;
    width: 1570px;
    text-align: center;
}

.div-header {
    position: relative;
    text-align: left;
    background-color: #666666;
}

.div-logo {
    width: 220px;
    height: 82px;
    border: 1px solid #FFFFFF;
}

.img-sonitex {
    width: 218px;
    height: 80px;
    cursor: pointer;
}

.div-body {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.div-menu {
    width: 150px;
    padding-right: 15px;
    background-color: #666666;
    color: #DDDDDD;
}

.div-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.div-menu ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.div-menu ul li:hover {
    background-color: #444444;
}

.div-menu ul li a {
    color: #EEEEEE;
    text-decoration: none;
}

.div-content {
    position: absolute;
    left: 185px;
    top: 0px;
    text-align: left;
    background-color: #EEEEEE;
}

.div-footer {
    text-align: center;
    font-size: 11pt;
    background-color: #666666;
    color: #FFFFFF;
}

.div-footer a {
    color: #FFFFFF;
}

.div-footer a:hover {
    color: #FFFF00;
}

.span-footer-email, .span-footer-tel, .span-footer-adres, .span-footer-bdf {
    white-space: nowrap;
}

.div-header, .div-menu, .div-content, .div-footer {
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #333333;
    -webkit-box-shadow: 5px 5px 5px #333333;
    -webkit-box-shadow: 5px 5px 5px #333333;
    box-shadow: 5px 5px 5px #333333;
}

.div-img-logo {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #000000;
}

.div-img-foto {
    width: 180px;
    height: 240px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #000000;
}

.div-img-foto:hover {
    z-index: 999;
    transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.img-foto {
    width: 180px;
    height: 240px;
}

.div-button-prijsaanvraag {
    width: 304px;
    height: 54px;
    clear: both;
    border: 2px solid #555555;
}

.div-button-prijsaanvraag:hover {
    border: 2px solid #000000;
    background-color: #FFFFFF;
}

.button-prijsaanvraag {
    width: 300px;
    height: 50px;
    cursor: pointer;
}

.div-ligging {
    width: 100%;
    text-align: center;
}

.div-ligging iframe {
    width: 1350px;
    height: 450px;
    border: 2px solid #000000;
}

.div-contact-form {
    display: block;
    width: 720px;
    margin: 0px auto;
}

.div-contact-form-field {
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

.div-contact-form-field label {
    padding-right: 10px;
}

.div-contact-form-field input, .div-contact-form-field textarea {
    width: 600px;
}

.div-contact-form-field textarea {
    height: 300px;
    min-height: 200px;
    resize: vertical;
}

.div-contact-form-field-submit {
    margin-top: 15px;
    text-align: center;
}

.div-contact-sending {
    display: none;
    width: 100%;
    font-size: 14pt;
}

.div-contact-success {
    display: none;
    width: 100%;
    font-size: 14pt;
}

.div-contact-error {
    display: none;
    width: 100%;
    text-align: left;
    font-size: 14pt;
    font-weight: bold;
    color: #FF0000;
}