@import "template_fullpagescroll.css";

/**
 * TEMPLATE 1 
 */
#pageMottoLayer {
	position: absolute;
	height: 50px;
	font-size: 30px;
	background-color: #fff;
	margin-top: 110px;
	width: 480px;
	opacity: 0.40;
	filter: Alpha(Opacity=40, FinishOpacity=40, Style=1);
	z-index: 1;
}
#pageMotto {
	position: absolute;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	z-index: 2;
	margin: 105px 0 0 20px;
}
#container {
/*	background-image: url(/images/bg_template1.gif);*/
	background-repeat: repeat-y;
	background-position: top center;
}
#left {
	display: none;
}
#rightwrapper {
	float: left;
}
#content {
	margin: 25px 40px 30px 20px;
}
h2#contentTitle {
	display: none;
}
#middle {
	float: left;
	width: 490px;
}
#afbeelding1 {
	/*border-right: solid 1px #999;*/
	height: 160px;
	/*border-bottom: solid 2px #999;*/
}
#afbeelding1 img {
	margin: 5px 0;
}
#right {
	float: left;
	width: 490px;
	overflow: hidden;
}
#samenvattingWrapper {
	/*
	border-left: solid 1px #999;
	border-bottom: solid 2px #999;
	*/
	*padding-bottom: 3px;  /* IE FIX */
	height: 160px;
}
#samenvatting {
	border-left: solid 10px #fff;
	height: 160px;
	overflow: auto;
}
#samenvattingTitle {
	padding: 15px 0 0 0;
	margin: 0 40px 15px 0;
}
#samenvattingText {
	margin: 0 40px 15px 45px;
}
#paragraaf, #afbeelding2 img {
	margin: 5px 0 5px 10px;
}
.prop {
	height: 160px;
	float: right;
	width: 1px;
	background-color: #f00;
}
.clearprop {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 0;
}