@charset "UTF-8";
/* reset standaard css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: medium;
	vertical-align: baseline;
	font-family: Calibri, "Calibri Bold", "Calibri Italic";
	color: #666;
}

a.transparant:hover {
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
}


/*DIT IS ALLEMAAL NIEUW!!!*/

* {
	margin: 0;
}
html, body {
	height: 100% !important;
}

.wrapperpage {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
}




/*DIT NIET MEER */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */
a {
	text-decoration: blink;
	color: #666;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
.clear {
	height: 1px;
	clear: both;	
}
.header {
	padding: 10px 0px;
}
.footer .wrapper,
.header .wrapper {
	padding: 0 0px;
	width: 990px;	
}
.wrapper {
	margin: 0 auto;
	width: 1080px;	
}
.menu {
	float: right;
	margin-top: 30px; 
}
.menu li {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 20px;
	list-style: none;	
}
.menu li a {
	font-size: 15px;
	color:#666;
}
.menu li a:hover {
	color: #F90;
}
.slider {
	text-align: center;	
}
.slider img {
	margin-top:10px;
	max-width: 400%;
	max-height: 400px;
}
@media screen and (min-width: 1080px) {
 
.slider img {
width:100%;
}
 
}
 
 
@media screen and (max-width: 1080px) {
 
.slider img {
width:1080px;
}
 
}

.main .wrapper {
	position: relative;
	background: #FFF;
	margin-top: -50px;
	height: 350px;
}
.col {
	padding: 0 4%;
	float: left;
	width: 25%;	
}
.col.border {
	/* border-right: 1px solid #ccc;	*/
		
}
.col h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color:#666;
}
.col h2 a:hover {
	color: #F90;
}
a.transparantbijhover:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.schaduw {
    padding: 2px;
    align: center;     
    float : none;
    margin: auto;
    max-width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 4px #aaaaaa;
    -moz-box-shadow: 0 1px 4px #aaaaaa;
    -webkit-box-shadow: 0 1px 4px #aaaaaa;
}
.col p {
	font-size: 15px;
	line-height:normal;
	color: #666;
	margin-bottom: 20px;
}

.footer {
	position: fixed;
	line-height:20px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	clear:both;
	opacity: 0.5;
    filter: alpha(opacity=40); /* For IE8 and earlier */
} 
.footer p {
	font-size:10px;
	color:#FFF;
	margin-left:46%;
}
