html, body
{
	text-align: center;
	padding: 0;
	margin: 0 auto;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	height: 100%;
	background-image: url("img/background.jpg");
	color: white;
}

div#logo
{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

div#menu
{
	background-image: url("img/menu_bg.jpg");
	height: 13px; 
	width: 920px;
	margin: 0 auto;
}

div#contact
{
	height: 18px;
	width: 920px;
	margin: 0 auto;
	background-image: url("img/contact_bg.jpg");
	color: #B8B2B2;
	padding-top: 3px;
	
}
div#flash
{
	width: 920px;
	height: 101px;
	margin: 0 auto;
	background-image: url("img/flash_menu.jpg");
}
div#flash2
{
	width: 920px;
	height: 30px;
	margin: 0 auto;
	vertical-align: middle;
}
div#footer
{
	width: 920px;
	height: 28px;
	margin: 0 auto;
	background-color: green;
	background-image: url("img/foot_bg.jpg");
}

div#space
{
	width: 920px;
	height: 50px;
	margin: 0 auto;
}
#main
{
	width: 920px;
	margin: 0 auto;
	border-top: 1px solid white;
	background-color: black;
	background-image: url("img/main_bg.jpg");
}
#main div
{
	float: left;
	text-align: left;
	min-height: 250px;
}
#content
{
	width: 775px;
}

#content_menu1
{
	width: 480px;
}
#content_menu2
{
	/* width: 295px; */
	width: 295px;
}






a, a:link, a:visited 
{
	color: #9CA3A2;
	text-decoration: none;
}


a:hover, a:active
{
	color: #FFFFFF;
 	text-decoration: none;
}






#content_stenen
{
	width: 775px;
	background-image: url("img/backgrounds/stenen.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}



/* vertical menu's */
#vertical
{
	width: 144px;
}
#vertical ul
{
margin: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#vertical a
{
display: block;
padding: 3px;
background-color: #484E4D;
border-bottom: 1px solid #eee;
}

#vertical a:link, #vertical a:visited
{
color: #EEE;
text-decoration: none;
}

#vertical a:hover
{
background-color: #B51318;
color: #fff;
}











img
{
	padding: 0;
	border: 0;
	margin: 0;
}



h1
{
	margin: 3px;
	color: #D71F27;
	font-weight: normal;
	font-size: 16pt;
}

h2
{
	margin: 3px;
	color: #D71F27;
	font-weight: normal;
	font-size: 14pt;
}

h3
{
	margin: 3px;
	color: #D71F27;
	font-weight: bold;
	font-size: 12pt;
}












/* horizontale menu */
ul#navlist
{
	margin: 0; 
	padding: 0;
	white-space: nowrap;
	text-align: right;
}

#navlist li
{	
	padding: 0;
	margin :0;
	display: block;
	float: right;
	width: 100px;
	list-style-type: none;
	background-image: url('img/menu_item.jpg');
	text-align: center;
}

#navlist a 
{
	font-family: tahoma;
	font-size: 8pt;
	line-height: 10px;
	font-weight: bold;
	padding: 0;
	margin :0;
	text-transform: uppercase;
}

#navlist a:link, #navlist a:visited
{
	
	color: #999999;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	text-decoration: none;
}








