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


#tittel_affiche{
	float:left;
	width:240px;
	margin-left:5px;
}
#medewerking_affiche{
	float:right;
	width:200px;
	text-align:center;
	margin-right:5px;
	
}
.affiche_hoofd_black{
	color:#000;
	font-size:32px;
	float:left;
	margin-top:5px;
}
.affiche_hoofd_black_onder{
	color:#000;
	font-size:32px;
	float:left;
	
}
.affiche_hoofd_green{
	color:#B7DD32;
	font-size:32px;
	float:left;
	display:block;
	
	
	margin-top:5px;
	
	
}
.affiche_pijl{
	display:block;
	margin-top:5px;
	float:left;
	margin-left:-5px;
	
}
.affiche_logo{
	display:block;
	
}
#medewerking_affiche p{
	color:#B7DD32;
	font-size:14px;
text-align:center;
display:block;
width:150px;
margin-left:30px;
margin-top:5px;
float:left;
	
	
}
#inhoud_affiche{
	width:530px;
	float:left;
}
.avonden-affiche{
	background:#000;
	padding:5px;
	color:#FFF;
	margin:5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.datum_affiche{
	color:#B7DD32;
	display:block;
	font-size:18px;
	width:90px;
	float:left;
	
	
	
}
.groepen_affiche{
	color:#FFF;
	display:block;
	font-size:18px;
	width:320px;
	float:left;
	margin-left:15px;
	
	

	
}
.uur_affiche{
	color:#B7DD32;
	display:block;
	font-size:18px;
	width:55px;
	float:left;
	margin-left:5px;
	
	
	text-align:center;
	
}
.scheiding_affiche1{
	float:left;
	margin-top:-2px;
	
}
.scheiding_affiche2{
	float:left;
	margin-top:-2px;

}
.last_element_affiche{
	margin-bottom:-10px;
}


/*HEEL BELANGRIJK ALS JE CUFON
GEBRUIKT OP FLOATENDE ELEMENTEN 
MOET JE DE SPAN DIE DOOR CUFON 
GEGENEREERD WORD OOK LATEN FLOATEN !!!!
---------------------------*/
span.cufon{
	white-space:nowrap;
	float:left;
	
	}
	
.groepen_affiche span.cufon{
	float:none;
	}



/*** Clearfix Hack
*******************************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
