body {
    font-size: 13px;
    font-family: Arial;
    color: #666666;
}

header {
    padding: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    color: #666666
}

.row {
    margin: 0;
}

.buttonheader {
    text-align: right;
}

#loadscreen {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none
}

.infospan {
    display: inline;
    line-height: 27px;
    font-weight: bold;
    font-size: 14px;
}

.absoluteCenter {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    color: #fff
}

.addthis_toolbox {
    float: right
}

.red_text {
    color: #FF0000
}

.green_text {
    color: #62a60a
}

a {
    outline: none;
    text-decoration: none;
    color: #059BD8;
}

a.underline {
    text-decoration: underline
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.divider {
    margin: 5px;
}

.textBox {
    margin-top: 15px;
    font-size: 15px
}

.textBox li {
    margin-left: 30px;
    list-style-type: disc
}

.boxedText {
    font-size: 15px
}

.extra {
    margin-top: 30px
}

.button.small {
    border-radius: 1px;
    padding: 7px 15px 7px 15px;
}

.button.green {
    background: green;
    border: 1px white solid;
}

.button.blue {
    background: #059BD8;
    border: 1px white solid;
}

.tagcloud {
    line-height: 35px;
    text-align: center;
}

.tagcloud .tagbox {
    display: inline-block;
    padding: 0 0 8px 0;
}

.tagcloud .tagbox .titel {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 8px
}

.tagcloud .tag {
    float: left;
    margin-right: 4px
}

.tagcloud a {
    color: #999
}

.tagcloud a:hover {
    color: #059BD8
}

.socialbox {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.socialbox .box {
    display: inline-block;
}

#topline {
    background: #666666;
    padding: 10px 0;
    /*height: 46px;*/
    overflow: hidden;
}

#topline a {
    color: #FFFFFF;
}

#topline p {
    float: left;
    color: #fff;
    padding: 0;
    margin: 4px 0 0 0;
}

#topline ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#topline ul li {
    display: inline;
    margin: 0 8px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #999999;
}

#topline ul li.last .inloggen {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
    background: -moz-linear-gradient(center top, #77d42a 5%, #5cb811 100%);
    background-color: #77d42a;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #268a16;
    display: inline-block;
    color: #ffffff;
    font-family: "Arial Black";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 27px;
    line-height: 27px;
    width: 109px;
    text-decoration: none;
    text-align: center;
}

#topline #topmenu {
    float: left;
    text-transform: uppercase;
    margin-left: 20px;
}

#topline .loginbox {
    width: 200px;
    height: 150px;
    position: absolute;
    z-index: 10000;
    margin: 0 auto;
    right: 0;
    top: 38px;
    padding: 15px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #B0A9AB;
    background-color: #fff;
    -webkit-box-shadow: #B3B3B3 1px 1px 1px;
    -moz-box-shadow: #B3B3B3 1px 1px 1px;
    box-shadow: #B3B3B3 1px 1px 1px;
    display: none;
    color: #000;
}

#topline .loginbox p {
    color: #666666
}

#topline .loginbox input#loginForm_username_id {
    width: 200px;
}

#topline .loginbox input#loginForm_password_id {
    width: 200px;
}

#topline .loginbox .loginForm_password_forgot {
    margin-top: 15px;
}

#topline .loginbox .loginForm_password_forgot a {
    text-decoration: underline;
    color: #000;
    background-color: #fff;
}

#topline .loginbox .loginForm_submit {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dcdfe0), color-stop(1, #dfe1e3));
    background: -moz-linear-gradient(center top, #dcdfe0 5%, #dfe1e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdfe0', endColorstr='#dfe1e3');
    background-color: #dcdfe0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #cccfd4;
    display: inline-block;
    color: #020a14;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    width: 97px;
    text-decoration: none;
    text-align: center;
    float: right;
    margin-top: 10px;
}

#header {
    padding: 20px 0 0 0;
}

