/* -- basic  ------------------------------------------------------------------------------------------- */
html {
	/* voor het tonen van de (non)actieve scrolbar, zodat de pagina niet verschuift */
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #000;
	color: #fff;
	font: normal 0.80em/140% Trebuchet MS, Arial, Verdana, Tahoma;
	padding: 0;
	margin: 0;
	text-align: center;
}

strong {
	font: bold 14px Trebuchet MS, Arial, Verdana, Tahoma;	
	color: #ff9000;
}

div.quote {
	background-color: #3c3c3c;
	font: italic 14px Trebuchet MS, Arial, Verdana, Tahoma;	
	color: #fff;
	padding: 10px;
		
}


div.container {
	background: 			#000 url("../images/home.jpg") no-repeat scroll 0px 0px;
	width:					984px;	
	height:					600px;
	margin:					auto;
	border:					0px solid #fff;
	text-align:				center;
}

div.container2 {
	background: 			#000 url("../images/sub.jpg") no-repeat scroll 0px 0px;
	width:					984px;	
	height:					600px;
	margin:					auto;
	border:					0px solid #fff;
	text-align:				center;
}

div.container3 {
	width:					984px;	
	height:					600px;
	margin:					auto;
	border:					0px solid #fff;
	text-align:				left;
}



.textcontent a {color:#fff;text-decoration: underline;}

.textcontent a:hover {color:#fff;}


/* -- basic layout elements --- dont change! ---------------------------------------------------------- */
div.wrapper {overflow:hidden;width:100%;}
.right {float:right;}
.left {float:left;}
.abs {position: absolute;}
.rel {position: relative;}

/* -- Text elements ----------------------------------------------------------------------------------- */
h1, h2, h3 {color:#fff;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}

p {}

div.textcontent img.photo {
	padding: 0px 20px 0 0;
}

div.content {
	padding: 				130px 0 0 160px;
	width:					824px;
	border: 					#fff solid 0px;
}

div.flashcontent {
	border: solid 0px #CCC;
	width: 590px;
	height: 300px;		
}

div.textcontent {
	margin-top: 30px;
	border: solid 0px #CCC;
	width: 590px;
	text-align: left;
	line-height: 20px;
}

div.workcontent {
	margin-top: 28px;
	border: solid 0px #CCC;
	line-height: 20px;
}

div.navigation {
	text-align: left;
	border: solid 0px #CCC;
	width: 919px;		
	padding: 0 0 10px 85px;
}

div.navigation a.navigation {
	padding: 0 20px 0 0;
}

div.footer {
	text-align: left;
	border: solid 0px #CCC;
	width: 984px;
	padding: 15px 0 0 445px;
}

div.logo {
	padding: 97px 20px 0 0;
	border: solid 0px #CCC;
	width: 65px;	
	text-align: right;
}




