@import url( 'reset.css' );
@import url( 'menu.css' );

html, body {
	height:						100%;
	min-height:					100%;
	text-align:					center;
	background-color:			#FFFFFF;
	color:						black;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
	line-height:				16px;
	color:						#757575;
}

div#wrapper{
	width:						905px;
	height:						100px;
	margin:						auto;
	padding:					20px 0px 0px 0px;
}

div#header{
	width:						905px;
	height:						75px;
	background-image:			url('../images/headers/header.jpg');
	background-repeat:			no-repeat;
}

div#header #icons{
	width:						155px;
	margin:						40px 0px 0px 0px;
	float:						right;
}

div#header #icons img{
	margin:						0px 5px 0px 0px;
}

ul li{
	line-height:					16px;
}

h1{
	font-size:					13px;
	padding:					0px 0px 10px 0px;
	font-weight:				bold;
	color:						#68A30C;
}
h2{
	font-size:					12px;
	padding:					0px 0px 10px 0px;
	font-weight:				bold;
	color:						#68A30C;
}
h3{
	font-size:					12px;
	padding:					0px 0px 10px 0px;
	font-weight:				bold;
	color:						red;
}
h4{
	font-size:					10px;
	padding:					0px 0px 10px 0px;
	font-weight:				bold;
}

p{
	padding:					0px 0px 10px 0px;
	line-height:				16px;
}
p.extra{
	padding:					0px 0px 20px 0px;
	line-height:				16px;
}

strong, b{
	font-weight:				bold;
}

.clear{
	clear:						both;
}

.hr{
	background-image:			url('../images/hr.gif');
	background-repeat:			no-repeat;
	height:						1px;
}

.wideHr{
	background-image:			url('../images/widehr.gif');
	background-repeat:			repeat-x;
	height:						1px;
	width:						100%;
}

.subMenuHr{
	background-image:			url('../images/hr.gif');
	background-repeat:			no-repeat;
	height:						1px;
	margin:						0px 15px 0px 0px;
}

table{
	margin:						0px 0px 10px 0px;
}

tr{
	margin:						0px 0px 10px 0px;
	line-height:				16px;
}

td{
	width:						50%;
	height:						20px;
}
td.right{
	text-align:					right;
	width:						150px;
	padding:					0px 100px 0px 0px;
}

iframe{
	border:						1px solid #68A30C;
}

img.contentPict{
	float:				left;
	width:				100px;
	padding:			0px 5px 0px 0px;
}
.team{
	clear:				both;
	padding-bottom:			20px;			
}


/* ************************ Image frame ***/
div#imageRotator{
	width:						537px;
	height:						215px;
	float:						left;
	margin:						10px 0px 0px 16px;
	padding:					3px 0px 0px 4px;
	background-image:			url('../images/imageRotator/bg.gif');
	background-repeat:			no-repeat;
}

/* ************************ Content frame ***/
div#contentHolder{
	margin:						20px 0px 0px 0px;
}

div#content{
	width:						527px;
	padding:					0px 5px 0px 5px;
	margin:						0px 0px 20px 20px;
	float:						left;
}

div#content a{
	font-weight:				bold;
	font-style:					italic;
	color:						#68A30C;
}

div#subMenu p a{
	color:						#68A30C;
	text-decoration:				none;
}

.fnrs{
	margin:						20px 5px 0px 0px;
	height:						82px;
	float:left;
}
.svp{
	margin:						20px 0px 0px 0px;
}

.afzeggen{
	text-decoration:				none;
	color:						#68A30C;
	font-weight:					bold;
}

div.pictFrame{
	float:						left;
	text-align:					left;
	width:						115px;
	background-image: 				url('../images/backgrounds/pictFrameBg.gif');
	background-repeat:				repeat-y;
	background-position:				right;
}
div.pictFrameBottom{
	height:						6px;
	background-image:				url('../images/backgrounds/pictFrameBottom.gif');
	background-repeat:				no-repeat;
	background-position:				right;
	background-color:				#FFFFFF;
}


div#rightContent{
	float:						right;
	text-align:					right;
	width:						190px;
	background-image: 				url('../images/backgrounds/rightSubMenuBg.gif');
	background-repeat:				repeat-y;
	background-position:				right;
}
div#rightContent img{
	width:						160px;
	padding:					5px 10px 4px 0px;
}
div#rightContentTop{
	height:						5px;
	background-image:				url('../images/backgrounds/rightContentTop.gif');
	background-repeat:				no-repeat;
	background-position:				right;
	background-color:				#FFFFFF;
}
div#rightContentBottom{
	height:						6px;
	background-image:				url('../images/backgrounds/rightContentBottom.gif');
	background-repeat:				no-repeat;
	background-position:				right;
	background-color:				#FFFFFF;
}

img.pict{
	float:						left;
	width:						150px;
	margin:						0px 10px 3px 0px;
}