#header h1 a {
    font-size: 46px;
    color: #999999;
    background-color: #FFFFFF;
}

#header h1 strong {
    font-weight: normal;
    color: #059BD8;
    background-color: #FFFFFF;
}

#header .logo {
    background: url("../images/logo.png") center center no-repeat;
    width: 100px;
    height: 101px;
    float: left;
    margin-right: 10px;
}

#menu {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    text-align: left;
    background-color: #F6F6F6;
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    margin-bottom: 20px
}

#menu #topnav {
    display: block;
    float: left;
    width: 700px;
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    padding: 15px 0;
}

#topnav ul, #topnav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav li a {
    display: block;
    margin: 0 35px 0 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #059BD8;
    background-color: #F6F6F6;
}

#topnav li:active {
    color: #666666;
    background-color: #F6F6F6;
}

#menu #search {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 15px 0;
}

#search input {
    display: block;
    float: left;
    width: 155px;
    margin: 0 5px 0 0;
    padding: 5px;
    color: #000;
    background-color: #e3e3e3;
    border: 1px solid #343434;
    font-size: 12px;
}

#search input#go {
    width: 68px;
    height: 26px;
    margin: 0;
    padding: 4px 0;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #059BD8;
    border-color: #396B86;
    cursor: pointer;
    font-weight: bold;
}

#footer_totaal {
    display: block;
    margin: 0;
    text-align: left;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 20px 0;
}

#footer_totaal #socialise ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#footer_totaal #socialise li {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    text-align: center;
}

#footer_totaal #socialise li span {
    display: block;
    font-size: 18px;
    margin-top: 3px
}

#footer_totaal #newsletter {
    display: block;
    float: right;
    width: 300px;
}

#footer_totaal #newsletter h2 {
    margin-bottom: 5px;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}

#footer_totaal #newsletter form {
    display: block;
    width: 300px;
    margin: 0;
    padding: 10px 0 0 0;
    border: none;
}

#footer_totaal #newsletter input {
    display: block;
    width: 218px;
    margin: 0 0 10px 0;
    padding: 5px;
    color: #FFFFFF;
    background-color: #2684B7;
    border: 1px solid #1C5E82;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#footer_totaal input#newsletter_go {
    width: 58px;
    height: 62px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 60px;
    cursor: pointer;
}

.formBox {
    border-right: 1px solid #E3E3E3;
    padding-right: 10px;
    margin-bottom: 35px;
}

#nieuwsbrief-form fieldset p {
    margin-bottom: 5px;
    font-weight: bold
}

#newsletter p {
    margin-bottom: 0;
}

#newsletter p.subtitel {
    font-size: 12px;
}

.passwordForgotten {
    font-size: 14px;
    font-weight: bold;
    margin-top: 35px
}

.passwordForgotten a {
    color: red
}

.passwordForgotten a {
    color: red
}

.formCntr form {
}

.formCntr label {
    font-size: 16px;
    color: #9b9494;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
    float: left;
    text-align: left;
    margin: 11px 20px 0 0;
}

.formCntr span.titel {
    font-size: 16px;
    color: #9b9494;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    width: 225px;
    float: left;
    text-align: left;
    margin: 11px 20px 0 0;
}

.formCntr span.titel.nofloat {
    float: none;
    margin-bottom: 10px;
    display: block
}

.formCntr input[type=text], textarea, input[type=password] {
    font: 14px normal normal uppercase helvetica, arial, serif;
    color: #7c7873;
    background: none;
    width: 330px;
    height: 36px;
    border: 1px solid #f8f5f1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 1px #726959;
    -webkit-box-shadow: inset 0 0 1px #b3a895;
    box-shadow: inset 0 0 1px #b3a895;
    margin: 0 0 10px;
    padding: 0 10px;
}

