body {
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	color:#333; 
}
h1 { 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 18px; 
	padding-bottom:20px;
}
h2 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	color: #666666;
	padding-bottom:10px;
	padding-top:10px;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	color: #990000;
	padding-bottom:10px;
	padding-top:10px;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	color: #999999;
	padding-bottom:10px;
	padding-top:10px;
}
p {
	text-align: justify;
}

img {
	border-width:0;
}

.imgborder {
	border: 1px solid #CCCCCC;
	text-align: center;
	display: block;
	margin:auto;
}

.achtergrondportfolio {
	background-image: url(../afbeeldingen/portfoliobg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	width:100%;
}
.clearbeide {
	clear: both;
	padding-bottom: 65px;
}

#cont a:link {
	color: #999999;
	text-decoration: underline;
}
#cont a:visited {
	color: #999999;
	text-decoration: none;
}
#cont a:hover {
	color: #666666;
	text-decoration: underline;
}
#cont a:active {
	color: #999999;
	text-decoration: none;
}

#footer a:link {
	color: #999999;
	text-decoration: underline;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer a:active {
	color: #999999;
	text-decoration: none;
}
