/************/
/* GENERAL: */
/************/

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align:justify; }

/************/
/* ???????: */
/************/

p.cr_kontakt { 
	line-height:18px;
	margin:0;
	padding:5px 0 5px 10px;
	background:#f0f0f0;
	border-left:1px solid #837c74;
	border-bottom:1px solid #837c74;
}
table.cr_kontakt { 
	line-height:18px;
	margin:0;
	padding:0;
	background:#f0f0f0;
	border-left:1px solid #837c74;
	border-bottom:1px solid #837c74;
	width:100%;
}
table.cr_kontakt_end { 
	line-height:18px;
	margin:0;
	padding:0;
	background:#f0f0f0;
	border-left:1px solid #837c74;
	border-bottom:0;
	width:100%;
}
* html table.cr_kontakt td { 
	padding-left:0;
}
tbody.cr_kontakt {
	background:#f0f0f0;	
}	
td.cr_kontakt {
	padding-right:3px;	
}
* html table.cr_kontakt td.cr_kontakt {
	padding-left:3px;	
}
span.cr_kontakt_color { 
	color: #183a80; 
}