.formCntr select.selectbox {
    border: 1px solid #f8f5f1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 1px #726959;
    -webkit-box-shadow: inset 0 0 1px #b3a895;
    box-shadow: inset 0 0 1px #b3a895;
    padding: 5px 35px 5px 5px;
    height: 34px;
    background-color: #fff;
    margin: 0 0 10px;
    color: #7c7873;
}

.formCntr #form_wrap.hide:after, #form_wrap.hide:before {
    display: none;
}

.formCntr h1 {
    margin-top: 55px;
    margin-bottom: 30px
}

.formCntr h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.formCntr label {
    font-weight: bold;
    margin: 11px 20px 0 0;
    font-size: 16px;
    color: #9b9494;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
    float: left;
    text-align: left;
}

.formCntr input[type=text], textarea, input[type=password] {
    font: 14px normal normal uppercase helvetica, arial, serif;
    color: #7c7873;
    background: none;
    height: 36px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 1px #726959;
    -webkit-box-shadow: inset 0 0 1px #b3a895;
    box-shadow: inset 0 0 1px #b3a895;
    background-color: #fff;
}

.formCntr textarea {
    height: 80px;
    width: 80%;
    padding: 10px
}

.formCntr textarea:focus, input[type=text]:focus {
    background: rgba(255, 255, 255, .35);
}

.formCntr form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

.formCntr #wrap {
    width: 530px;
    margin: 20px auto 0;
    height: 500px;
}

.formCntr #form_wrap input[type=submit] {
    cursor: pointer;
}

.formCntr #form_wrap input:hover[type=submit] {
    color: red;
}

.formCntr #formstatus {
    text-align: left;
    font-size: 16px;
    color: red;
    font-weight: bold;
    margin-bottom: 0;
}

.formCntr .formstatuserror {
    padding-bottom: 15px;
}

.dashboard_menu ul li {
    min-height: 100px;
    background-color: antiquewhite;
}

#account_overview {
    margin-bottom: 20px;
}

#account_overview .account_item span {
    width: 140px;
    display: inline-block;
    font-weight: bold
}

#account_details {
    margin-bottom: 20px;
}

#account_details .account_detail span {
    width: 140px;
    display: inline-block;
    font-weight: bold
}

#account_details .account_detail.extrarule {
    margin-top: 20px
}

#account_socialmedia {
    margin-bottom: 20px;
}

#account_socialmedia .account_social span {
    width: 140px;
    display: inline-block;
    font-weight: bold
}

#account_description {
    margin-bottom: 20px;
}

#account_description .account_desc span {
    width: 140px;
    display: inline-block;
    font-weight: bold
}

#account_logo {
    margin-bottom: 20px;
}

#account_logo .account_logo span {
    width: 140px;
    display: inline-block;
    font-weight: bold;
    float: left
}

#mijn_account header .titelaction {
    float: right;
    margin-top: -40px;
}

#dashboard_overview header .titelaction {
    float: right;
    margin-top: -40px;
}

#mijn_persberichten header .titelaction {
    float: right;
    margin-top: -40px;
}

#berichten_overview {
    margin-bottom: 20px
}

#berichten_overview .bericht_item {
    width: 100%
}

#berichten_overview .bericht_item .bericht {
    float: left;
    width: 50px
}

#berichten_overview .bericht_item .bericht.titel {
    width: 500px
}

#berichten_overview .bericht_item .bericht.datum_in {
    width: 80px
}

#persbericht-form #titleLoading {
    display: none
}

#berichtinfo {
    font-size: 14px;
}

#berichtinfo .text {
    min-height: 60px;
    padding: 10px;
    display: block;
}

#berichtinfo .text .extrarule {
    margin-top: 20px
}

#berichtinfo .text .bold {
    font-weight: bold
}

#berichtinfo .text.even {
    background-color: #F6F6F6
}

#berichtinfo .text.odd {
}

#berichtinfo .text span.icon {
    padding: 10px;
    float: left;
    margin-right: 10px;
    width: 50px
}

