* {
    margin: 0px;
    padding: 0px;
}

html, body {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
    font-size: 13px;
	background:url(../images/page_back.png) repeat-x bottom;
	color:#202020;
	line-height:20px;
	width: 100%;
	height:100%;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto/roboto-bold-webfont.eot');
    src: url('../fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto/roboto-light-webfont.eot');
    src: url('../fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto/roboto-regular-webfont.eot');
    src: url('../fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/roboto_condensed/robotocondensed-light-webfont.eot');
    src: url('../fonts/roboto_condensed/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_condensed/robotocondensed-light-webfont.woff') format('woff'),
         url('../fonts/roboto_condensed/robotocondensed-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto_condensed/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/roboto_condensed/robotocondensed-regular-webfont.eot');
    src: url('../fonts/roboto_condensed/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_condensed/robotocondensed-regular-webfont.woff') format('woff'),
         url('../fonts/roboto_condensed/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto_condensed/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#header {
	height:245px;
	border-bottom:13px solid #545454;
	width:100%;
	}

#home {width:200px;
	height:80px;
	z-index:10000;
	position:absolute;
	margin-left:-233px;
	left:50%;
	margin-top:-200px;
	border:none;
	}

#menu_back {
	left:50%;
	width:50%;
	height:80px;
	background-color:#fb7f56;
	position:absolute;
	margin-top:-80px;
	}
#menu {
	margin-top:-80px;
	}

#foto { margin:0 auto;
	margin-top:-260px;
	text-align:center;
	left:50%;
	margin-left:-633px;
	height:507px;
	position:absolute;
	}
	
#content_main {
	width:992px;
	position:relative;
	padding-bottom:25px;
	margin:0 auto;
	margin-top:205px;
	background:url(../images/content_bottom.png) bottom no-repeat;
	z-index:1000;
	height:auto;
	}

#content_inner {
	width:900px;
	padding:30px;
	margin:0 auto;
	border-radius: 35px 35px 35px 35px;
	-moz-border-radius: 35px 35px 35px 35px;
	-webkit-border-radius: 35px 35px 35px 35px;
	background-color:#fff;
	min-height:200px;
	height:auto;
	
}

#content_left {
	width:310px;
	float:left;
	min-height:10px;
	}
	
#content_right {
	width:590px;
	float:left;
	}
	
#afbeeldingen img {
	margin-bottom:10px; margin-right:10px;
	}

#social {
	width:960px;
	left:50%;
	width:480px;
	position:absolute;
	margin-top:-200px;
	z-index:10000;
	}

#footer {	
	width:960px;
	margin:0 auto;
	text-align:right;
	}
	
input {outline: none; }
textarea {outline: none; font-family:Arial, Helvetica, sans-serif; padding-top:5px; }

.tekstvak_smal {
	color: #fff;
	background-color:#545454;
	text-decoration: none;
	height: 25px;
	width: 260px;
	border: 1px solid #000;
	padding-left:5px;
}
.tekstvak_breed {
	color: #fff;
	background-color:#545454;
	text-decoration: none;
	height: 25px;
	width: 260px;
	border: 1px solid #000;
	padding-left:5px;
}
.tekstvak_multi {
	color: #fff;
	background-color:#545454;
	text-decoration: none;
	width: 260px;
	border: 1px solid #000;
	padding-left:5px;
}
.tekstvak_medium {
	color: #fff;
	background-color:#545454;
	text-decoration: none;
	height: 25px;
	width: 260px;
	border: 1px solid #000;
	padding-left:5px;
}
.button {
    font-size: 14px;
	width:130px;
	height:22px;
	border:none;
	color:#FFFFFF;
	background-color:#fe7041;	
}

#footer {
	padding:0px 0px 30px 0px;
	}

.meer_info { width:200px; height:30px; margin-left:350px; margin-top:30px; color:#FFFFFF; position:relative;}
.meer_info2 { width:200px; height:30px; margin-left:285px; margin-top:30px; color:#FFFFFF; position:relative;}
.orange {background-color:#fd8056; padding:10px 20px 10px 20px; float:left; font-family: 'robotobold'; font-size:15px; }
.black { background-color:#000000; padding:10px 15px 10px 15px; float:left; font-size:20px; }
.slogan {width:450px; height:100px; z-index:10000; margin-top:-200px; margin-left:0px; color:#fb7f56; font-size:26px; text-align:right;}
#slogan_main {width:960px; margin:0 auto;}
.button:hover{ cursor:pointer; }


.fout { color:#FF0000; }

.downloads li { list-style:none; background:url(../images/pdf.png) top left no-repeat; background-position:0px 13px; font-size:12px; margin-left:-17px; padding: 5px 0px 5px 25px; width:auto; border-top:#A5B7C0 solid 1px; }

.downloads li a:link { color:#C41039; text-decoration:none; }
.downloads li a:active { color:#C41039; text-decoration:none; }
.downloads li a:visited { color:#C41039; text-decoration:none; }
.downloads li a:hover { color:#231F20; text-decoration:none; }

/* DEZE HACK IS NODIG OMDAT ANDERS HET CONTENT VLAK NIET MEESCHAALD MET EEN FLOATED DIV */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */