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


/* fonts embedden */

@font-face {
	font-family: 'Aller Regular';
	src: url('../fonts/aller/Aller_Rg.eot');
	src: local('Aller Regular'), local('Aller'), url('../fonts/aller/Aller_Rg.woff') format('woff'), url('../fonts/aller/Aller_Rg.ttf') format('truetype'), url('../fonts/aller/Aller_Rg.svg#Aller') format('svg');
}

@font-face {
	font-family: 'Aller Light Regular';
	src: url('../fonts/aller/Aller_Lt.eot');
	src: local('Aller Light Regular'), local('Aller-Light'), url('../fonts/aller/Aller_Lt.woff') format('woff'), url('../fonts/aller/Aller_Lt.ttf') format('truetype'), url('../fonts/aller/Aller_Lt.svg#Aller-Light') format('svg');
}

@font-face {
	font-family: 'Aller Light Italic';
	src: url('../fonts/aller/Aller_LtIt.eot');
	src: local('Aller Light Italic'), local('Aller-LightItalic'), url('../fonts/aller/Aller_LtIt.woff') format('woff'), url('../fonts/aller/Aller_LtIt.ttf') format('truetype'), url('../fonts/aller/Aller_LtIt.svg#Aller-LightItalic') format('svg');
}

@font-face {
	font-family: 'Aller Display Regular';
	src: url('../fonts/aller/AllerDisplay.eot');
	src: local('Aller Display Regular'), local('AllerDisplay'), url('../fonts/aller/AllerDisplay.woff') format('woff'), url('../fonts/aller/AllerDisplay.ttf') format('truetype'), url('../fonts/aller/AllerDisplay.svg#AllerDisplay') format('svg');
}

@font-face {
	font-family: 'Aller Italic';
	src: url('../fonts/aller/Aller_It.eot');
	src: local('Aller Italic'), local('Aller-Italic'), url('../fonts/aller/Aller_It.woff') format('woff'), url('../fonts/aller/Aller_It.ttf') format('truetype'), url('../fonts/aller/Aller_It.svg#Aller-Italic') format('svg');
}

@font-face {
	font-family: 'Aller Bold';
	src: url('../fonts/aller/Aller_Bd.eot');
	src: local('Aller Bold'), local('Aller-Bold'), url('../fonts/aller/Aller_Bd.woff') format('woff'), url('../fonts/aller/Aller_Bd.ttf') format('truetype'), url('../fonts/aller/Aller_Bd.svg#Aller-Bold') format('svg');
}

@font-face {
	font-family: 'Aller Bold Italic';
	src: url('../fonts/aller/Aller_BdIt.eot');
	src: local('Aller Bold Italic'), local('Aller-BoldItalic'), url('../fonts/aller/Aller_BdIt.woff') format('woff'), url('../fonts/aller/Aller_BdIt.ttf') format('truetype'), url('../fonts/aller/Aller_BdIt.svg#Aller-BoldItalic') format('svg');
}

@font-face {
	font-family: 'YanoneKaffeesatzBold';
	src: url('../fonts/yanone/YanoneKaffeesatz-Bold.eot');
	src: local('Yanone Kaffeesatz Bold'), local('YanoneKaffeesatz-Bold'), url('../fonts/yanone/YanoneKaffeesatz-Bold.woff') format('woff'), url('../fonts/yanone/YanoneKaffeesatz-Bold.otf') format('opentype'), url('../fonts/yanone/YanoneKaffeesatz-Bold.svg#YanoneKaffeesatz-Bold') format('svg');
}