#berichtinfo .text .titel {
    text-transform: uppercase;
    font-weight: bold;
}

#berichtinfo .text .infotext {
    margin-left: 80px
}

#berichtinfo .text .infotext .bericht_item .datum_in {
    float: left;
    margin-right: 5px
}

#berichtinfo .text .infotext .bericht_item .titel {
    display: inline-block;
    width: 80%;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
}

#berichtinfo .text ul li {
    background-color: #059BD8;
    display: inline-block;
    padding: 6px;
    margin: 3px;
    float: left;
    border-radius: 9px;
    margin-bottom: 10px;
    color: #FFF
}

#berichtinfo .text ul li a {
    color: #FFF
}

#berichtinfo .text .infotext .list {
    height: 35px;
    margin: 10px;
}

#berichtinfo .text .account_item span {
    width: 140px;
    display: inline-block;
    font-style: italic;
    font-weight: normal
}

#berichtinfo .text .footertext {
    padding: 5px;
    text-align: right;
    border-top: 1px solid #E3E3E3;
    margin-top: 8px;
}

#dashboard_overview #berichtinfo {
    width: 100%
}

#dashboard_overview #berichtinfo .text, #contact-form #berichtinfo .text {
    margin-bottom: 10px
}

#mijn_account #berichtinfo .text {
    margin-bottom: 10px
}

#formPreviewCntr {
    padding: 10px;
    border: #E3E3E3 1px solid;
}

#formPreviewCntr .titel {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 2px
}

#formPreviewCntr .subtitel {
    font-size: 13px;
    margin-bottom: 5px
}

#formPreviewCntr .persbericht_text {
    display: inline-block;
    margin-top: 10px
}

#formPreviewCntr .redactie_text {
    display: block;
    padding: 10px;
    background-color: #F6F6F6;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin-top: 15px
}

#formPreviewCntr .persbericht_text ol, #formPreviewCntr .redactie_text ol {
    list-style-type: lower-hexadecimal;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#formPreviewCntr .persbericht_text ul, #formPreviewCntr .redactie_text ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#formPreviewCntr .persbericht_text .afbeelding {
    float: right;
    margin: 15px;
    width: 250px;
    display: inline-block;
}

#formPreviewCntr .persbericht_text .afbeelding img {
    width: 250px;
    padding: 5px;
    border: 1px solid #000;
}

#formPreviewCntr .redactie_text .redactie_titel {
    font-weight: bold;
    margin-bottom: 10px;
}

#formPreviewCntr .bericht_footer {
    display: block;
    width: 100%;
    height: 31px;
    padding-top: 11px;
}

#formPreviewCntr .bericht_footer .tags span.titel {
    float: left;
    font-size: 13px;
    margin-right: 10px
}

#formPreviewCntr .bericht_footer .categorie span.titel {
    float: left;
    font-size: 13px;
    margin-right: 10px
}

#formPreviewCntr .bericht_footer .tags ul li {
    float: left;
    margin-right: 10px
}

#formPreviewCntr .bericht_footer .categorie ul li {
    float: left;
    margin-right: 10px
}

#formPreviewCntr .bericht_footer .categorie {
    float: right;
    display: inline-flex
}

.buttonbar {
    background-color: #E3E3E3;
    padding: 10px;
    text-align: center;
}

.dashboard_menu {
    float: left;
    width: 90%
}

.dashboard_menu ul li {
    background-color: #F6F6F6;
    height: 50px;
    width: 100%;
    border: solid 1px #dcdcdc;
}

.dashboard_menu ul li.active {
    background-color: #fff;
}

.dashboard_menu ul li .titel {
    margin-top: 18px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.dashboard_menu ul li .menutitel {
    margin-top: 26px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
    line-height: 25px;
}

.active {
    position: relative;
    background: #88b7d5;
    border: 4px solid #c2e1f5;
}

.active:after, .active:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.active:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #88b7d5;
    border-width: 14px;
    margin-top: -14px;
}

