/* CSS Document */
#welkom, table, tr, td, td.tekst, p { color: #fff; font-size: 12px; line-height: 18px }
.error, input.error { color: #000; }
/* Kalender */
#kalender_select {
	position:relative;
	text-align:right;
	width:565px;
}
.kalender_maand {
	/*background-image: url(/img/kalender/maand.gif);*/
	background-repeat: no-repeat;
	height: 22px;
	width: 565px;
	padding-top: 3px;
	padding-left: 8px;
	margin-bottom:4px;
	margin-top:10px;
	font-weight: bold;
}
.kalender_item{
	position:relative;
	margin-top:4px;
	height:20px;
}
.kalender_dag {
	position:absolute;
	/*background-image: url(/img/kalender/dag.gif);*/
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10px;
	height: 20px;
	width: 134px;
}
.kalender_text {
	position:absolute;
	left:140px;
	top:0px;
	/*background-image: url(/img/kalender/text.gif);*/
	background-repeat: no-repeat;
	padding-left:12px;
	height: 20px;
	width: 373px;
	cursor:pointer;
	font-weight:bold;
}
.kalender_text_over {
	position:absolute;
	left:140px;
	top:0px;
	/*background-image: url(/img/kalender/text_over.gif);*/
	background-repeat: no-repeat;
	padding-left:12px;
	height: 20px;
	width: 373px;
	cursor:pointer;
	font-weight:bold;
}
.kalender_text_none {
	position:absolute;
	left:140px;
	top:0px;
	/*background-image: url(/img/kalender/text_none.gif);*/
	background-repeat: no-repeat;
	padding-left:12px;
	height: 20px;
	width: 373px;
	font-weight:bold;
}
.kalender_meer {
	position:relative;
	left:140px;
	/*background-image: url(/img/kalender/meer_footer.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#eaeaea;*/
	padding-left:12px;
	padding-bottom:4px;
	width: 373px;
}
/* Fotoalbum */
.album {
	position:relative;
	background: transparent url(/img/layout/fotoalbum_bg.gif) no-repeat;
	width:161px;
	height:129px;
	display:block;
}
.albumpadding {
	padding:5px;
}
.albumfoto {
	position:absolute;
	left:0px;
	top:30px;
	width:161px;
	text-align:center;
}
/* Poll */
.poll_foto {
	position:relative;
	display:block;
	width:75px;
	margin-right:2px;
	height:165px;
	float:left;
	text-align:center;
}
.btn_stem { font-size:10px; color:#fff; background:#00548f; padding:5px 11px; }