html, body {
	margin:0;
	height:100%;
	background-image:url(../img/schaduw_pagina.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font: 0.9em 'Aller Regular', Arial, sans-serif;
	line-height:175%;
	overflow:auto;
	overflow-x:hidden;
}

h1.kop {
	font: 1.5em 'YanoneKaffeesatzBold', Arial, sans-serif;
	padding:5px 0px 5px 0px;
	margin:0;
	color:#004784;
	letter-spacing:0.05em;
}

h1.largekop {
	font: 2.1em 'YanoneKaffeesatzBold', Arial, sans-serif;
	padding:5px 0px 5px 0px;
	margin:0;
	color:#004784;
	letter-spacing:0.05em;
}

h2.naam {
	font: 1.1em 'Aller Bold Italic', Arial, sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px -15px 0px;
	color:#A60532;
}

h3.reactie {
	font: 1em 'Aller Italic', Arial, sans-serif;
	line-height:150%;
	padding:0px 0px 0px 0px;
	color:#4D4D4D;
	margin-bottom:30px;
}	

/* elementen */

a {
	outline:none;
}

p {
 margin:0px;
}
/* divs */

#logo {
	position:fixed;
	height:100px;
	width:980px;
	left:-490px;
	margin-left:50%;
	background-color:#FFF;
	background-image:url(../img/kop_logo_new.png);
	background-position:13px;
	background-repeat:no-repeat;
	z-index:900;
}

#logo a.homebutton {
	position:absolute;
	width:445px;
	height:100px;
}

#submenu {
	width:990px;
	left:-495px;
	margin-left:50%;
	position:fixed;
	top:5px;
	right:15px;
}

a.bovenmenu {
	position:relative;
	font: 1.1em 'Aller Bold', Arial, sans-serif;
	font-size:12px;
	color:#8ABA3F;
	/*width:50px;*/
	height:20px;
	float:right;
	padding-right:10px;
	text-decoration:none;
}

a.bovenmenu:hover 
{
	cursor:pointer;
	color:#D91C5D;
	text-decoration:none;
}

/* dropdown menu */

/* submenu navigatiebalk */
#navdiv {
	position:fixed;
	top:100px;
	width:800px;
	left:50%;
	margin-left:-400px;
	z-index:9999;
	background-color:#FFF;
	height:90px;
}

#navigatie {
	width:800px;
	margin-top:15px;
}

#navigatie, #navigatie ul {
	padding:0;
	margin:0;
	list-style:none;
	margin:0 auto;
}

#navigatie a {
	font: 0.9em 'Aller Regular', Arial, sans-serif;
	letter-spacing:0.01em;
	display:block;
	color:#8ABA3F;
}

#navigatie li {
	float:left;
	width:200px;
}

#navigatie li ul {
	z-index:9999;
	position: absolute;
	width: 200px;
	left: -999em;
	top:151px;
}

#navigatie li ul li {
	background-image:url(../img/achtergrond_submenu.png);
	background-position:left top;
	background-repeat:repeat-y;
}

#navigatie li ul li a {
	padding:0.2em 0.5em 0.3em 0.7em;
	text-decoration:none;
}

#navigatie li ul li a:hover {
	background-image:url(../img/achtergrond_submenu_link.png);
	background-position:left top;
	background-repeat:repeat-y;
	color:#FFF;
}

#navigatie li:hover, #navigatie li.hover {  
	position: static;  
}  

#navigatie li:hover ul {
	left: auto;
}

#navigatie li:hover ul, #navigatie li.sfhover ul {
	left: auto;
	position: static; 
}

a.strategie {
	width:200px;
	height:50px;
	background-image:url(../img/strategie.jpg);
	background-repeat:no-repeat;
	float:left;
}

a.strategie:hover {
	cursor:pointer;
	background-position:-200px 0px;
}

a.planet {
	width:200px;
	height:50px;
	background-image:url(../img/planet.jpg);
	background-repeat:no-repeat;
	float:left;
}

a.planet:hover {
	cursor:pointer;
	background-position:-200px 0px;
}

a.people {
	width:200px;
	height:50px;
	background-image:url(../img/people.jpg);
	background-repeat:no-repeat;
	float:left;
}

a.people:hover {
	cursor:pointer;
	background-position:-200px 0px;
}

a.profit {
	width:200px;
	height:50px;
	background-image:url(../img/profit.jpg);
	background-repeat:no-repeat;
	float:left;
}