.active:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #c2e1f5;
    border-width: 20px;
    margin-top: -20px;
}

#persberichten-overview_wrapper {
    width: 100%;
    margin-top: 18px;
}

#persberichten-overview_wrapper input {
    width: 155px;
    margin: -2px 5px 0 10px;
    padding: 5px;
    color: #000;
    border-radius: 3px;
    border: 1px solid #343434;
    font-size: 12px;
}

#persberichten-overview_wrapper #persberichten-overview tr.red {
    background-color: #FAEBE8
}

.persbericht_overview, .content_overview {
    border-right: 1px solid #e3e3e3;
}

.persbericht_overview h1 {
    font-size: 34px
}

.persbericht_overview .text {
    margin-top: 0px;
    font-size: 17px;
    font-family: verdana;
    line-height: 21px;
}

.persbericht_overview .image {
    margin-bottom: 15px;
}

.persbericht_overview .redactie_text {
    background-color: #e3e3e3;
    padding: 10px
}

.persbericht_overview .persbericht_footer {
    margin-top: 10px;
    border-top: 1px #e3e3e3 solid;
    padding: 8px 0 8px 0;
}

.persbericht_overview .persbericht_footer .persbericht_categories, .persbericht_overview .persbericht_footer .persbericht_tags {
    margin-top: 10px;
    border-top: 1px #e3e3e3 solid;
    padding: 8px 0 8px 0;
    border-bottom: 1px #e3e3e3 solid;
    display: flex
}

.persbericht_overview .persbericht_footer span {
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    margin: 9px 10px 0px 0px;
}

.persbericht_overview .persbericht_footer ul li {
    background-color: #059BD8;
    display: inline-block;
    padding: 6px;
    margin: 3px;
    float: left;
    border-radius: 9px;
    margin-bottom: 10px;
    color: #FFF
}

.persbericht_overview .persbericht_footer ul li a {
    color: #fff
}

.persbericht_overview .persbericht_text {
    display: inline-block;
}

.persbericht_overview .persbericht_text .image {
    float: right;
    padding: 0px 0px 10px 20px;
}

.persbericht_overview .bannerhead, .auteur_overview .bannerhead, .auteur_overview .banner_au_bottom, .categorie_overview .bannerhead, .bannerindex {
    width: 100%;
    height: 100px;
    margin: 10px 0;
    text-align: center
}

.content_overview .formCntr, .formBox .formCntr, #wachtwoordvergetenCntr .formCntr {
    padding: 15px;
    background-color: #F6F6F6;
    border: 1px solid #E3E3E3;
    border-radius: 5px
}

.rightcolum .banner_pb_overview_rb {
    width: 100%;
    height: 90px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 10px 0;
}

.rightcolum .other_messages {
    padding: 10px;
    background-color: #e3e3e3;
    margin-bottom: 10px;
    border-radius: 7px;
}

.rightcolum .other_messages .titel {
    font-size: 14px;
    font-weight: bold
}

.rightcolum .other_messages ol li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px;
    line-height: 25px
}

.rightcolum .other_messages .footer {
    text-align: right
}

.auteur_overview {
    padding-right: 20px;
    border-right: 1px solid #e3e3e3
}

.auteur_overview .auteur_block {
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    display: inline-block;
    width: 95%;
}

.auteur_overview .logo {
}

.auteur_overview #subtitelCntr {
    margin-left: 212px
}

.auteur_overview .media ul {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.auteur_overview .media ul li {
    float: left;
    margin-right: 10px;
}

.auteur_block .omschrijving {
    margin: 10px 0
}

.auteur_block .contact span {
    font-weight: bold;
    margin-right: 5px
}

.categorie_overview {
    border-right: 1px solid #e3e3e3;
    padding-right: 15px
}

.categorie_overview #titelCntr h1 span, .content #titelCntr h1 span {
    font-size: 14px;
    margin-top: 7px;
    margin-right: 10px;
}

