/*
Title	: Home
====================================== */

#content-container {
    /*background: url(../gfx/css/contentblock-home-bottom.png) no-repeat left bottom;
	width: 737px;*/
}

#content-container-top {
    /*background: url(../gfx/css/contentblock-home-top.png) no-repeat left top;
		height: 27px;*/
}

#content-right {
    display: none;
}

#layout-content {
    padding: 14px 0 0;
}

#content-main {
    width: 510px;
}

#content-main #top {
    margin-bottom: 10px;
}

#content-main #bottom {
    width: 510px;
}

#tweets {
    float: left;
    width: 350px;
    margin-top: 9px;
}

.twtr-tweet-text {
    font-size: 0.8em !important;
}

#twtr-widget-1 h3 {
    font-size: 18px !important;
}

.twtr-hd {
    overflow: hidden;
    padding: 10px;
    position: relative;
}

#breadcrumb {
    display: none;
}

#belt {
    background: url("../gfx/css/belt.png") no-repeat scroll left top transparent;
    bottom: 0px;
    position: absolute;
    height: 225px;
    /*margin-top: -227px;*/
    right: 0px;
    width: 398px;
}

#content-blocks {
    float: left;
    margin-bottom: 5px;
    width: 976px;
}

.block {
    float: left;
    height: 297px;
    overflow: hidden;
    margin-right: 8px;
    position: relative;
    width: 237px;
}

.block img {
    position: absolute;
}

.block-image {
    height: 280px;
    left: 7px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 222px;
}

.block.last {
    margin-right: 0;
}

.block-text {
    background: url("../gfx/css/block-overlay.png") no-repeat scroll left bottom transparent;
    bottom: 7px;
    font-size: 1.4em;
    left: 7px;
    padding: 12px 19px 8px 19px;
    position: absolute;
    width: 184px;
}

.block-text p {
    float: left;
    color: #fff;
    margin-bottom: 0;
    position: relative;
}

.block-text a {
    color: #fff;
    display: block;
    float: right;
    margin-right: 18px;
    text-decoration: none;
}

.block-text a.arrow {
    float: none;
    position: absolute;
    right: 15px;
    top: 12px;
}

.btn {
    float: left;
}

.btn a {
    background: url(../gfx/css/btn-afspraak.png) no-repeat left top;
    display: block;
    font-size: 1.6em;
    padding: 15px 18px;
    text-align: center;
    text-decoration: none;
    width: 128px;
}