/* @override http://kkdesign.nl/css/master.css */

/******************************  

This is the master css by Kieran Klaassen  
Separate pages here.

**************/

div#container{
	margin: 0 auto;
	width: 960px;
}


h1#logo {
	text-indent: -9999px;
	background-image: url(/images/logo.png);
	width: 620px;
	height: 53px;
	position: relative;
	left: 15px;
	top: 13px;
}

div#portfolio {
	width: 920px;
	background: url(/images/banner.png) repeat-x;
	margin: 20px;
	height: 232px;
}

div#goed-in,div#wat-kost,div#contact {
	width: 300px;
	float: left;
	margin-left: 20px;
}
div#contact {
	width: 280px;
 	margin-right: 20px;	
}

div#wie-is{
	float: left;
}

div#portfolio-list{
	float: left;
}

h3 strong{
	color: #99c35c;
	font-weight:normal;
}

#goed-in ul{
	list-style-type: none;
	margin-left: -12px;
	margin-bottom: 20px;
	list-style-position: outside;
}
#goed-in h4{
	margin-bottom: 0;
}
#goed-in ul img{
	position: relative;
	top: 6px;
	margin-right: 7px;
}
#goed-in ul li{
	position: relative;
	top: 6px;
	height: 35px;
	line-height: 24px;
}
