
#wrapper{
	color: #000000;
	background-color: #ffffff;
}

#breadcrumbs{
	padding: 5px;
}

#footcrumbs{
	padding: 5px;
}

a.crumbs:link{
	color: #c02f2f; 
	text-decoration: none; 	
}

a.crumbs:visited{
	color: #c02f2f; 
	text-decoration: none; 	
}

a.crumbs:hover{
	color: #000000; 
	text-decoration: underline;	
}

a.currentcrumb:link{
	color: #c02f2f; 
	text-decoration: underline; 	
}

a.currentcrumb:visited{
	color: #c02f2f; 
	text-decoration: underline; 	
}

a.currentcrumb:hover{
	color: #000000; 
	text-decoration: underline;	
}

.motif-table tr{
	color: #000000;

}

.motif-table td{
	text-align: center;
	border-bottom: none;

}

.motif-table td.toprow{
 	text-align: center;
	color: #D00000;
}

.motif-table td.pics{
	text-align: center;
	padding-left: 0px;
}

.motif-table td.lastrow{
	text-align: left;
	border-bottom: 1px dashed #000000;
}


