/* HTML settings */ 

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	margin-left : 0px;
	margin-top : 0px;
	background-color: #FFFFFF;
	background-image: url(images/back_blauw_kl.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0px 0px;
	text-align: left;
	}
table tr td {
	vertical-align: top;
}
a {
	color : white;
	text-decoration: none;
	}
a:hover {
	color : #CCCCCC;
	}
a:visited {
	color : #CCCCCC;
	}

/* nav bar */

#toolbar {
	float: none;
	height: 30px;
	padding-left: 78px;
}
#nav {
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
#nav li {
	margin: 0; 
	padding: 0;
  list-style: none;
	display: inline;
	}
#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	}
#nav a:hover {
	background-position: 0 -30px;
	}
#nav a:active, #nav a.selected {
	background-position: 0 -30px;
	}
#thome a {
	width: 80px;
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tproject a {
	width: 126px;
	background-image: url(images/project.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tpublicatie a {
	width: 139px;
	background-image: url(images/publicatie.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tbureau a {
	width: 100px;
	background-image: url(images/bureau.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#subtool {
	height: 26px;
	position: absolute;
	bottom: 0px;
	margin-bottom: 30px;
}
#subnav {
	height: 26px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
#subnav li {
	margin: 0; 
	padding: 0;
  list-style: none;
	display: inline;
	}
#subnav a {
	float: left;
	padding: 26px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	}
#subnav a:hover {
	background-position: 0 -26px;
	}
#tback a {
	width: 102px;
	background-image: url(images/but_terug.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#tback a:hover {
	background-position: left -26px;
}
#tmore a {
	width: 100px;
	background-image: url(images/but_meer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}
#tmore a:hover {
	background-position: right -26px;
}

/* Container - Layout */

#wrapper {
	height: auto;
	width: 990px;
	left: 50%;
	position: absolute;
	margin-left: -495px;
}
#banner {
	height: 99px;
	width: 990px;
}
#container {
	height: 451px;
	width: 100%;
}
#content {
	height: 451px;
	width: 990px;
}
.rood {
	background-color: #FF3333;
	height: 451px;
	width: 179px;
	float: left;
}
.paars {
	background-color: #240078;
	height: 451px;
	width: 609px;
	float: left;
	border: 0px;
}
.blauw {
	background-color: #0099cc;
	height: 451px;
	width: 202px;
	float: left;
	border: 0px;
}
.fixframe {
	height: 451px;
	width: 179px;
}
.titel {
	margin-top: 35px;
	margin-bottom: 20px;
}
.project {
	margin: 0 60px 20px 60px;
}

.project_thumb {
	float: left;
	margin-right: 20px;
}
a:hover.tekstnormaal {
	color : #999;
	}
	
a:visited.tekstnormaal {
	color : #999;
	}
.nieuw {	color: #FF3333;
	font-weight: bold;
}
