BODY {
	background-color: #FFF;
	margin-left: 76px;
}
#logo {
	position: absolute;
	margin-left: 24px;
	margin-top: 18px;
}
#main {
	position: absolute;
	background-color: white;
	font-family: arial,tahoma,segoe;
	font-size: 14px;
	color: #000;
	margin-left: 24px;
	margin-top: 168px;
	width: 800px;
	height: 600px;	
}
ul {
 	list-style: none;
	list-style-type: square; 
	list-style-position: inside; 
} 
#welkom {
	position: absolute;
	width: 400px;
	height: 20px;
	background-color: #FFF;
}
#content {
	position: absolute;
	width: 380px;
	height: 380px;
	margin-top: 20px;
	background-color: #FFF;
}
#balk {
	position: absolute;
	margin-left: 400px;
	width: 400px;
	height: 20px;
	background-color: #9f6b2e;
}
#portfolio{
	position: absolute;
	width: 800px;
	height: 380px;
	margin-top: 20px;
	background-color: #000;
}
#laatste_nieuws {
	position: absolute;
	margin-top: 400px;
	width: 400px;
	height: 20px;
	background-color: #FFF;
}
#news {
	position: absolute;
	margin-top: 420px;
	width: 380px;
	height: 180px;
	background-color: #FFF;
}
#footer {
	position: absolute;
	margin-top: 580px;
	width: 400px;
	height: 20px;
	background-color: #9f6b2e;
}
#side {
	position: absolute;
	background-color: transparent;
	margin-left: 400px;
	width: 400px;
	height: 600px;	
}
#image {
	position: absolute;
	background: #000;
	width: 400px;
	height: 400px;	
}
#slogan {
	position: absolute;
	background: #000;
	margin-top: 400px;
	width: 400px;
	height: 200px;	
}
#tportfolio {
	position: absolute;
	color: #ffead3;
	background: url(images/portfolio_achtergrond.png) #9f6b2e;
	margin-top: 420px;
	width: 400px;
	height: 180px;	
}
#tportbox {
	position: absolute;
	color: #ffead3;
	margin-top: 420px;
	margin-left: 10px;
	margin-right: 10px;
	width: 380px;
	height: 200px;	
}

p {
margin-top: 0px;
margin-bottom: 14px;

}
a {
	font-variant: small-caps;
	color: #000;
}

#contactarea {
	width:360px;
	margin:0px auto;
	padding: 10px;
	text-align:left;
	border:1px solid #1f4470;
	background-color: #719fd4;
}
#inputbox {
	border: 1px solid #1f4470;
	width: 298px;
	font-size: 12px;
	color: #9f6b2e;
	font-weight: bold;
}
#textarea {
	border: 1px solid #1f4470;
	padding: 2px;
	width:296px;
	height: 204px;
	color: #9f6b2e;
}

#submitbutton {
	border: 1px solid #1f4470;
	background-color: #1f4470;
	color: #719fd4;
	width: 302px;
}
td {
	vertical-align: top;
}