﻿html, body 
{
	margin: 0;
	height: 100%;
	background-color: #404040;
	background-image: url('/Images/background1.jpg');
	background-repeat: repeat-x;
}
body, div, p, span, td, h1, h2
{
	font-family: Tahoma, Arial, Sans-Serif;
}
h1
{
	font-size: 24px;
	color: #CAC915;
}
h2
{
	font-size: 18px;
	margin: 0 0 2px 0;
	color: #DA8D20;
}

p
{
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 12px;
	color: #d9d9d9;
}
a
{
	color: #0000cc;
}
div#mainwrap 
{
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -450px;
	width: 900px;
	min-height: 1500px;
	background-color: #333333;
	background-image: url('/Images/background2.jpg');
	background-repeat: repeat-x;
}
div#logowrap 
{
	position: absolute;
	left: 50%;
	top: 100px;
	margin: 0 0 0 -450px;
	width: 277px;
	height: 191px;
	border: 0px dotted gray;
	z-index: 1000;
}
div#imagestopwrap 
{
	position: absolute;
	left: 50%;
	top: 160px;
	margin: 0 0 0 -163px;
	width: 611px;
	height: 243px;
	border: 0px dotted gray;
	z-index: 1000;
}
div#adreswrap 
{
	position: absolute;
	left: 50%;
	top: 20px;
	margin: 0 0 0 160px;
	width: 290px;
	height: auto;
	border: 0px dotted gray;
}
div#adreswrap > div
{
	float: left;
	color: #d5d5d5;
	font-size: 12px;
	margin: 0 20px 0 0;
}
div#adreswrap > div a
{
	color: Orange;
}
div#mainwrap div#contentwrap
{
	margin: 420px 20px 20px 20px;
	border: 0px dotted gray;
}

div.logoswrap
{
	margin: 30px 0 10px 0;
}
div.logoswrap > div
{
	float: left;
	margin: 0 10px 5px 0;
	border: 0px dashed gray;
	height: 100px;
}




div#projecten
{
}
div#projecten h2
{
	font-size: 18px;
	color: #333333;
	margin: 10px 0 0 0;
}
div#projecten p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}
div#projecten a
{
	font-size: 12px;
	font-weight: bold;
	color: #000077;
	margin: 0;
}
