@charset "UTF-8";
/*Algemeen*/

body {
	background-repeat: no-repeat;
	background-image: url(../images/background.jpg);
	background-color:#000000;
	color: #ffffff;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;

}


@font-face {
 font-family: "OCR A Std";
 src: url("../fonts/OCR-A.eot") /* EOT file for IE */
}
@font-face {
 font-family: "OCR A Std";
 src: url("../fonts/OCR-A.ttf") /* TTF file for CSS3 browsers */
}

h1 { 
	font-family: "OCR A Std", sans-serif; 
	font-size: 16px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	font-style:normal;
	}
	
h2 { 
	font-family: "OCR A Std", sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	font-style:normal;
	}


a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: underline;
	outline: none;

	}
	
a:hover {
	color: #24c2fc;
	text-decoration: none;
	}

ul,li{
	list-style-type: none;
	padding:0px;
	margin:0px;
	
}

/*ID's*/

#nav a:link, #nav a:active, #nav a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #24c2fc;
	text-decoration: none;
	}

#nav ul,#nav li{
	list-style-type: none;
	padding:0px;
	margin:0px;
	
}

#nav {
	position:absolute;
	left:100px;
	top:151px;
	width:200px;
	padding:10px;
	font-family: "OCR A Std", sans-serif; 
	font-size:16px;
	line-height:22px;
	padding-top: 14px;

}

#navcases, #kmenu {
	position:relative;
	left:15px;
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	line-height:22px;
	text-transform:uppercase;
}

#twitter, #vptekst1 {
	position:absolute;
	left:256px;
	top:151px;
	width:255px;
	padding-top:14px;
}

#vptekst2 {
	position:absolute;
	left:525px;
	top:151px;
	width:255px;
	padding-top:14px;
}

#vpprojects {
	position:absolute;
	left:256px;
	top:251px;
	padding-top:14px;
}


#vpprojects a:link, #vpprojects a:active, #vpprojects a:visited {
	color: #ffffff;
	text-decoration: none;
	outline: none;

	}
	
#vpprojects a:hover {
	color: #24c2fc;
	text-decoration: none;
	}

#agenda {
	position:absolute;
	left:796px;
	top:151px;
	width:255px;
	padding-top:14px;
}



#content {
	position:absolute;
	left:256px;
	top:151px;
	width:850px;
	padding-top:14px;
}

#contentcases {
	position:absolute;
	left:300px;
	top:151px;
	width:850px;
	padding-top:14px;
}

/*Classes*/
.inleiding {
	float: left;
   	width: 255px;
   	margin-right: 15px;
   	display:block;
}

.contentwrapper {
	width: 810px;
	display:block;
	float: left;
	padding-bottom: 30px;
	
}

.flickr_badge { 
	float: left; 
	}
.flickr_badge img { 
	width: auto; 
	height: 75px; 
	padding: 0px; 
	border: 0px;
	margin: 0; 
	margin-right:10px; 
	margin-bottom:10px; 
	float: left; 
	}



