/* CSS Document */
/* ############### tales.be css framework v0.5 (by kvd) ###############  */



/* ############### Generic Stuff - handy stuff ############### */
	
.noborder {	border: 0 !important;}
.handcursor{cursor:hand !important;}

.imgFloatLeft, .imgfloatleft {
	float: left;
	padding: 0 5px 5px 0;
}

.imgFloatRight, .imgfloatright{
	float: right;
	padding: 0 5px 5px 0;
}

.floatLeft, .floatleft{	float: left;}
.floatRight, .floatright{	float: right;}

.alignLeft, .alignleft{	text-align: left !important;}
.alignRight, .alignright{	text-align: right !important;}
.alignCenter, .aligncenter{	text-align: center !important;}
.alignJustify, .alignjustify{	text-align: justify !important;}

.displayBlock, .displayblock{	display: block !important;}

.nowrap{ white-space:nowrap;}

.marginbottom{ margin-bottom:10px}
.marginRight20px{ margin-right:20px;}
/*
! in IE6 setting the class of a TD to nowrap won't work 
for IE6 - HTML: <td nowrap>bla bla</td>
for IE6 XHTML: <td nowrap="nowrap">bla bla</td>
*/

.zoekenTitel{ color: #666; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; display:block; padding-bottom:10px; padding-left:10px;}
.yellowtxt {color: #ffd200; }

/*############### PRINT FICHE IN TWEE KOLOMMEN################""*/
.print .row{
	padding: 0!important; }
.print  ul.row{ margin:0!important; padding:0!important}


.container{
	margin-bottom: 1em;
}
.row{
	display: block !important;
	padding: 0 0.1em 0.4em 0.1em;
	background: url(../gfx/framework-gfx/dotted.darkergray.3space.gif) bottom repeat-x;
}
	#IE6 .row{
		/*kvd*/
		display: inline-block;
	}
.row li{ list-style-image:none; list-style-type:none;}
.row p{	
	margin-bottom: 0em;
}

.row .cel1{ width:50%; float:left; font-weight:bold;}
.row .cel2{ width:50%;  /*kvd*/float:left;	}
	


/* alternative patterns:
dotted.white.3space.gif
dotted.silver.3space.gif
dotted.gray.3space.gif
dotted.darkgray.3space.gif
dotted.darkergray.3space.gif
dotted.black.3space.gif
*/


ul.row{
	margin-left: 0;
	margin-bottom: 0;
}
ul.row li{
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
}

#IE6 ul.row l, #IE7 ul.row li{
	display: inline;
}
ul.row li p{	
	margin-bottom: 0em;
}
