/* CSS Document */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF url(../img/bg_body.jpg) repeat-x 0 0;
}

#background	{ 
	position: absolute;
	left: 0; top: 0; 
	height: 165px; 
	width: 100%; 
	margin: 0; padding: 0; border: 0;
	background: url(../img/background.jpg) no-repeat 50% 0;
}


#container, #header {
	text-align: left;
	margin: 0;
	padding: 0;	
}

#container		{ width: 920px; margin: 0px auto;}
#container		{ position: relative; } /* Noodzakelijk om boven #background te plaatsen */
#header			{ width: 920px; height: 165px; overflow: hidden;}
#header			{ position: relative; } /* Noodzakelijk om diverse elementen absoluut te positioneren */
#logo			{ position: absolute; left: 60px; top: 35px;}
#nav			{ position: absolute; left: 10px; top: 129px; width: 900px; height: 36px; overflow: hidden;}
#leftshadow		{ position: absolute; left: 0; top: 165px; width: 10px; height: 137px; background: url(../img/bg_leftshadow.jpg) no-repeat 0 0;}
#rightshadow	{ position: absolute; right: 0; top: 165px; width: 10px; height: 137px; background: url(../img/bg_rightshadow.jpg) no-repeat 0 0;}
#subcontainer	{ width: 920px; border-top: 20px solid #FFF; background: url(../img/bg_subcontainer.jpg) repeat-y 0 0;}
#minheight		{ float: left; display: inline; width: 45px; height: 540px;}
#content		{ float: left; width: 532px; margin: 15px 100px 15px 0;}
#right			{ float: left; width: 202px; margin: 15px 0;}
#footer			{ clear: both; width: 920px; height: 40px; background: url(../img/bg_footer.jpg) no-repeat 0 0;}
#copyright		{ width: 840px; margin: 0px auto; padding: 0 0 15px 0; text-align: right;}

.clear			{ clear: both; width: 99%; height: 1px; line-height: 1px; font-size: 1px;}

/* Vervolg styles */
#vervolg	#subcontainer	{ background: url(../img/bg_subcontainer_vervolg.jpg) repeat-y 0 0;}
#vervolg	#content		{ width: 830px; margin: 15px 0;}
#vervolg	#leftcol		{ float: left; display: inline; width: 400px; margin-right: 65px;}
#vervolg 	#rightcol		{ float: left; width: 355px; }

#contact	#subcontainer	{ background: url(../img/bg_subcontainer_vervolg.jpg) repeat-y 0 0;}
#contact	#content		{ width: 370px; margin: 15px 100px 15px 0;}
#contact	#right			{ width: 360px;}

/* Typografie Styles, gelden voor de gehele website */
h1, h2, h3			{ font-weight: normal; margin: 0; padding: 0; line-height: 165%;}
p, a, address		{ font-weight: normal; margin: 0; padding: 0; line-height: 165%; font-style: normal;}
table, tr, td, th	{ font-weight: normal; margin: 0; padding: 0; line-height: 165%;}
img					{ margin: 0; padding: 0; border: 0;}
ul, ol, li			{ margin: 0; padding: 0; line-height: 165%;}

h1				{ font-size: 17px; color: #ED1C24; margin: 0px 0px 25px 0px; padding-bottom: 10px;}
#vervolg h1		{ border-bottom: 1px solid #CCC;}
#contact h1		{ border-bottom: 1px solid #CCC;}
h2				{ font-size: 16px; color: #ED1C24; margin: 6px 0px 4px 0px;}
h3				{ font-size: 11px; color: #ED1C24; margin: 25px 0px 0px 0px; font-weight: bold;}

p				{ margin: 0 0 15px 0;}
a				{ color: #666; text-decoration: underline; }
a:hover			{ color: #ED1C24; }

img				{ margin: 0; padding: 0; border: 0; }
img.left		{ float: left; padding: 5px; margin: 0px 10px 5px 0px; border: 1px solid #8B8B8B;}
img.right		{ float: right; padding: 5px; margin: 0px 0px 5px 10px; border: 1px solid #8B8B8B;}

ul				{ font-size: 12px; margin: 10px 0px 3px 20px;}
ul ul			{ font-size: 12px; margin: 0px 0px 0px 20px;}
ul li			{ list-style-type: circle;}
ul ul li		{ list-style-type: square;}

/* Copyright styles */
#copyright		{ font-size: 10px; color: #999;}

/* Hoofdnavigatie Styles */
#nav ul			{ margin: 0; padding: 0; border: 0px none; list-style: none; }
#nav li 		{ margin: 0; padding: 0; border: 0px none; list-style: none;}
#nav a			{ margin: 0; padding: 0; border: 0px none; text-decoration: none; }
#nav span		{ margin: 0; padding: 0; border: 0px none; text-decoration: none; }

#nav ul li					{ float: left; display: inline;}
#nav ul li span				{ float: left; display: inline; width: 3px; height: 36px; display: block; background: url(../img/bg_nav_li_sep.jpg) no-repeat 0 0;}
#nav ul li a				{ float: left; display: block; height: 36px; line-height: 36px; font-size: 11px; font-weight: normal; color: #FFF; padding: 0px 25px;}
#nav ul li a:hover			{ background: url(../img/bg_nav_li_active.gif) repeat-x 0 0; }
#nav ul li a.active			{ background: url(../img/bg_nav_li_active.gif) repeat-x 0 0; }

#nav ul li.first a:hover	{ background: url(../img/bg_nav_li_active_first.gif) repeat-x 0 0; }
#nav ul li.first a.active	{ background: url(../img/bg_nav_li_active_first.gif) repeat-x 0 0; }

/* IE 6 Bugfix extra whitespace */
* html ul li a {
   height:1em;
}