body {
	background-color: #304a6d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.5;
	text-align: center;
	overflow:auto;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

a { 
	color: #000000;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

#container { 
	width: 765px; 
	height: 464px; 
	margin: 0 auto;
	margin-top: 82px;
}

#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	
	width: 765px;
	height: 21px;
	margin: 0;
}

#main {
	width: 770px;	
	height: 421px;	
}

#main #image {
	background-repeat:no-repeat;
	
	float:left;
	width: 389px;
	height: 421px;
}

#main #content {
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	
	float:left;
	width: 376px;
	height: 421px;
	
	text-align: left;
	padding-top: 60px;
	padding-left: 5px;
}

#main #content #titel {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 45px;
	
	display:table-cell;
	vertical-align:bottom;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #304A6D;
	
}

#main #content #tekstvlak {
	height: 313px;
	overflow: auto;
	margin-right: 5px;
	padding-left: 15px;
}

#menu {
	width: 765px;
	height: 22px;
	position:absolute;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.portfolio_categorie {
	padding-top: 5px;
}
.portfolio_project {
	margin-bottom: 8px;
}

.portfolio_project .foto {
	width: 161px; 
	display: block;
	float: left;
}

.portfolio_project .foto img {
	border: 1px;
	border-color: #FF7575;
	border-style: solid;
}

.portfolio_project a {
	font-size: 14px; 
	font-weight: bolder; 
}

.portfolio_categorie_lijn {
	margin-top: 4px;
	margin-bottom: 4px;
	height: 2px;
}
.portfoliolijn {
	margin-top: 8px;
	height: 1px;
}
.lijn {
	width: 328px;
	height: 1px;
	background-color: #e44234;
	margin-bottom: 8px;
	margin-left: 15px;
}
