body
{
	background:				#A2CCC8 url(/media/images/body.jpg) center top no-repeat fixed;
}
#wrapper
{
	width:					945px;
	margin:					0 auto;
	position:				relative;
	padding:				0 25px;
}
body > #wrapper
{
	background:				url(/media/images/wrapper.png) repeat-y;
}
* html #wrapper
{
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/wrapper.png', sizingMethod='scale');
}
#wrapper2
{
	position:				relative;
	z-index:				1;
	overflow:				hidden;
	padding-bottom:			20px;
	width:					945px;
}
#wrapper-bg1
{
	position:				absolute;
	left:					0;
	top:					0;
	height: 				490px;
	width:					100%;
	z-index:				2;
}
div > #wrapper-bg1
{
	background: 			url(/media/images/background.png) no-repeat;
}
* html #wrapper-bg1
{
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/background.png', sizingMethod='');
}
#wrapper-bg2
{
	position:				absolute;
	left:					0;
	top:					490px;
	width: 					100%;
	height: 				1000000px;
	z-index:				2;
}
#wrapper-bg2
{
	background: 			url(/media/images/background_repeat.png) repeat-y;
}
* html #wrapper-bg2
{
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/background_repeat.png', sizingMethod='');
}
#wrapper-content
{
	position:				relative;
	float:					left;
	width: 					100%;
	z-index:				3;
}
#kolom1
{
	width:					236px;
	display:				inline;
	float:					left;
	position:				relative;
	background:				url(/media/images/menu_background.png) repeat-y;
}
#kolom2
{
	width:					467px;
	display:				inline;
	float:					left;
	position:				relative;
	padding:				40px 20px 10px 15px;
}
#kolom3
{
	width:					190px;
	display:				inline;
	float:					left;
	position:				relative;
	padding-top:			40px;
	padding-right:			10px;
}

/* KOP */
#kop
{
	background:				#006599 url(/media/images/kop.jpg) top right no-repeat;
	height:					126px;
}
#kop .hoek
{
	z-index:				3;
}
#kop .tekst
{
	position:				absolute;
	top:					40px;
	right:					40px;
}

/* MENU */
#menu
{
	margin:					30px 40px 0 10px;
	list-style-type:		none;
}
#menu ul
{
	margin:					0;
}
#menu li
{
	zoom:					1;
}
#menu li a
{
	color:					white;
	font-family:			"Arial Black";
	margin-left:			25px;
	border-bottom:			1px solid #82B0C9;
	text-decoration:		none;
	padding:				5px 0;
	font-size:				13px;
	display:				block;
}
#menu li a:hover
{
	text-decoration:		none;
}
#menu li.huidig
{
	background:				url(/media/images/actief.gif) 6px center no-repeat;
}

/* SUBMENU */
#submenu
{
	margin:					0;
	border:					solid white;
	border-width:			1px 0;
	padding:				7px 0 4px;
	overflow:				auto;
}
#submenu ul
{
	list-style-type:		none;
	margin:					0;
}
#submenu ul li
{
	float:					left;
	display:				inline;
}
#submenu ul li a
{
	float:					left;
	display:				inline;
	text-decoration:		none;
	color:					white;
	margin:					0 20px 3px 0;
	color:					#CCD7E9;
}
#submenu ul li.huidig a, #submenu ul li a:hover
{
	color:					white;
}

/* subsubMENU */
#subsubmenu
{
	margin:					0;
	padding:				1px 0 0;
	height:					17px;
	border-bottom:			1px solid #35729E;
}
#subsubmenu ul
{
	list-style-type:		none;
	margin:					0;
}
#subsubmenu ul li
{
	float:					left;
	display:				inline;
}
#subsubmenu ul li a
{
	float:					left;
	display:				inline;
	text-decoration:		none;
	color:					white;
	margin-right:			20px;
	color:					#CCD7E9;
}
#subsubmenu ul li.huidig a, #subsubmenu ul li a:hover
{
	color:					white;
}

/* Projectenblok */
#projecten-blok
{
	margin:					30px 9px 0 2px;
	background:				#9999CB;
}
#projecten-blok h2
{
	background:				#595975;
	color:					white;
	padding:				1px 10px 1px 10px;
	font-family:			"Arial Black";
	margin:					0;
}
#projecten-blok div
{
	padding:				10px;
	color:					black;
}
#projecten-blok img
{
	margin-top:				10px;
}
#projecten-blok .leesmeer
{
	color:					black;
	font-weight:			bold;
	float:					none;
}

/* CONTENT */
#content
{
	padding:				10px 0;
	line-height:			1.4;
}

#contactgegevens
{
	margin-top:				15px;
	line-height:			1.8;
	font-weight:			bold;
	color:					#BBD1FF;
	cursor:					pointer;
}
/* FOOTER */
#footer
{
	clear:					both;
	text-align:				right;
	width:					970px;
	height:					18px;
	margin:					0 auto;
	color:					white;
	font-size:				11px;
	padding:				7px 25px 0 0;
	position:				relative;
}
body > #footer
{
	background:				url(/media/images/footer.png) no-repeat;
}
* html #footer 
{
	filter:					progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/footer.png', sizingMethod='');
}
#footer a
{
	text-decoration:		none;
}
#modules
{
	list-style-image:		url(/media/images/actief2.gif);
}
#ingelogd
{
	position:				absolute;
	top:					104px;
	right:					38px;
}
#ingelogd .uitloggen
{
	font-size:				11px;
	margin-left:			15px;
}
.vlak
{
	padding:				7px 0;
	position:				relative;
	cursor:					pointer;
	overflow:				auto;
	display:				block;
	border-bottom:			1px solid #ADBEDA;
	_height:				20px;
	_overflow:				visible;
}
.vlak .foto
{
	float:					right;
	margin:					0 0 0 7px;
	
}
.vlak .foto img
{
	display:				block;
}
.leesmeer
{
	font-size:				11px;
	float:					right;
}
.terug
{
	font-size:				11px;
	display:				block;
	text-align:				right;
	margin-bottom:			10px;
}
