/* Kalender */
#kalender_select {
	position:relative;
	width: 100%;
	z-index: 10;
	height: 30px;
}
.kalender_maand {
	height: 22px;
	padding-top: 3px;
	padding-left: 8px;
	margin-bottom:4px;
	margin-top:10px;
	font-weight: bold;
	font-size: 13px;
	z-index: 8;
}
.kalender_item{
	position:relative;
	margin-top:1px;
	height:22px;
	z-index: 8;
	
}
.kalender_dag {
	position:absolute;
	text-align: center;
	width: 150px;
	background-color: #CCCCCC;
	z-index: 8;
}
.kalender_text, .kalender_text_none, .kalender_text_over, .kalender_link {
	position:absolute;
	left:151px;
	width:339px;
	top:0px;
	padding-left: 4px;
	padding-right: 4px;
	cursor:pointer;
	font-weight:bold;
	color:#2e5a0d;
	background-color: #CCCCCC;
	z-index: 8;
}

.kalender_text_over {
 background: #CCCCCC url(/img/kalender/text_over.gif) right center no-repeat;
}
.kalender_text {
 background: #CCCCCC url(/img/kalender/text.gif) right center no-repeat;
}	
.kalender_link {
 background: #CCCCCC url(/img/kalender/text_link.gif) right center no-repeat;
}	
.kalender_text_none {
	cursor: default;
}
.kalender_meer {
	position:relative;
	width:339px;
	padding: 4px;
	background-color: #eeeeee;
	z-index: 8;
}
/* jaar/maand pulldowns */
.pull_datum {
	position:relative;
	float: left;
	width:104px;
	text-align: left;
}
.pull_inhoud {
	position:relative;
	width:85px;
	height:23px;
	background-color: #CCCCCC;
	cursor:pointer;
	padding-left: 15px;
	font-weight: bold;
}
#pull_jaar, #pull_maand {
	position:absolute;
	overflow:hidden;
	width:100px;
	z-index:10;
	background-color: #eeeeee;
}
#pull_jaar ul, #pull_maand ul {
	list-style: none;
	padding-left: 15px;
	margin: 0px;
}

.clear { clear:both; }