.zoekresultaten .content .bericht, .auteur_overview .content .bericht, .categorie_overview .content .bericht, .persbericht_overview .content .bericht {
    width: 100%;
    padding: 10px;
    float: left;
    font-size: 15px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    height: 90px;
    overflow: hidden;
    margin-bottom: 8px;
}

.auteur_overview .content .bericht .datum, .categorie_overview .content .bericht .datum {
    text-align: right;
    font-size: 11px;
    font-style: italic;
}

.zoekresultaten .content .bericht .logo, .auteur_overview .content .bericht .logo, .categorie_overview .content .bericht .logo, .persbericht_overview .content .bericht .logo {
    width: 100px;
    height: 90px;
    overflow: hidden;
    line-height: 75px
}

.auteur_overview .content .bericht .logo, .categorie_overview .content .bericht .logo img, .persbericht_overview .content .bericht .logo img {
    vertical-align: middle;
    max-height: 100px;
}

.categorie_overview .content {
    margin-top: 0;
}

.categorie_overview .content .subtitel, .auteur_overview .content .subtitel {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #efefef;
    padding: 15px;
}

.categorie_overview .content .bericht .bericht_content .titel {
    background-color: transparent
}

.categorie_overview .restbericht {
    padding: 5px
}

.categorie_overview .restbericht:nth-child(even) {
    background: #CCC
}

.categorie_overview .restbericht .titel a {
    color: #000
}

.categorie_overview .restbericht .titel a:hover {
    color: #059BD8
}

.zoekresultaten .resultheader {
    padding: 10px;
    font-size: 14px
}

.headmessage {
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.headmessage .image {
    line-height: 170px;
    padding: 10px;
    text-align: center
}

.headmessage img {
    vertical-align: middle;
    max-height: 165px
}

.headmessage .titel {
    height: 50px;
    font-size: 14px;
    background-color: #efefef;
    overflow: hidden;
    padding: 6px;
    text-align: center;
}

#footermenu {
    font-size: 16px
}

#footermenu li {
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 20px;
}

.catlist {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.catlist .titel {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 8px;
}

.catlist ul li {
    display: block;
    line-height: 22px;
    margin-left: 22px;
}

.catlist ul li:before {
    color: #666666
}

.catlist ul li a {
    margin-left: 5px
}

.formstatuserror {
    font-weight: bold;
    color: red;
    padding: 15px
}

span#usernameResult, span#passwordResult, span#emailResult {
    display: inline;
    line-height: 27px;
    font-weight: bold;
    font-size: 14px;
}

#hpage_cats {
    padding: 0 0 5px 0;
}

#hpage_cats .image {
    width: 110px;
    height: 100px;
    float: left;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #e3e3e3;
    text-align: center;
    line-height: 95px;
    margin-right: 10px;
}

#hpage_cats .fl_left, #hpage_cats .fl_right {
    display: block;
    width: 48%;
    margin-bottom: 15px;
}

#hpage_cats .fl_left img, #hpage_cats .fl_right img {
    max-height: 100px;
    vertical-align: middle;
}

#hpage_cats .titel {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    color: #666666;
    background-color: #EFEFEF;
    text-align: right;
}

#hpage_cats h2 {
    margin-top: 0;
    font-size: 24px;
    margin-right: 10px;
}

#hpage_cats h2 a {
    font-weight: bold;
    text-transform: uppercase;
}

#hpage_cats p {
    margin: 0 0 8px 0;
    padding: 0;
}

#hpage_latest {
    display: block;
    width: 100%;
}

#hpage_latest h2 {
    margin: 0 0 15px 0;
    padding: 0 0 8px 0;
    border-bottom: 2px solid #E3E3E3;
}

#hpage_latest ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#hpage_latest div.slide {
    display: block;
    float: left;
    width: 200px;
    margin: 0 15px 0 0;
    padding: 0;
}

