@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}
body
{
	background-image: url('Images/body_bg.png');
	background-repeat: repeat-x;
}
#container
{
	position: relative;
	margin: 0 auto;
	width: 900px;
}
#header
{
	height: 157px;
}
#headerTop
{
	height: 40px;	
}
#headerTopText
{
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	color: #6e6d6d;
	margin-top: 13px;
}
#headerTopMenu
{
	float: right;	
}
.headerMenuitem
{
	float: left;
	text-transform: uppercase;
	margin-top: 13px;
	border-right: 1px solid #6e6d6d;
}
.headerMenuitemLast
{
	float: left;
	text-transform: uppercase;
	margin-top: 13px;
}
.headerMenuitem a
{
	color: #6e6d6d;	
	font-size: 10px;
	text-decoration: none;
	margin: 0 8px 0 8px;
}
.headerMenuitemLast a
{
	color: #6e6d6d;	
	font-size: 10px;
	text-decoration: none;
	margin: 0 0 0 8px;	
}
.headerMenuitem a:hover, .headerMenuitemLast a:hover
{
	text-decoration: underline;
}
#logo
{
	float: left;
	margin-top: 39px;	
}
#emailButton
{
	background-image: url('Images/email-button.png');
	background-repeat: no-repeat;
	float: right;
	margin: 0 30px 0 0;
	height: 39px;
	width: 60px;	
}
#emailIcon
{
	margin: 9px 17px 0 17px;	
}
#form
{
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 670px;
	width: 198px;
	background-color: #eaeaea;
	padding: 15px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	color: #6e6d6d;
}
#sluit
{
	text-align: right;	
}
#sluit a
{	
	color: #1c8fd8;
	text-decoration: none;
}
#sluit a:hover
{
	text-decoration: underline;
}
.menuitem
{
	float: left;
	background-image: url('Images/button_zwart.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 134px;
}
.menuitem a
{
	position: relative;
	top: 15px;
	left: 15px;
	font-family: "Arial Black";
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}
#subHeader
{
	height: 400px;
	background-color: #121a1d;
	clear: both;
}
#cornerLeft
{
	background-image: url('Images/corner_left.png');
	background-repeat: no-repeat;
	height: 22px;
}
#cornerRight
{
	background-image: url('Images/corner_right.png');
	background-repeat: no-repeat; 
	background-position: 100% 0;
	height: 22px; 
}
#subHeaderContent
{
	height: 356px;
}
#subHeaderImage
{
	float: left;
	margin-left: 22px;
}
#subHeaderBox
{
	float: right;
	background-image: url('Images/box_image.png');
	width: 280px;
	height: 355px;
	margin-right: 22px;
}
#subHeaderBox p
{
	font-family: Arial;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.45em;
	color: white;
	margin: 95px 0 0 20px;
	width: 200px;
}
#infoButton
{
	background-image: url('Images/button.png');
	background-repeat: no-repeat;
	width: 150px;
	height: 33px;
	padding-top: 17px;
	margin: 40px 0 0 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
#infoButton a
{
	color: #121a1d;
	text-decoration: none;
}
#content
{
	margin: 22px;	
}
.contentImage
{
	float: left;	
}
.contentText
{
	float: right;
	margin: 10px 0 0 22px;
	width: 674px;
	line-height: 1.4em;
}
.contentText h1
{
	font-family: "Arial Black";
	color: #1c8fd8;
	font-size: 13px;
}
.contentText p
{
	margin-top: 10px;
	color: #5d5d5d;
	text-align: justify;
}
.contentText ul
{
	margin-top: 10px;
}
.contentText li
{
	margin-left: 25px;
	color: #6e6d6d;	
}
#slideshow
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#fadeshow1
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;	
}
#footer
{
	background-image: url('Images/footer.png');
	background-repeat: repeat-x;
	position: relative;
	top: 75px;
	height: 60px;
	width: 100%;
	clear: both;
	text-align: center;
	color: #6e6d6d;
	padding-top: 40px;
}
