@charset "utf-8";
/* CSS Document */

#container{
margin:0 auto 0 auto;
width:970px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align: center;
	}
	
.tekst{font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	}
	
	#rood{
		color: #F00;
		
	}
	
	.rood{
	color: #F00;
	font-weight:bold;
	text-align: center;
	}
	
	.tekstkl{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
	
.tekstklcenter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	}
	
.bold{font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	}
	  
	.boldx{font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
	font-weight:bold;
	} 


.boldwit{font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	} 

.stock{
	font-size:18px;
	}
	
	
.lijst{
	border:double #900 2px;
	padding:0;
	
	
	}
	
	.lijst td{
		border: double #900 2px;
		padding:0;
				}

.grijs{
	border:double #CCC 1px;
	border-collapse:collapse;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:left;
	}



#grijs{
	color:#CCC;
	}
	
a:link{color: #CCCCCC;
}

a:visited{
	color:#CCCCCC;
	text-decoration:none;
}

a:hover{
color:#CCCCCC;
text-decoration:none;
}

a:active {
	color:#CCCCCC;
text-decoration:none;;
}


a.actief{ color: #FFFFFF; text-decoration: underline; }

