body {
    background: url('images/home2014/background2014.jpg') fixed !important;
}

#wrapper #header h1 a#logo {
    background:url('images/banners2014/Banner Algemeen.jpg') no-repeat;
    height: 102px;
    width: 858px;
}
div#content {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("images/home2014/background2014.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 500px;
    position: relative;
    width: 550px;
}
div.wijk {
    position: relative; 
    width:245px;
    height:42px;
    color:#fff;
    font-weight: bold;
    font-size:14px;
    background-repeat:no-repeat;
    z-index:3;
}
div.wijk div.wijkcontent {
    position:relative;
    z-index: 1;
    display:none;
}

div#noord {
    float:left;
}
div#norschoten{
    float:right;
}
div#woudseweg {
    float:left;
    clear:both;
    position: absolute;
    bottom: 0px;
}
div#oldebarneveld {
    float:right;
    position: absolute;
    bottom: 0px;
    right:0px;
}
div.wijk div.background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div#content div.wijk div.title {
    width:110px;
    text-align:center;
    padding-top:12px;
    padding-bottom:12px;
    font-size: 12px;
    font-weight:bold;
    position:absolute;
    color:#490049;
}
div#content div#noord div.title {
    top: 1px;
    left:1px;
    
}
div#content div#norschoten div.title {
    top: 1px;
    right:1px;
    
}
div#content div#woudseweg div.title {
    bottom: 1px;
    left:1px;
    
}
div#content div#oldebarneveld div.title {
    bottom: 1px;
    right:1px;
    
}

div#content div.wijk div.wijkcontent {
    position:absolute;
    color:white;
    width:365px;
    height:250px;
}
div#content div#noord div.wijkcontent,
div#content div#norschoten div.wijkcontent {
    top: 115px;
    left:6px;
    text-align:center;
}
div#content div#woudseweg div.wijkcontent,
div#content div#oldebarneveld div.wijkcontent {
    top: 10px;
    left:6px;
    text-align:center;
}

div#foto {
    position:absolute;
    top:50px;
    left:158px;
    z-index:0;
}
div#foto img {
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #EEEEEE;
    border: 3px solid #838383;
    padding: 15px;
}

div.wijkcontent ul  {
    list-style:none;
    margin: 0;
    padding:0;
}

div.wijkcontent ul li,
div.wijkcontent p {
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #EEEEEE;
    border: 3px solid #838383;
    padding: 10px;
    margin: 4px;
    text-align:center;    
}
div.wijkcontent p span.when {
    font-weight:bold;
    
}
div.wijkcontent p span.when:after{
    content: ': ';
}
div#wijkPlaceHolder {
    height: 200px;
    position: absolute;
    top: 250px;
    width: 100%;
}

div.infoclose {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor:pointer;
}