@charset "utf-8";
/* CSS Document */

html, body {
	width				:	auto;
	min-width			:	100%;
	text-align			:	center;
	height				:	100%;
	margin				:	0px;
	padding				:	0px;
	background-image	:	url(../images/bg.png);
	background-repeat	:	repeat;
}

/* VOOR DE STARTPAGINA */

#start div.block{
	width				:	800px;
	height				:	589px;
	position			:	relative;
	float				:	left;
	top					:	50%;
	left				:	50%;
	margin-top			:	-350px;
	margin-left			:	-400px;
	background-image	:	url(../images/Intro02.png);
	background-repeat	:	no-repeat;
}

#start div.nl{
	width				:	80px;
	height				:	50px;
	position			:	relative;
	float				:	left;
	margin-top			:	533px;
	margin-left			:	135px;
}

#start div.gb{
	width				:	80px;
	height				:	50px;
	position			:	relative;
	float				:	left;
	margin-top			:	533px;
	margin-left			:	350px;
}

#start img{
	border				:	none;
}

/* VOOR DE WEBPAGINA'S */

div.container{
	width				:	auto;
	min-width			:	1240px;
	height				:	100%;
	min-height			:	100%;
	position			:	relative;
	margin				:	0px auto;
	padding				:	0px;
	float				:	none;
	z-index				:	0;
	background-image	:	url(../images/container_bg.png);
	background-repeat	:	repeat-y;
	overflow			:	auto;
	
}

div.top{
	width				:	auto;
	min-width			:	100%;	
	height				:	199px;
	position			:	relative;
	margin				:	0;
	float				:	left;
	background-image	:	url(../images/top_bg.png);
	background-repeat	:	repeat;
	z-index				:	0;
}

div.top_text{
	width				:	765px;
	height				:	60px;
	position			:	relative;
	margin				:	100px 0 0 450px;
	float				:	left;
	background-image	:	url(../images/top_name.png);
	background-repeat	:	no-repeat;
	z-index				:	0;
}

div.center_body{
	width				:	auto;
	min-width			:	100%;
	height				:	100%;
	position			:	relative;
	float				:	left;
}

div.menu_block{
	width				:	515px;
	height				:	600px;
	position			:	relative;
	float				:	left;
	text-align			:	left;
	z-index				:	0;
	border-bottom		:	6px double #2166b5;
}

div.menu_bg{
	width				:	250px;
	height				:	606px;
	position			:	relative;
	float				:	left;
	margin-left			:	-220px;
	background-image	:	url(../images/menu_bg.png);
	background-repeat	:	repeat-y;
	z-index				:	0;
}

div.top_logo{
	width				:	525px;
	height				:	400px;
	position			:	relative;
	float				:	left;
	margin-top			:	-199px;
	margin-left			:	-550px;
	background-image	:	url(../images/vlak_logo.png);
	background-repeat	:	no-repeat;
	z-index				:	1;
}

div.menu{
	width				:	135px;
	height				:	100%;
	position			:	relative;
	margin-left			:	-150px;
	float				:	left;
	z-index				:	2;
}

div.text_block{
	min-width			:	44%;
	max-width			:	55%;
	width				:	auto;
	min-height			:	100%;
	height				:	auto;
	position			:	relative;
	float				:	left;
	margin-left			:	-15px;
	padding-left		:	15px;
	text-align			:	justify;
	z-index				:	0;
	color				:	#333366;
	overflow			:	visible;
	background-image	:	url(../images/logo_body.png);
	background-repeat	:	no-repeat;
	background-position	:	bottom right;
	font-family			:	Arial;
}


span.left{
	width				:	auto;
	height				:	auto;
	margin				:	10px 10px 10px 0;
	float				:	left;
}

span.right{
	width				:	auto;
	height				:	auto;
	margin				:	10px 0 10px 10px;
	float				:	right;
}

h5.update { padding : -25;
			margin 	: 0;}