/* CSS Document */
* {margin:0; padding:0;
}
html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#Container {
	width: 1000px;
	height: 100%;
	margin: auto;
	text-align: left;
	background-color: #cccccc;
}
#Wrapper {
	display: block;
	width: 999px;
	background: #cccccc url(../images/background.gif) repeat-x;
	text-align: left;
}
#Header {
	display: block;
	width: 933px;
	height: 75px;
	margin-left: 33px;
}
#Visual {
	display: block;
	width: 933px;
	margin: 0px 33px 0px 33px;
}
#Footer {
	display: block;
	width: 933px;
	height: 3px;
	background: #cccccc url(../images/line-pixel.png) repeat-x;
	margin: 25px 0px 0px 33px;
}
/** BLOCKS **/
#Content {
	display: block;
	width: 933px;
	margin: 20px 33px 0px 33px;
}
#BlockGreen{
	float: left;
	width: 288px;
	height: 262px;
	background:url(../images/block-green.png);
}
#BlockGrey{
	float: left;
	margin-left: 34px;
	width: 288px;
	height: 262px;
	background:url(../images/block-grey.png);
}
#BlockBrown{
	float: left;
	margin-left: 35px;
	width: 288px;
	height: 262px;
	background:url(../images/block-brown.png);
}
#BlockHeader {
	width: 250px;
	height: 24px;
	color: #fff;
	margin: 15px 0px 0px 15px;
	font-weight: bold;
}
#BlockText {
	width: 260px;
	text-align: justify;
	line-height: 10px;
	color: #fff;
	margin: 8px 15px 0px 13px
}
#Knop {
	position: absolute;
	top: 660px;
	height: 25px;
	margin-left: 145px;
}
/** FOLLOW UP PAGES **/
#MenuItems {
	float: left;
	width: 237px;
	height: 240px;
}
#MenuTextB {
	float: left;
	margin-left: 42px;
	width: 652px;
	height: 255px;
	text-align: justify;
	color: #3a3634;
}
#MenuText {
	float: left;
	margin-left: 42px;
	width: 415px;
	height: 255px;
	text-align:justify;
	color: #3a3634;
}
#MenuTextA {
	float: left;
	margin-left: 42px;
	width: 415px;
	text-align:justify;
	color: #3a3634;
}
#Picture {
	float: left;
	margin-left: 28px;
	margin-top: 116px;
	width: 211px;
	height: 145px;
}
/** COMMON STYLES **/
p {
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	line-height: 15px;
	margin-bottom: 20px;
}
a {
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	line-height: 19px;
	text-decoration: none;
	color: #ff9900;
}
a:hover {
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
}
td {
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
}
h1 {
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 20px;
}