/* Wrappers */

.achtergrond-wrapper {
    padding: 4px;
}

#navigatie-wrapper {
    height:130px;
}

#logo-wrapper {
    height:130px;
}
.img-spacer {
    padding:8px 4px 4px 4px;
}

#wrp-coloc, #wrp-drs {
    min-height: 314px;
    height: 314px;
}
#wrp-ftr1, #wrp-ftr2 {
    min-height: 202px;
    height: 202px;
}
#wrp-ftr3 {
    margin-top: 8px;
    min-height: 70px;
    height: 70px;
}


/* Tekst & Kleuren */

.centreer {
    text-align: center;
}

h4,h3 {
    font-family: 'Ubuntu Condensed', sans-serif;
}

.standaard-tekst {
    font-family: 'Share', sans-serif;;
}
.bloktitel-tekst {
    font-weight: bold;
}
.content-spacer-boven {
    padding-top: 8px;
}

.copyrightTekst {
    font-family: 'Ubuntu Condensed', sans-serif;
    color:#FFFFFF;
    text-align: center;
    padding-top: 5px;
}

.achtergrond-wit-trans {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.achtergrond-rood-content {
    background: -moz-linear-gradient(top,  rgba(255,0,0,1) 0%, rgba(255,0,0,0.04) 96%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(96%,rgba(255,0,0,0.04)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(255,0,0,0.04) 96%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(255,0,0,0.04) 96%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(255,0,0,0.04) 96%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,0,0,1) 0%,rgba(255,0,0,0.04) 96%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.achtergrond-footer-rood {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,0,0,0.04) 4%, rgba(255,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(4%,rgba(255,0,0,0.04)), color-stop(100%,rgba(255,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,0,0,0.04) 4%,rgba(255,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,0,0,0.04) 4%,rgba(255,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,0,0,0.04) 4%,rgba(255,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,0,0,0.04) 4%,rgba(255,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Navigatie Menu */

#navmenu {
    clear: both;
    display: block;

}

ul.sdt_menu{
    margin:0;
    list-style: none;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size:14px;

}
ul.sdt_menu a{
    text-decoration:none;
    outline:none;
}
ul.sdt_menu li{
    float:left;
    width:170px;
    height:85px;
    position:relative;
    cursor:pointer;
}
ul.sdt_menu li > a{
    position:absolute;
    top:0px;
    left:0px;
    width:170px;
    height:85px;
    z-index:12;
    background:transparent url(../images/overlay.png) no-repeat bottom right;
    -moz-box-shadow:0px 0px 2px #000 inset;
    -webkit-box-shadow:0px 0px 2px #000 inset;
    box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
    border:none;
    position:absolute;
    width:0px;
    height:0px;
    bottom:0px;
    left:85px;
    z-index:100;
    -moz-box-shadow:0px 0px 4px #000;
    -webkit-box-shadow:0px 0px 4px #000;
    box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
    position:absolute;
    top:25px;
    left:0px;
    width:170px;
    height:60px;
    z-index:15;
}
ul.sdt_menu li span.sdt_active{
    position:absolute;
    background:#111;
    top:85px;
    width:170px;
    height:0px;
    left:0px;
    z-index:14;
    -moz-box-shadow:0px 0px 4px #000 inset;
    -webkit-box-shadow:0px 0px 4px #000 inset;
    box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
    margin-left:15px;

}
ul.sdt_menu li span span.sdt_link{
    color:#fff;
    font-size:24px;
    float:left;
    clear:both;
}
ul.sdt_menu li span span.sdt_descr{
    color:#FFF;
    float:left;
    clear:both;
    width:155px; /*For dumbass IE7*/
    font-size:12px;

    font-family: 'Share';
}
ul.sdt_menu li div.sdt_box{
    display:block;
    position:absolute;
    width:170px;
    overflow:hidden;
    height:170px;
    top:85px;
    left:0px;
    display:none;
    background:#000;
    z-index:1;
}


ul.sdt_menu li div.sdt_box.wide{
    display:block;
    position:absolute;
    width:170px;
    overflow:hidden;
    height:194px;
    top:85px;
    left:0px;
    display:none;
    background:#000;
    z-index:1;
}



ul.sdt_menu li div.sdt_box a{
    float:left;
    clear:both;
    line-height:30px;
    color:#FF0000;
    font-family: 'Share';
    font-size:16px;
}
ul.sdt_menu li div.sdt_box a:first-child{
    margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
    color:#fff;
}

/* Nieuws Ticker */

 #ticker {
    color: #FFFFFF;
    font-family: 'Share';
    font-size:16px;
    background-color: rgba(255, 0, 0, 0.5);
    padding:2px;
    color: rgba(255, 0, 0, 0.5);
    width: 850px;
}
#ticker .divider {
    padding: 0 4px;
}
#ticker a, #ticker a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#ticker a:hover
{
    color: #930;
}

/* Form */

.control-label {
    font-family: 'Ubuntu Condensed', sans-serif;
}

/* Nieuwsberichten */

blockquote {
    font-size: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
}
#newsPaging {
    text-align: center;
}

/* Centreer afbeeldingen */

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}