﻿* {
	margin: 	0;
	padding:	0;
	font-family: Tahoma;
	font-size:	12px;
	color:	#d3d3d3;
}

.clear {
	clear: both;
	height: 0px;
}

html {
	background:	url('../images/interface/backdrop.jpg') 50% 0% repeat-x #818181 fixed;
	overflow-x: hidden;
}


#container {
	background:	url('../images/interface/container.png') 50% 0% repeat-y fixed;
	width: 996px;
	margin: 0 auto;
	behavior: url('scripts/iepngfix.htc');
}


#site {
	background:	url('../images/interface/glow.jpg') 50% 0% no-repeat;
	margin: 0 auto;
	width: 926px;}

#header {
	margin: 0 auto;
	height:	240px;
}

#visual {
	/* background:	url('../images/visuals/visual.jpg'); */
	background:	url('../images/visuals/visual.php');
	width: 926px;
	height: 212px;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -463px;
}

#logo {
	background:	url('../images/interface/logoklein.png') no-repeat ;
/*	width: 254px;
	height: 203px; */
	width: 152px;
	height: 122px;
	position: absolute;
	z-index: 5;
	left: 50%;
	/*margin-left: -127px; */
	margin-left: -450px;
	margin-top:		-10px;
	behavior: url('scripts/iepngfix.htc');
	cursor:	pointer;
}

#navigatie {
	background:	url('../images/interface/bar.png');
	width: 926px;
	height: 45px;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 190px;
	margin-left: -463px;
	behavior: url('scripts/iepngfix.htc');
}

#inhoud {
	margin: 0 auto;
	width: 898px;
}

#footer {
	margin: 0 auto;
	background:	url('../images/interface/footer.png') 50% 0%;
	width: 995px;
	height: 75px;
}



