@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font-family: Helvetica,sans-serif;
	font-size: 13px;
	color:#8c8c8c;
}
h1 {
	color:#e31936;
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
}
h2 {
	color:#e31936;
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
}
h3 {
	color:#e31936;
	margin:0;
	padding:0;
	font-size: 13px;
}
ul {
	list-style:disc;
	color:#4C4C4C;
	margin-left:15px;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#e31936;
}
a:hover {
	text-decoration:none;
	color:#e31936;
}
p {
	line-height:1.4em;
	color:#4c4c4c;
}
.red {
	color:#e31936;
}
#wrapper { 
	width: 955px;
	height: 600px;
	margin-left:20px;
}
#header {
	width:845px;
	float:left;
	height:130px;
	border-bottom:dashed 1px #4c4c4c;
}
#content {
	width:955px;
	height:370px;
}
#footer {
	width:955px;
	height:70px;
	float:left;
	margin-top:20px;
}
/* HEADER */

.logo {
	margin-left:60px;
	padding-top:10px;
	float:left;
	width:53px;
	height:103px;
}
.contact-header {
	padding-top:10px;
	float:right;
	margin-right:25px;
	width:257px;
	height:20px;
	color:#969696;
	font-size:13px;
}

/* CONTENT */
.column {
	width:500px;
	float:left;
	height:360px;
	margin-left:60px;
	padding-top:30px;
	overflow:auto;
	padding-right:40px;
	margin-bottom:20px;
}
.column1 {
	width:390px;
	float:left;
	height:380px;
	margin-left:60px;
	padding-top:30px;
}
.column2 {
	width:325px;
	float:left;
	height:380px;
	padding-top:30px;
	margin-left:40px;
}
.sub-content{
	padding-left:127px;
}
.doubleyou {
	color:#4c4c4c;
	height:138px;
	border-bottom:1px dashed #4c4c4c;
	margin-bottom:10px;
}
.nieuws-activiteiten {
	color:#4c4c4c;
}
	.nieuws-activiteiten ul {
		margin-left:20px;
		color:#e31936;
	}
.testimonials p{
	color:#8c8c8c;
}
/* FOOTER */
.footer-header {
	width:955px;
	height:25px;
	background:transparent url(../images/footer.png) no-repeat;
}
.subtitle {
	margin-left:63px;
	float:left;
	font-size:12px;
}
.banner {
	float:right;
	width: 500px;
	height:42px;
	margin-right:230px;
	overflow:hidden;
	display:block;
}

/* SCROLLBAR */
.Container {
	position: absolute;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 400px;
	height: 350px;
}

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 350px;
}
#Scrollbar-Container {
	position: absolute;
	left: 127px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
}
.Scrollbar-Track {
	width: 20px;
	height: 320px;
	position: absolute;
	top: 10px;
	left: 4px;
	background: transparent url(images/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
	position: absolute;
	width: 20px;
	height: 22px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 310px;
}
