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

body{ 
background-image:url(images/bodybgtile.png); background-repeat:repeat;  
font-family: Arial, Helvetica, sans-serif;
}

#header{
    background-image:url(images/pattern.png); 
	background-repeat:repeat;
	background-color:#C00;
	font-size:x-large;
	color:white;
	height:30px;
	padding-left: 20px;
 	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
 	border-radius: 4px;
 	border: 1px solid;
	border-color:#900;
 	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
 	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
 	margin: 10px 0px 10px 0px;
	}
#inhoud{
 	margin: 10px 0px 10px 10px;
  font-size: 12px;
	}

/*table {
    border-collapse: collapse;
}*/

table{
    border-collapse:separate;
	border: 0px solid black;
}

.printonly{
	display:none;
}

th{
    padding:5px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;

	 border-bottom:2px solid #444;
}

td{
    padding:3px;
    text-align:center;
    border: 0px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
  /*  text-shadow:1px 1px 1px #fff; */
	min-width:30px;
}
tr 
{
height:30px;
}
.tekstlinks
{
	text-align:left;
}
.tekstrechts{
	text-align:right;
}

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}

.numberCircle {
    border-radius: 50%;

    width: 20px;
    height: 20px;
    padding: 4px;

    background: #F00;
    border: 1px solid #666;
    color: #FFF;
    text-align: center;
}




.blok{
	float:left;
	margin-right:20px;
	}
	
.groeneknop{
	background-color:#CF6}
.rodeknop{
	background-color:#FB95A4}
tr.grijzerij{
	background-color:#666;
	color:#FFF;}