@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	background: url(images/design_03.jpg) right top no-repeat;
	margin: 0px;
	color: #333333;
	font-family: arial;
	font-size: 9pt;
}

#top-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
	background: #f9f4e8;
}

#container {
	position: relative;
	background: url(images/design_02.jpg) left repeat-y;
	width: 100%;
	overflow: auto;
}

#flash-banner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 472px;
	width: 375px;
}

#left-overall {
	width: 375px;
	float:left;
}

#left-bottom {
	background: url(images/design_05.jpg);
	margin-top: -296px;
	height: 296px;
	width: 375px;
	position: relative;
}

#content {
	background: url(images/design_02.jpg) left repeat-y;
	margin-left: 0px;
	padding-left: 400px;
	margin-top: 50px; 
	margin-bottom: 20px;
	min-height: 550px;
	width: 550px;
}

#newsContainer {
	position: relative;
	width: 550px;
	background: #f9f4e8;
}

.newsDate {
	position: relative;
	margin: -20px 0px 0px 0px;
	font-size: 9pt;
	font-style: italic;
}

p.nieuws {
	position: relative;
	font-weight: bolder;
	margin-bottom: -6px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
}

#newsItem {
	width: 255px;
	margin: 10px;
}

#newsItem p.title {
	font-weight: bolder;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px;
}

#newsItem p.date {
	margin: 0px;
}

#newsItem p {
	font-size: 8pt;
}

#newsItem.left {
	position: relative;
	float: left;
}

#newsItem.right {
	position: relative;
	float: right;
}

#newsItem p.readOn {
	position: relative;
	float: right;
	margin: 0px;
}

#newsContainer #clearer {
	position: relative;
	clear: both;
}

#footer {
	height: 50px;
	background: #efe3c6;
	width: 100%;
	text-align:right;
}

#footer-text {
	height: 50px;
	margin:0px;
	padding: 35px 0 0 0;
	font-family: Georgia;
	font-size: 8pt;
	color: #949494;
}
	
#mailSignup {
	position: relative;
	margin: 0 auto;
	text-align:right;
	z-index: 1;
	background: #fff;
}

#mailForm {
	position: relative;
	z-index: 2;
}
