a {
	color: #aaa;
	border: 0;
	text-decoration: underline;

}

a:hover { 
	color: #db0000;
}
	
body { 
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#aaa;
	margin: 0px;
	padding: 0px;
}

div {
	position: absolute;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}	

img {
	border: 0;
}

input, textarea {
	border: 1px solid #bbb;
	color: #0066cc;
}

textarea {
	overflow-y: auto;
	}
	
.button {
	background-color: #f6f6f6;
	color: #aaa;
}

p {
	text-align: justify;
}

#container { 
	width: 700px; 
	height: 700px;
	left: 50%;
	top: 0px;
	margin-left: -400px; 
}

#copyright {
	left: 10px;
	width: 692px;
	bottom: -40px;
	text-align: right;
}

#copyright p {
	font-size: 9px;
}

#copyright a {
	text-decoration: none;
}

#hoofdstuk {
	left: 450px;
	top: -10px;
}

#portfolio {
	left: 20px;
	top: 10px;
	height: 350px;
	width: 650px;
	border: 1px;
}

#portfolio-navig {
	left: 10px;
	top: -10px;
	width: 100px;
}

#portfolio-maps {
	left: 0px;
	top: 0px;
}

#portfolio-pictures {
	left: 0px;
	top: 30px;
	height: 370px;
	width: 510px;
	overflow-y: auto;
	overflow-x: auto;
}

#portfolio-pictures table {
	background-repeat: no-repeat;
	margin: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}

#form {
	left: 20px;
	top: 100px;
	width: 440px;
	height: 260px;
	overflow-y: auto;
}

#line {
	top: 30px;
	left: 11px;
	width: 640px;
	height: 640px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#logo {
	left: 8px;
	top: -120px;
	width: 145px;
	height: 40px;
}

#menu { 
	left: 50px;
	top: 10px;
	width: 170px;
	height: 15px;

}

#menu div {
	top: 0px;
	width: 50px;
	height: 15px;
}
	
#menu div a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 15px;
	text-decoration: none;
}	

#menu_item_1 {left: 0px;}
#menu_item_2 {left: 50px;}
#menu_item_3 {left: 100px;}
#menu_item_4 {left: 135px;}


#page_title {
	top: 210px;
	left: 138px;
	width: 24px;
	height: 149px;
}

#schaduw_onder {
	left: 0px;
	width: 100%;
	bottom: -11px;
	height: 10px;
	background-image: url(../img/schaduw_onder.png);
}

#site {
    background-color: #666666;
	width: 100%;
	height: 700px;
	top: 320px;
	left: 5px;
	margin-top: -200px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;	
}

table#content {
	table-layout: fixed;
	left: 300px;
}

#content {
	position: absolute;
	left: 0px;
	top: 50px;
	padding: 0;
	margin: 0;
	width: 700px;
	height: 600px;
}

#content p {
	 width: 350px;
	 text-align: justify;
	 }

#mailform_table {
	width: 400px;
}

#mailform_table td {
	height: 25px;
	vertical-align: top;
}

.active {
	border: 1px solid #db0000;
}	
