﻿html
{
    height: 1536px;
}
body
{
    -x-system-font: none;
    background: #FFFFFF url(images/background.jpg) no-repeat top;
    color: #000000;
    font-family: "Segoe UI" ,Arial;
    font-size: 0.8em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    text-align: center;
}
ul
{
    margin: 0 0 0 15px;
    padding: 0;
}
a
{
    color: #000;
}
a:visited
{
    color: #000;
}
a:hover
{
    color: #3c6f89;
}
a:active
{
    color: #3c6f89;
}

a.arrow, a.arrow:visited
{
    color: #000;
    background: #fff url(../images/arrow.gif) no-repeat scroll 0 2px;
    padding-left: 18px;
    text-decoration: none;
}

a.arrow:hover, a.arrow:active
{
    color: #3c6f89;
}
a.true
{
    font-weight: bold;
    color: #3c6f89;
}

a.white, a.white:visited
{
    color: white;
}
a.white:hover, a.white:active
{
    color: #a0c7bf;
}
.wrapper
{
   text-align:center; 
   width: 100%;   
}
.contentwrapper
{
    margin: 30px auto;
    padding-left: 50px;
    width: 1024px;
}

/* Header stuff */
#header
{
    background: url(images/header.png) no-repeat top;
    height: 173px;
    width: 972px;
    text-align: left;
    margin: 30px auto;
}
#footer
{
    border-left: solid 40px transparent;
    background: url(images/footer.png) no-repeat bottom;
    height: 162px;
    width: 965px;
    text-align: left;
    margin: 1150px auto auto auto;
}
#headernavigation
{
    float: left;
    margin: 14px 0 0 60px;
    width: 100%;
    padding: 5px 0 0 15px;
    list-style: none;
}

#headernavigation li
{
    float: left;
    margin: 0 0 0 5px;
    height: 26px;
    list-style: none;   
    width: 130px; 
    text-align: center;
}

#headernavigation li a, #headernavigation li a:visited
{
    font-size: 1.5em;
    font-weight: bold;
    color: #0096FF;
    text-decoration: none;
}
#headernavigation li a:hover, #headernavigation li a:active
{
    color: #1772a0;
}
#headernavigation li.last
{
    border-right: 0px;
    padding-right: 0px;
}
#logopanel
{
    text-align: center;
}    
#logotext
{
    margin: -55px 0 0 35px;
}
#logopanel img
{
    margin-top: -20px;
}
/* End header stuff */

/* Content blocks homepage */
.feature
{
    float:left;
    margin: 30px auto;
    text-align:left;
    width: 944px;
    height: 236px;
    background: url(images/feature.png) no-repeat center;    
}
.blogs
{
    float:left;
    margin: auto;
    text-align:left;
    width: 652px;
    height: 549px;
    background: url(images/bg_blogs.png) no-repeat center;    
}
.nieuws
{
    float:left;
    margin: auto;
    text-align:left;
    width: 321px;
    height: 706px;
    background: url(images/bg_nieuws.png) no-repeat center;    
}
.contentblock
{
    float:left;
    margin: 30px auto;
    text-align:left;
    width: 972px;
    height: 1027px;
    background: url(images/bg_contentblock.png) no-repeat center;    
}
.content
{
    padding-right: 20px;
    margin: 25px 35px 10px 75px;
    height: 970px;
    overflow: auto;
}
.content_nieuws
{
    padding-right: 20px;
    margin: 15px 25px 10px 50px;
    height: 970px;
    overflow: auto;
}
h2.sf_postTitle
{
    font-size: 1.2em;
    font-weight: bold;
}
.sf_newsList h2.sf_newsTitle
{
    font-size: 1.2em !important;
    font-weight: bold !important;
    
}
.sf_newsList h2.sf_newsTitle a
{
    text-decoration: none !important;
}

