html, body {
	background-color: #666666;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
}

#container {
	background-color: #FFFFFF;
	width: 650px;
}

#header {
	width: 550px;
	height: 100px;
	color: #FFFFFF;
	background: url(bg-gradient.png) repeat-x #004466;
}

#contact {
	width: 199px;
	height: 350px;
	left: 550px;
	top: 0px;
	position: absolute;
	background-color: #FFFFFF;
	color: #666666;
	border-left: 1px solid #004466;
	padding: 0;
}

#contact h3 {
	color: #C74200;
}

.contact h5 {
	margin-bottom: 0px;
	color: #C74200;
}

.contact a {
	color: #333333;
}

.contact a:visited {
	color: #666666;
}


#projects {
	width: 299px;
	height: 650px;
	top: 100px;
	position: absolute;
	background-color: #FFFFFF;
	border-right: 1px solid #004466;
	padding: 0;
}

#projects h3 {
	color: #C74200;
}

.project h5 {
	margin-bottom: 2px;
	margin-left: 10px;
	font-size: 12px;
	color: #C74200;
}

.project a {
	color: #333333;
	display: block;
	text-align: right;
}

.project a:visited {
	color: #666666;
}

#links {
	width: 250px;
	height: 250px;
	left: 300px;
	top: 100px;
	position: absolute;
	background-color: #FF742E;
	padding: 0;
}

.link h5 {
	margin-bottom: 2px;
}

.link a {
	color: #FFFFFF;
}

.link a:visited {
	color: #FFFFFF;
}

.link .omschrijving {
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 7px;
}

#footer {
	width: 450px;
	height: 400px;
	left: 300px;
	top: 350px;
	position: absolute;
	background: #FFFFFF url(its_logo_groot.png) center no-repeat;
}