#hpage_latest li.last {
    margin-right: 0;
}

#hpage_latest div img {
    margin: 0;
    padding: 4px;
    border: 1px solid #C7C5C8;
}

#hpage_latest div.readmore {
    font-weight: bold;
    text-align: right;
}

#hpage_latest div.last3_title {

    height: 60px;
    overflow: hidden;
}

.hpage_cats_item_title {
    line-height: 20px;
    overflow: hidden;
    height: 23px;
    font-size: 12px;
}

.hpage_cats_vervolg .fl_left .fl_right {

}

.faq_overview {
    border-right: 1px solid #e3e3e3;
    padding-right: 20px;
    font-size: 15px;
    line-height: 23px;
}

.faq_overview .faqQuestion {
    font-weight: bold;
    font-size: 15px;
}

/*----- Smartphones (portrait and landscape) ----- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    h1 {
        font-size: 1.8em;
    }

    #header h1 a {
        font-size: 23px;
    }

    #header .logo {
        background: url("../images/logo.png") center center no-repeat;
        width: 35px;
        height: 49px;
        float: left;
        margin-right: 10px;
        background-size: contain
    }

    #menu #topnav {
        width: 100%
    }

    #topline ul {
        display: none
    }

    #topline #topmenu ul {
        display: block
    }

    .buttonheader {
        display: none
    }

    #footer_totaal #newsletter {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #E3E3E3;
    }

    #footermenu {
        margin-top: 15px;
        border-top: 1px solid #E3E3E3;
        padding-top: 10px
    }

    #footer_totaal #socialise {
        display: inline-block;
        width: 100%;
        align-content: center;
    }

    .persbericht_overview, .content_overview, .categorie_overview, .auteur_overview {
        border: none;
        padding-right: 0;
    }

    .persbericht_overview h1 {
        font-size: 1.5em;
        line-height: 22px
    }

    .persbericht_overview .persbericht_footer span {
        float: none;
    }

    .persbericht_overview .persbericht_text .image {
        text-align: center;
        float: none
    }

    .persbericht_footer .persbericht_tags ul, .persbericht_footer .persbericht_categories ul {
        margin-top: 10px
    }

    .auteur_overview #subtitelCntr {
        margin-left: 0;
    }

    .content_overview .formCntr {
        margin-bottom: 20px
    }

    .persbericht_overview .content .bericht, .categorie_overview .content .bericht, .auteur_overview .content .bericht {
        /*width: auto;*/
        overflow: hidden
    }

    .formCntr textarea {
        width: 92%
    }

    .formCntr input[type=text], input[type=password] {
        width: 92%
    }

    .tagcloud .tagbox {
        border: none
    }

    .faq_overview {
        border-right: none;
    }

}

/*----- Smartphones (landscape) ----- */
@media only screen
and (min-width: 321px) {
}

/*----- Smartphones (portrait) ----- */
@media only screen
and (max-width: 320px) {
}

/*----- iPhone 5 in portrait & landscape ----- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px) {
}

/*----- iPhone 5 in landscape ----- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: landscape) {
}

/*----- iPhone 5 in portrait ----- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: portrait) {
}

/*----- iPhone 2G-4S in portrait & landscape ----- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
}

/*----- iPhone 2G-4S in landscape ----- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: landscape) {
}

/*----- iPhone 2G-4S in portrait ----- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: portrait) {
}

/*----- iPad in portrait & landscape ----- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

    h1 {
        font-size: 2.6em
    }

    .persbericht_overview .bannerhead, .auteur_overview .bannerhead, .auteur_overview .banner_au_bottom, .categorie_overview .bannerhead, .bannerindex {
        overflow: hidden
    }

    #footer_totaal {
        margin-bottom: 50px;
    }

}

/*----- iPad in landscape ----- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

}

/*----- iPad in portrait ----- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 995px) {

}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 340px) {

    /*h1{font-size: 0.8em;}*/
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

