@charset "UTF-8";
/* CSS Document */

* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}
body { 
	min-width: 980px;
	padding: 0;
	margin: 0;
	background: #000 /*url(../images/bg2.jpg) top center no-repeat*/;
	/* voor ie6 */
	background-attachment: fixed;
	color: #000;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight:lighter;
}
h1 {
	color: #fff;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	padding-bottom: 14px;
	letter-spacing: 0.5em;
}


/*///// columns /////*/
.clear {
	clear: both;
}
#wrapper { 
	margin: 0 auto;
	width: 980px;
	position:relative;
	float:left;
	z-index:10;
	height: 100%;
	display:inline;
}
 #header {
	width: 980px;
	color: #333;
	height: 300px;
	margin: 0;
	position:absolute;
	z-index:11;
	float:left;
	text-align: right;
}
#content {
	width: 505px;
	color: #CCC;
	background: /*#fff*/ url(../images/bg_home_vlonder_new.png) right top no-repeat;
	margin: 183px 0px 10px 0px;
	padding: 280px 0px 0px 427px;
	height: 350px;
	position:absolute;
	z-index:12;
	float:left;
	font-weight:lighter;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 22px;
}
#footer { 
	color: #CCC;
	margin: 30px 0px;
	padding: 0;
	position:relative;
	z-index:13;
	float:left;
}
#taal {
	width: 100px;
	color: #ccc;
	margin: 0;
	padding: 0;
	height: 12px;
	position:absolute;
	/*background: #fff;*/
	z-index:24;
	float:left;
	left: 878px;
	top: 5px;
}
#taal a, #taal a:visited { text-decoration: none; color:#ccc;}
#taal a:hover { text-decoration: underline; color:#b00000;}

#menu {
	width: 364px;
	color: #000;
	margin: 0;
	padding: 0;
	height: 12px;
	position:absolute;
	/*background: #fff;*/
	z-index:23;
	float:left;
	left: 617px;
	top: 426px;
}
#menu img {
	margin-left: 30px;
}
#left-side-outer {
	width:50%;
	float:left;
	margin-right:-490px;
	height:539px;
}
#left-side{
	margin-right:490px;
	background: url(../images/bg_left_home_new.png) right top no-repeat;
	height:539px;
}
#right-side-outer {
	width:50%;
	float:right;
	margin-left:-490px;
	height: 539px;
}
#right-side {
	margin-left:490px;
	height: 539px;
	background: url(../images/bg_right_home_new.png) left top no-repeat;
}
/*///// logo /////*/
#toppert{
	position: relative;
	z-index:20;
}
#flash {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:21;
}
a.link, a.link:visited {text-decoration: none; color:#CCC;}
a.link:hover { text-decoration: underline; color:#CCC;}
