html, body {
    margin: 0px;
    padding: 0px;
    background-color: #4978c7;
    height: 100%;
}

.container {
    position: relative;
    width: 996px;
    margin: 0px auto;
    min-height: 100%;
    background-color: #ffffff;
    background-image: url('/files/site/center2.jpg');
    background-repeat: repeat-y;
}

.stop {
    width: 996px;
    height: 8px;
    background-image: url('/files/site/top.jpg');
}

.sheader {
    width: 996px;
    height: 180px;
    background-image: url('/files/site/header_boerderij.jpg');
}

.sheader_bottom {
    width: 996px;
    height: 5px;
    background-image: url('/files/site/header_bottom.jpg');
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 996px;
    height: 16px;
    background-image: url('/files/site/bottom.jpg');
}

.content {
    background-image: url('/files/site/center.jpg');
    background-repeat: no-repeat;
    width: 996px;
    padding-bottom: 16px;

}

.left_block {
	width: 220px;
	float: left;
}

.right_block {
	width: 710px;
	float: right;
}

.top_block {
	height: 150px;
}

.bottom_block {
	vertical-align: bottom;
}

.ftop {
    height: 41px;
    width: 217px;
    background-image:url(/files/site/venster_top.gif);
}

.fcenter {
    width: 217px;
    background-image:url(/files/site/venster_middle.jpg);
}

.ffooter {
    height: 8px;
    width: 217px;
    background-image:url(/files/site/venster_bottom.jpg);
}

.placeholder {
    margin-left: 35px;
    padding-top: 15px;
    width: 920px;
}

.errormessage {
    border:1px solid #FF0000;
    background-color: #ffe0e0;
    padding-left: 10px;
}
