/* De Grafische Wereld */
/* www.degrafischewereld.nl */


html{

	height					:	100%;

}

body{

	height					: 100%;
	font-family				:	Arial, Helvetica, sans-serif;
	font-size				: 	11px;
	line-height				:	15px;
	color						:	#000000;
	margin					:	0px;
	padding					:	0px;
	background-image	:	url(../images/layout/gradient.jpg);
	background-repeat :	repeat-x;
	background-color	:	#000169;

}

#center
{
position: relative;
	width						:	1024px;
	height					:	100%;
	margin					:	0px auto 0px auto;
	text-align      : left;
}

#background
{
	position					:	absolute;
	width						:	922px;
	height					:	100%;	
	background-image	:	url(../images/layout/slice_32.jpg);
	background-repeat	:	repeat-y;
	background-position:	102px;
	z-index					:	1;
			
}

#background_dynamic
{
	position					:	absolute;
	width						:	922px;
	height					:	auto;
	
	background-image	:	url(../images/layout/slice_32.jpg);
	background-repeat	:	repeat-y;
	background-position:	102px;
	z-index					:	2;
	float						:	left;
			
}

#top
{

	width						:	821px;
	height					:	35px;
	background-color	:	#009AFF;
	background-image	:	url(../images/layout/slice_02.jpg);
	background-position:	174px;
	background-repeat	:	no-repeat;

}

#left
{
	
	width						:	922px;
	padding-left			:	102px;
	min-height				:	768px;
	height					:	auto;
	background-image	:	url(../images/layout/slice_23.jpg);
	background-position: 0px 325px;
	background-repeat	:	no-repeat;
	float:left;
}	

#right
{

	padding-right			:	101px;
	width						:	821px;
	height					:	auto;
	background-image	:	url(../images/layout/slice_25.jpg);
	background-position:	821px 325px;
	background-repeat	:	no-repeat;
	float:left;

}

#prinav
{
	
	width						:	821px;
	height					:	208px;
		
}

#prinav img
{
	float						:	left;
}

#prinav_btns
{
	
	float						:	left;
	width						:	377px;	
}
/*
#prinav_btns a
{
	float						:	left;
	border					:	none;
}*/

#prinav_btns img
{
	border					:	none;
	float						:	left;
}

#subnav
{

	width						:	217px;
	height					:	291px;
	float						:	left;

	
}

#subnav img
{
	float						:	left;
}

#subnav_btns img
{
	border					:	none;
}

#tekstarea
{
	float						:	left;
	width						:	554px;
	height					:	auto;
	background-image	:	url(../images/layout/slice_18.jpg);
	background-position:	left 0px;
	background-repeat	:	no-repeat;
	padding-left			:	36px;

}

#tekstcolumn
{
	height					:	auto;
	width						:	348px;
	padding-top			:	26px;	
	padding-right			:	10px;
	float:left;
}

#tekstcolumn a{

	text-decoration: none;
	color: #009AFF;
	font-style: italic;

}

#tekstcolumn a:hover{

	text-decoration: underline;

}

#tekstcolumn_title
{
	display					:	block;
	font-size				:	24px;
	line-height				:	24px;
	color						:	#009AFF;
	padding-bottom		:	10px;
	height					:	auto;
}

#tekstcolumn_inleiding
{
	display					:	block;
	height					:	auto;
	color						:	#009AFF;
}

#fotocolumn
{
	float						:	right;
	width						:	196px;
	height					:	auto;
	overflow				:	hidden;
	
}

#fotocolumn img
{
	float						:	left;
	margin-top				:	5px;
}

#right_grad
{
	float						:	right;
	width						:	12px;
	height					:	591px;
	background-image	:	url(../images/layout/slice_20.jpg);
}

#logoff{
position: absolute;
top:225px;
right:80px;
width: 500px;
height: 25px;
z-index: 4;
text-align:right;
padding-right:40px;
}


