body.koenen {

	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
}	

table.centerpage {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

td.centerpage {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 515px;
	text-align: left;
}

div.author {
	position: absolute;
	margin: 0 auto;
	top: 500px;
	left: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 25px;
	
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
}

div.background {
	position: absolute;
	left: 130;
	top: 55;
	width: 800px;
	height: 515px;
	text-align: left;
	background-image: url(images/moergrijsgr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.header {
	position: absolute;
	width: 800px;
	height: 90px;
	text-align: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: white;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #E2001A;
}

div.menubackground {
	position: absolute;
	top: 105;
	margin: 0 auto;
	width: 160px;
	height: 400px;
	border: 1px solid #E2001A;
	background-image: url(images/douchekop.jpg);
	background-repeat: no-repeat;
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
}

div.menu {
	position: absolute;
	top: 140;
	left:10;
	margin: 0 auto;
	width: 155px;
	height: 380px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #E2001A;
	
}

div.textbackground {
	position: absolute;
	top: 105;
	left:165;
	margin: 0 auto;
	width: 635px;
	height: 400px;
	background-color: white;
	border: 1px solid #E2001A;
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
}

div.sitetext {
	position: absolute;
	top: 140;
	left:195;
	margin: 0 auto;
	width: 585px;
	height: 360px;
	text-align: left;
	overflow: auto;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0.01em;
}

div.koenenteam {
	position: absolute;
	top: 20;
	left: 280;
	border: 1px solid #E2001A;
}

div.uneto {
	position: absolute;
	top: 313;
	left: 0;
}

a:link     {color:#E2001A}
a:visited  {color:#E2001A}
a:hover    {color:#E2001A}
a:active   {color:#E2001A}


a.menu:link     {text-decoration:none;color:#E2001A}
a.menu:visited  {text-decoration:none;color:#E2001A}
a.menu:hover    {text-decoration:none;color:#E2001A}
a.menu:active   {text-decoration:none;color:#E2001A}

#home #nav-home, #nieuws #nav-nieuws, #contact #nav-contact, #projecten #nav-projecten, #referenties #nav-referenties, #vacatures #nav-vacatures, #links #nav-links {
	text-decoration: underline overline;
	color: white;
	font-weight: bolder;	
}


