
/* javascript */
.hide, .hidden 
{
	display: none;
}

/* speciale links */
.terug_link {}

/* kalender */

#kalender {
	padding:0;
	margin: 0;
	border-left: 1px solid #CCC;
	color: #5A7E49;
	text-align: center;
	background-color: #FFF;
}

.kalnav, a.kalnav:link, a.kalnav:visited, a.kalnav:hover {
	color: #FFF;	
	text-decoration: none;
}	


caption.kal {
	margin: 0;
	padding: 0;
	background-color: #7EB166;
	color: #FFF;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}

th.kal {
	color: #5A7E49;
	background-color: #E8FEDE;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	height: 30px;
	text-align: 	center;
}

.vandaag, td.vandaag a, td.vandaag a:link, td.vandaag a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background-color: #7EB166;
	text-decoration: none;
	text-align: center;
}

.actief, td.actief a, td.actief a:link, td.actief a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background-color: #5A7E49;
	text-decoration: none;
	text-align: center;
}

td.kal, td.eenmalig {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 30px;
	height: 30px;
	text-align: center;
}

td.kal a, td.eenmalig a {
	text-decoration: none;
	font-weight: bold;
	background-color: #E8FEDE;
}

td.kal a:link, td.kal a:visited, td.eenmalig a:link, td.eenmalig a:visited {
	display: block;
	color: #FFFFFF;
	background-color: #AEBEA6;
	height: 30px;
	line-height: 30px;
}

td.kal a:hover, td.kal a:active {
	color: #FFF;
}

#kalender_legende {
	height: auto;
	margin-right: 10px;
	width: 80%;
	/*clear: both;*/
	margin-bottom: 10px;
}

.legend_box {
	height: 10px;
	width: 10px;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-left: 10px;
}

fieldset.kal {
	border: 1px solid #EEE;
	color: #666;
	line-height: 18px;
	margin-top: 20px;
}

legend.kal {
	color: #000;
}

element.style {
	background-color:#870026;
}
.legend_box {
	border:1px solid #000000;
	height:10px;
	margin-left:10px;
	margin-right:10px;
	width:10px;
}

#extranet_aangemeld_box{
	padding : 3px;
	background:#D7DDD4;
}

ul.menu{
	text-align:left;
	list-style:none;
	font-size : 10px;
}

ul.menu li{
	padding : 5px 0 5px 0;
}

ul.submenu{
	list-style:disc;
	margin-left : 5px;
}

ul.menu a:link, ul.menu a:visited{
	color:#727272;
}

ul.menu a:hover{
	color:#EABA2F;
}
