/* CZ Template editor.css */
/* this file is loaded in the HTML-editor */


/* GENERAL */

A 				{ color: #000; text-decoration: none; font-weight: bold; }
A:link 			{ color: #000; text-decoration: none; font-weight: bold; }	
A:active 		{ color: #000; text-decoration: underline; font-weight: bold; }
A:visited		{ color: #000; text-decoration: none; font-weight: bold; }
A:hover			{ color: #000; text-decoration: underline; font-weight: bold; }

A img {
	border-style: none;
}

.titleBoldRed {  
	color: #000; 
	font-size: 15px; 
	line-height: 18px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold; 
}

.textBoldRedLarge { 
	color: #000; 
	font-size: 13px; 
	line-height: 16px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold;
}

.textBoldRedMedium { 
	color: #F1970D; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold;
}

.textBoldRed { 
	color: #9B0505; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold; 
}

.textBold { 
	color: #000000; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold; 
}

.textPlain { 
	color: #000000; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: Verdana, Geneva, Sans-Serif; 
}

.textHalfLine { 
	color: #000000;
	font-size: 7px;
	line-height: 7px;
	font-family: Verdana, Geneva, Sans-Serif;
}

.textQuartLine { 
	color: #000000;
	font-size: 3px;
	line-height: 3px;
	font-family: Verdana, Geneva, Sans-Serif;
}

#main_language .en a		{ color: #FFF; }
.qmdivider qmdividery		{ background: #000; }

