/*   ***   Tabulky   ***   */
table.hlavni {
	border-style: solid; 
	border-width: 0px;
	border-color: red;
	width: 830px;
}

/*   ***    Fonty   ***   */
font.text_white{
	color: white;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bolder;
}

font.text_black{
	color: black;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bolder;
}

font.text{
	color: black;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

font.nadpis{
	color: red;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

a.odkaz{
	color: black;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.odkaz{
	color: red;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.odkaz2{
	color: black;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.odkaz2{
	color: red;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.odkaz3{
	color: black;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.odkaz3{
	color: red;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.odkaz3_white{
	color: white;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.odkaz3_white{
	color: red;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/*   ***   Ramecky   ***   */
div.ram{
	padding-left: 10px;
	padding-top: 10px;	
	border-style: dashed; 
	border-color: red;
	border-width: 1px;
	width: 220px;
	height: 66px;
}

div.ram2{
	padding-left: 10px;
	padding-top: 10px;	
	border-style: dashed; 
	border-color: red;
	border-width: 1px;
	width: 220px;
	height: 66px;
}

.red{
	color: red;
}