/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
body {
	background:#000000;
	text-align:center;
	}
	
#wrapper {
	width:900px;
	margin:0 auto 0 auto;
	text-align:left;
	}
/* DIVs */
#header {
	width:900px;
	height:125px;
	background:url(../img/header.jpg) no-repeat;
	float:left;	
	}
#intro {
	width:900px;
	height:355px;
	float:left;	
	}
#picture {
	width:900px;
	height:305px;
	background:#ff7500;
	float:left;	
	}
#pictureprod {
	width:900px;
	height:280px;
	background:#ff7500;
	float:left;	
	}
#container {
	width:900px;
	float:left;	
	}
#content {
	width:605px;
	float:left;	
	}
#newscontent {
	width:900px;
	float:left;	
	}
#blocks {
	width:295px;
	float:right;
	padding:0 0 10px 0px;	
	}
#footer {
	width:900px;
	height:25px;
	background:url(../img/footer.gif) no-repeat;
	float:left;	
	}
/* Navigatie */
#nav {
	width:900px;
	height:25px;
	float:left;
	text-align:left;
	}
#nav ul {
	list-style-type:none;
	padding:0 0 0 20px;
	}
#nav ul li {
	display: block;
	float: left;
	padding: 0 45px 0 45px;
	}
#nav ul li a {
	text-decoration: none;
	display: block;
	border:0;
	}
#subnav {
	width:900px;
	height:25px;
	float:left;
	text-align:left;
	background:#222;
	}
#subnav ul {
	list-style-type:none;
	padding: 0 0 0 35px;
	}
#subnav ul li {
	display: block;
	float: left;
	padding: 5px 20px 0 20px;
	}
#subnav ul li a {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	color:#999999;
	border:0;
	}
#subnav ul li a:hover {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	color:#CCCCCC;
	border:0;
	}
/* Blocks */
#blocklist {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:50px 0 0 15px;
	}
#blocklist li {
	list-style: none;
	width:280px;
	height:120px;
	padding:0 0 20px 0;
	overflow:hidden;
	}
.block1 {
	background: url(../img/block1.gif) no-repeat;
	}
.block2 {
	background: url(../img/block2.gif) no-repeat;
	}
.block3 {
	background: url(../img/block3.gif) no-repeat;
	}
#blocklist li a {
	text-decoration: none;
	font-weight:bold;
	color:#ff7500;
	padding:2px 0 3px 10px;
	}
/* Typografie */
p {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#999;
	padding:25px 0 35px 0;
	}
.hometxt {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#999;
	display:inline;
	width:305px;
	padding:25px 0 35px 0;
	float:right;
	}
.teamtxt {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#999;
	padding:90px 0 35px 0;
	}
td {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	line-height:14px;
	vertical-align:top;
	padding:25px 0 0 15px;
	}
.blocktxt {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#fff;
	padding:10px;
	}
.blocklink1 {
	background:url(../img/block1_link.gif) no-repeat;
	width:81px;
	height:15px;
	display:block;
	color:#ff7500;
	}
.blocklink2 {
	background:url(../img/block2_link.gif) no-repeat;
	width:81px;
	height:15px;
	display:block;
	color:#ff7500;
	}
.blocklink3 {
	background:url(../img/block3_link.gif) no-repeat;
	width:81px;
	height:15px;
	display:block;
	color:#ff7500;
	}
.adress {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width:900px;
	text-align:center;
	padding:5px 0 0 0;
	}
/* Links */
a {
	color:#999;
	text-decoration:none;
	}
a:hover {
	color:#ff7500;
	text-decoration:underline;
	}
#footer a {
	color:#000000;
	text-decoration:none;
	}
#footer a:hover {
	color:#000000;
	text-decoration:underline;
	}
/* Afbeeldingen */
.homepic {
	width:250px;
	padding:25px 35px 0 15px;
	float:left;
	}
.teampic {
	width:250px;
	padding:25px 35px 0 10px;
	}
.newspic {
	width:280px;
	}
.picpad {
	padding:0 15px 0 15px;
	}