/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

BODY				/* globalne vlastnosti stranky */
{
	font-family:		Tahoma,Helvetica,sans-serif,central european;
	color:			#474546;
	margin:			2px;
	padding:		2px;
  	font-size:		12px;
}

TABLE				/* globalne vlastnosti tabuliek */
{
   	vertical-align:		center;
   	text-align:		center;
   	border-width:		0px;
   	background-color:	white;
}   	

TD				/* globalne vlastnosti buniek v tabulkach */
{
   	border-style:		solid;
   	border-width:		0px;
}

A				/* vlastnosti obsahu linkov */
{
	font-weight:		bold;
	font-size:		12px;
	color:			rgb(50,50,50);
	text-decoration:	none;
	
}

A:hover				/* vlastnosti vyfarbenia aktivovaneho linku */
{
	color:			rgb(206,22,48);
	font-weight:		bold;
}

H1				/* vlastnosti nadpisov h1 */
{
	font-size:		18px;
	font-weight:		bold;
	color:			rgb(14,39,165);
}

H2				/* vlastnosti nadpisov h1 */
{
	font-size:		16px;
	color:			rgb(206,22,48);
}

H3
{
	font-size:		14px;
}

.topblue 
{
	background-color: 	rgb(14,39,165); /* #0E27A5 */
}

.topred 
{
	background-color: 	rgb(206,22,48); /* #CE1630 */
}

.border
{
	border-width:		1px;
	border-style:		solid;
	border-color:		#c0c0c0;
}

p
{
	line-height:		18px;
}

ul
{
	line-height:		18px;
	text-align:		justify;
}