@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
}

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image:url(pix/verloop.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	height: 100%;
}

#container {
	width: 854px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -128px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	margin: 0;
	padding: 0;
}

#opdrachtgevers {
	margin-left: -10px;
	width: 100%;
	border: 3px;
	bordercolor: #FFFFFF;
}

#mainContent {
	background-color: #ffffff;
	background-image: url(pix/menuverloop.gif);
	background-repeat: repeat-x;
	background-position:top;
	padding: 3px 15px 0px 25px;
	margin: 0 118px 0 101px; /* vanwege de extra ruimte in de flash header */
}

.clearfooter {height: 128px;   clear: both;}
.clear {height: 0px;   clear: both;}

#footer {
	padding: 0px;
    bottom:0;
    width:100%;
	margin: 0px;
	margin-left: -9px; /* vanwege de extra ruimte in de flash header */
    height:128px;   /* Height of the footer */
}

h1 {
	font-size: 120%;
	margin-bottom: 0px;
}

h2 {
	font-size: 100%;
	margin-bottom: 0px;
	margin-bottom: -12px;
}

h3 {
	font-size: 100%;
	margin-bottom: -12px;
	font-style:italic;
	font-weight:normal;
}

#navcontainer
{
height: 25px;
	margin: 0;
	padding:0;
}

ul#navlist
{
margin: 0;
padding: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-weight:bold;
}

#navlist a { padding: 0px 110px 0 0px;
			margin: 0; }

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

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

a {
	text-decoration:none;
	font-weight:bold;
	color: #FF6600;}
	
a:hover {
	color: #666666;}
