@charset "UTF-8";
/* CSS Document */
html {height: 100%;}

body { background-color: black;
height: 100%;


}


div { 
	
}

#site {
	width: 1024px;
	margin: auto;
	background-color: black;
}

#content {
	width: 1024px;
	height: 542px;
	float: left;
	
}

#bottom {
	width: 1024px;
	float: left;
	background-color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	
}


#baksteen {
	clear: both;	
}

#kolom1 {
	width: 183px;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: white;
	padding: 110px 15px 30px 15px;
	line-height: 150%;
	
}

#kolom2 {
	width: 321px;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	padding: 340px 0px 0px 290px;
	
}

#kportfolio {
	width: 610px;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	padding: 0px;
	
}


#kolom3 {
	width: 170px;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: white;
	padding: 270px 15px 30px 15px;
	line-height: 150%;
	text-align: right;
	
}

#home {
	background-image: url(images/bg-home.jpg);
	height: 542px;
	
}

#werkwijze {
	background-image: url(images/bg-werkwijze.jpg);
	height: 542px;
	
}

#portfolio {
	background-image: url(images/bg-portfolio.jpg);
	height: 542px;
	
}

#referenties {
	background-image: url(images/bg-referenties.jpg);
	height: 542px;
	
}

#contact {
	background-image: url(images/bg-contact.jpg);
	height: 542px;
	
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: white;
	font-size: 12px;
	
}


#kolom2 ul {
	list-style-type:none;
	margin:0;
	padding:0;
	
}

a.kolom2 { font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: white;
	text-decoration: none;
	line-height: 160%;

}

a:hover.kolom2 { font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #092660;
	text-decoration: none;
	line-height: 160%;

}

a.kolom2c { font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #092660;
	text-decoration: none;
	line-height: 160%;

}

a:hover.kolom2c { font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #5f70b9;
	text-decoration: none;
	line-height: 160%;

}

a.email:active {font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
    color: #05102c;
    font-weight: normal;
    text-decoration: underline;
			
}
			
a.email:visited {
	color: #ffffff;	
		
}

a.email:link {
	color: #ffffff;
	
	}
	
a.email:hover {
	color: #05102c;


}

a.serie1 { 
	font-size : 12px; 
	font-family: Tahoma, Verdana, Arial;
	color:#FFFFFF;
	text-decoration:UNDERLINE;

}

a:hover.serie1 { 
	font-size : 12px; 
	font-family: Tahoma, Verdana, Arial; 
	color:#05102c;
	text-decoration: UNDERLINE;

}

a.serie2 { 
	font-size : 12px; 
	font-family: Tahoma, Verdana, Arial;
	color:#FFFFFF;
	text-decoration:UNDERLINE;

}

a:hover.serie2 { 
	font-size : 12px; 
	font-family: Tahoma, Verdana, Arial; 
	color:#cccccc;
	text-decoration: UNDERLINE;

}

input, textarea  {	
	border: 1px solid #05102c;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #05102c;
	background-color:#FFFFFF;
	cursor: hand;

}




