@charset "UTF-8";
/* voor drie kolommen */

.ThreeCol {
margin: 0px 0px 0px 0px;
}

.col {
	background-color: #4b8e23;
	height: 211px;
	width: 200px;
	padding: 5px;
	float: left;
	margin: 0px 15px 15px 0px;
}
.clearfix.ThreeCol .col h2 {
}
.col:last-child {
	margin-right: 0px;
	float: left;
	}
.col a {
	text-decoration: underline;
}
	
.col a:link, .col a:visited {
	color: white;
}
	
.col a:hover, .col a:active {
	color: #F85F05;
}
.col li:before {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 3px;
}
.col h2 {
	color: rgba(255,255,255,1.00);
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: left;
	/* [disabled]margin-top: 3px; */
}
.col p {
	color: rgba(245,227,208,1.00);
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	/* [disabled]margin-left: 0px; */
	margin-right: 5px;
	margin-top: 12px;
	margin-bottom: -3px;
}
.col p.coach {
	text-align: right;
	background-image: -webkit-linear-gradient(180deg,rgba(127,211,62,1.00) 0%,rgba(240,239,234,1.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(127,211,62,1.00) 0%,rgba(240,239,234,1.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(127,211,62,1.00) 0%,rgba(240,239,234,1.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(127,211,62,1.00) 0%,rgba(240,239,234,1.00) 100%,rgba(255,0,0,1.00) 100%);
	margin-right: -5px;
	margin-left: -5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #007100;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}

[if lt IE 8]>
/* For IE < 8 (trigger hasLayout) */
.clearfix {
    zoom:1;
<![endif]
