@charset "utf-8";
.arrow {
	font-size: 24px;
}
.subText {
	font-size: 10px;
	text-transform: none;
	color: #999;
	font-weight: normal;
	display: block;
}

p {
	margin: 0px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	background-color: #FFF;
	background-image: url(../images/background2.png);
	background-position: center top;
}
#container {
	height: 1230px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	float: left;
	height: 70px;
	width: 120px;
	margin-top: 30px;
	margin-left: 27px;
}
#banner {
	float: left;
	height: 410px;
	width: 904px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 18px;
	margin-left: 25.5px;
	margin-right: 25.5px;
	margin-top: 34px;
}

#headers {
	float: left;
	height: 70px;
	width: 955px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#textholder1 {
	float: left;
	width: 260px;
	padding-left: 28px;
	padding-right: 28px;
	font-size: 12px;
	color: #777;
	height: 260px;
	text-align: justify;
}
#textholder2 {
	float: left;
	width: 260px;
	padding-left: 32px;
	padding-right: 28px;
	font-size: 12px;
	color: #777;
	height: 260px;
	text-align: justify;
}
#textholder3 {
	float: left;
	width: 260px;
	padding-left: 32px;
	padding-right: 27px;
	font-size: 12px;
	color: #777;
	height: 260px;
	text-align: justify;
}

#ruler {
	float: left;
	height: 50px;
	width: 955px;
	background-image: url(../images/ruler.png);
}
#footer {
	height: 312px;
	width: 955px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	float: left;
}
.project {
	float: left;
	height: 66px;
	width: 66px;
	margin-right: 10px;
	background-color: #f7f8f9;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
}

.project a {
	color: #f7f8f9;
}

.project a:hover {
	color: #C8C8C8;
}


#projects {
	float: left;
	height: 155px;
	width: 573px;
	margin-left: 27px;
	background-image: url(../images/actueleprojecten.png);
	background-repeat: no-repeat;
	padding-top: 70px;
}
#twitter {
	float: left;
	height: 195px;
	width: 270px;
	margin-left: 27px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 10px;
}
#copyright {
	float: left;
	height: 30px;
	width: 535px;
	margin-top: 35px;
	font-size: 10px;
	color: #777;
	padding-top: 20px;
	padding-left: 25px;
}

#follow {
	float: left;
	height: 31px;
	width: 85px;
	margin-top: 35px;
	font-size: 14px;
	padding-top: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
}

#follow a {
	text-decoration: none;
	color: #777;
}

#follow a:hover {
	text-decoration: none;
	color: #6AD9F7;
}

#footerlinks {
	float: left;
	height: 30px;
	width: 278px;
	margin-top: 35px;
	font-size: 10px;
	padding-top: 20px;
	text-align: right;
	padding-right: 27px;
	color: #777;
}

#footerlinks a{
	text-decoration: none;
	color: #777;
}

#footerlinks a:hover{
	text-decoration: none;
	color: #BFD936;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:904px;
	height:395px;
	overflow:hidden;
		}	

	/* numeric controls */	

	ol#controls{
	padding:0;
	height:10px;
	margin-top: -15px;
	margin-right: 0px;
	margin-left: 430px;
		}
	ol#controls li{
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:10px;
	width:10px;
	line-height:10px;
		}
	ol#controls li a{
	float:left;
	height:10px;
	width:10px;
	line-height:10px;
	color:#F9F9F9;
	padding:0 10px;
	text-decoration:none;
	font-size: 1px;
	background-image: url(../images/selector.png);
	background-repeat: no-repeat;
		}
	ol#controls li.current a{
	color:#F9F9F9;
	background-image: url(../images/selector_current.png);
	background-repeat: no-repeat;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
h3 {
	font-weight: normal;
	font-size: 10px;
	display: inline;
}

