/*
Tjalle Brouwer Basisstijlen - versie: 22-02-06
*/

html {
	margin: 0;
	padding: 0;
	overflow: auto;	
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica;
	color: #000;
	overflow: auto;
}
td {
	font: 12px Verdana, Arial, Helvetica;
}

.projtab {
	margin-bottom: 15px;
	margin-right: 10px;	
}
td .project {
	border: 1px solid #CCC;
	font: 8px Arial, Helvetica;
	letter-spacing: 1px;
	padding: 13px 13px 6px 13px;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
}
td .project img, td .project a img {
	margin-bottom: 8px;
	border: 0;
}

a { text-decoration: none; }

div.mail {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
div {
	margin: 0;
	padding: 0;
}

div.main {
	position: relative;
	text-align: left;
	width: 1004px !important;
	width: 1006px;
	height: 588px !important;
	height: 590px;
	border: 1px solid #000;
}
div.main_home {
	position: relative;
	text-align: left;
	width: 1004px;
	height: 590px;
	border: 1px solid #000;
	overflow: hidden;
	background: url("../images/index.jpg") no-repeat 160px 102px;
}

div.left {
	position: absolute;
	top: 102px;
	bottom: 42px;
	left: 0px;
	width: 160px;
	height: 465px;
	background: url("../images/nav_fill.gif") repeat-y;
	overflow: hidden;
}
div.left a:link {
	color: #FFF;
}
div.left a:visited {
	color: #FFF;
}
div.left a:hover {
	color: #000;
}

div.content {
	position: absolute;
	top: 102px;
	left: 155px;	
	height: 429px !important;
	height: 459px;	
	width: 819px !important;
	width: 849px;
	margin: 0;
	padding: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	font: 14px Verdana, Arial, Helvetica;
}

div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 102px;
	background: url("../images/top.gif") no-repeat;
	overflow: hidden;
	text-align: right;
	vertical-align: middle;
}
div.top a img {
	border: 0;
	margin: 14px 16px 0 0;	
}
div.content a {
	tex-decoration: none;
}
div.content a:link {
	color: #00d;
}
div.content a:visited {
	color: #00d;
}
div.content a:hover {
	color: #f00;
}
div.content a img {
	border-color: #000;
}
div.content ul {
	margin:8px 0 8px 15px;
	padding:0;
}
div.top h1 {
        position: absolute;
        top: 9px;
        left: 107px;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
}
div.top h2 {
        position: absolute;
        bottom: 11px;
        left: 98px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
div.top h3 {
        position: absolute;
        bottom: 14px;
        right: 10px;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
div.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1004px;
	height: 27px;
	background: url("../images/bottom.gif") no-repeat;
}
div.footer p {
	float: right;
	margin: 0;
	padding: 6px 16px 6px 0px;
	font-size: 9px;
	font-weight: bold;
	color: #CFC8CF;
}
div.footer a {
	color: #CFC8CF;
	text-decoration: underline;
}
div.left ul {
	margin: 0 6px 4px 4px;
	padding: 0px 0 0 0;
	list-style: none;
}
div.left li {
	display: block;
	padding: 6px 4px 6px 10px;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid #CF0000;
}
div.left li.laatste {
	border-bottom-width: 0px;
}
div.left li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0;
	margin: 0;
}
div.left li a.activ {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0;
	margin: 0;
}
div.left li a:hover {
	color: #000;
}
div.copy {
	position: absolute;
	bottom: 75px;
	right: 0px;
}
body
{
scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #FF0000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FF0000;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #FF0000;
scrollbar-track-color: #FFFFFF;
}