a.profit:hover {
	cursor:pointer;
	background-position:-200px 0px;
}

#videointro {
	position:relative;
	top:140px;
	margin:0 auto;
	width:820px;
	height:525px;
	background-image:url(../img/video_vlak.png);
}

a.close {
	margin-top:-65px;
	margin-right:-15px;
	width:50px;
	height:50px;
	background-image:url(../img/close.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
}

a.close:hover {
	cursor:pointer;
	background-position:0px -50px;
}

#introvideo {
	position:relative;
	top:28px;
	width:770px;
	height:433px;
	background-color:#CCC;
	margin:0 auto;
	text-align:center;
}

#video {
	position:relative;
	width:590px;
	height:332px;
	background-color:#CCC;
	margin:0 auto;
	text-align:center;
	margin-bottom:15px;
}

#videotekst {
	font: 1.2em 'Aller Regular', Arial, sans-serif;
	position:relative;
	top:17px;
	padding:25px;
}

#introtekst {
	position:absolute;
	top:210px;
	width:660px;
	left:50%;
	margin-left:-330px;
}

#introtekst a {
	color:#000;
	font: 1em 'Aller Bold', Arial, sans-serif;
	text-decoration:none;
	border-bottom:1px dotted #004784;
}

#introtekst a:hover {
	color:#A60532;
	border-bottom:1px dotted #A60532;
}

#tekstdiv {
	position:absolute;
	top:210px;
	width:660px;
	left:50%;
	margin-left:-330px;
}


.largelink {
	font: 1.2em 'YanoneKaffeesatzBold', Arial, sans-serif;
	padding:0px 0px 0px 0px;
	letter-spacing:0.05em;
	text-decoration:none;
	color:#004784;
	border:0px;	
}

.largelink a {
	font: 1.2em 'YanoneKaffeesatzBold', Arial, sans-serif;
	padding:0px 0px 0px 0px;
	letter-spacing:0.05em;
	text-decoration:none;
	color:#004784;
	border:0px;
}

.largelink a:hover {
	text-decoration:none;
	color:#A60532;
}

a {
	color:#000;
	font: 1em 'Aller Bold', Arial, sans-serif;
	text-decoration:none;
	/*border-bottom:1px dotted #004784;*/
}

a:hover {
	color:#A60532;
	/*border-bottom:1px dotted #A60532;*/
}

#printpdf {
	position:absolute;
	right:17px;
	margin-top:-13px;
}

#printpdf a {
	border:0px;
}

#printpdf a:hover {
	border:0px;
}

.inputveld {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #999;
	height:18px;
	font: 1em 'Aller light', Arial, sans-serif;
	color:#666;
	width:590px;
}

.codeveld {
	padding:3px;
	margin-bottom:5px;
	margin-left:8px;
	border:1px solid #999;
	height:18px;
	font: 1em 'Aller light', Arial, sans-serif;
	color:#666;
	width:375px;
}

textarea {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #999;
	height:18px;
	font: 1em 'Aller light', Arial, sans-serif;
	color:#666;
	width:590px;
	height:100px;
}

.submitknop {
	border:0px solid #999;
	height:26px;
	width:95px;
	font: 1em 'Aller regular', Arial, sans-serif;
	color:#FFF;
	background-color:#A60532;
	float:right;
}

.submitknop:hover {
	background-color:#C12958;
}

.ballon {
	position:absolute;
	left:-10px;
	margin-top:-5px;
}

.teksttabletop
{
	background-image:url(../img/contentvlak_boven.png); 
	background-position:top left; 
	background-repeat:no-repeat; 
	height:29px;
}
.teksttablemid
{
	background-image:url(../img/contentvlak_achtergrond.png); 
	background-repeat:repeat-y; 
	background-position:top left;
}
.teksttablebot
{
	background-image:url(../img/contentvlak_onder.png); 
	background-position:top left; 
	background-repeat:no-repeat; 
	height:30px;
}

a.anker
{
	position:relative;
	border: 1px red solid;
	padding-top: 175px;
}
