/*
Website : vincentschouten.nl
CSS : Frank Buschman
E-mail:frank@ihitro.nl
WWW: http://www.ihitro.nl
---------------------------------------
CSS bestand vrijgegeven door ihitro:media onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
*/

* {
	margin: 0;
	padding: 0;
}


body {
	color : #fff;
	font : normal 11px Geneva, Arial, Verdana, "Times New Roman", sans-serif;
	background-image:url(../site2-img/mainBg.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	
}

a img {
	border : none;
}

a {
	outline: none;
}

	a:link,
	a:visited,
	a:active {
		color:#E10202;
	}

h1 {
	font-size: 22px;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}

ul li,
ol li {
	margin-left:25px;
}

th {
	text-align:left;
}


/* -------------------------------------------------------------------------------------------------------------= toet =-----*/

#container {
	width:980px;
	margin:0 auto;
}

#head {

}

#wrapper {

}

	#col1 {
		width:340px;
		float:left;
	}
	
	#col1 a,
	#col1 a:link,
	#col1 a:visited {
		color:#6CF;
		text-decoration:none;
	}
	
	#col1 a:hover {
		color:#6CF;
		text-decoration:underline;
	}
	
	#col4 {
		
	width:410px;
		float:left;
		
	}
	
		p.mainTxt {
			line-height:24px;
			font-size:13px;
			color:#e1e1e1;
			width:330px;
			
		}
	
		#small {
			background-image:url(../site2-img/smallBg.png);
			background-position:top;
			background-repeat:repeat-x;
			float:left;
			padding-bottom:100px;
			width:340px;
		}
		
		div.smallItem {
			width:320px;
			height:90px;
			overflow:hidden;
			margin-top:10px;
			float:left;
			margin-left:10px;
		}
		
		div.smallItem img {
			float:left;
		}
		
		div.smallItem h4,
		div.smallItem p {
			width:190px;
			float:left;
			margin-left:10px;
		}
		
		div.smallItem h4 {
			margin-bottom:5px;
			font-size:13px;
		}
		
		div.smallItem p {
			font-size:11px;
		}
		
		
	
	#col2 {
		width:620px;
		float:left;
		margin-left:20px;
		background-image:url(../site2-img/bigBg.png);
		background-position:0px 356px;
		background-repeat:repeat-x;
	}
	
		#col2 h3,
		#col2 p {
			margin:10px;
			font-family:Geneva, Arial, Helvetica, sans-serif;
		}
		
		#col2 h3 {
			font-size:18px;
		}
	
	#col3 {
		width:550px;
		float:left;
		margin-left:20px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
			color:#E1E1E1;
			font-size:13px;
			line-height:24px

}
	
		#col3 h3,
		#col3 p {
			margin:10px;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			color:#E1E1E1;
			font-size:13px;
			line-height:24px;
		}
		
		#col3 h3 {
			font-size:18px;
		}

#breadCrumb {
	padding:10px;
	font-size:12px;
	margin-bottom:20px;
	background-color:#333;
	border:1px solid #666;
	background-image:url(../site2-img/bigBg.png);
}

	#breadCrumb a,
	#breadCrumb a:link,
	#breadCrumb a:visited {
		color:#6CF;
		text-decoration:none;
	}
	
	#breadCrumb a:hover {
		color:#6CF;
		text-decoration:underline;
	}
	


#foot {
	background-image:url(../site2-img/footBg.png);
	background-repeat:repeat-x;
	margin-top:30px;
	padding:10px;
	padding-left:0;
}

	#foot span {
		font-family:Arial, Helvetica, sans-serif;
		margin-left:25px;
	}
	
	#foot span a {
		text-decoration:none;
		color:#fff;
		
	}
	
	#foot span a:hover {
		color:#0099FF;
	}
























