div {font-family: Arial;}
/* hlavny text */
div.text {
	font-weight: normal;
	color: gray;
	font-size: 80%;
}
div.body_nadpis {
	font-weight: bold;
	color: #336598; 
	font-size: 90%;
}
div.novinky_nadpis {
	font-weight: bold;
	color: #336598;
	font-size: 100%;
	text-align:justify;
}
div.novinky_datum {
	font-weight: bold;
	color: black;
	font-size: 70%;
	text-align:left;
	padding-left:5px;	
}
div.novinky_text {
	font-weight: normal;
	color: gray;
	font-size: 70%;
}
span.err {
	font-family: Verdana;
	font-weight: normal;
	color: red;
	font-size: 80%;
}
div.design {
	font-weight: bold;
	font-size: 70%;
	color: gray;	
}
div.text_menu {
	font-weight: normal;
	color: gray;
	font-size: 100%;
	cursor: hand;
}

span.text_menu_horne {

	font-weight: bold;
	font-size: 70%;
	cursor: hand;
	padding-left:5px;
	padding-right:0px;	
	color:#336598;
}

td.left_menu{
	border: thin solid #1e96c7;
}

a.main_menu_item:LINK {Color: white; Text-Decoration: none;}
a.main_menu_item:VISITED {Color: white; Text-Decoration: none;}
a.main_menu_item:HOVER {Color: white; Text-Decoration: underline;}

a.horne_menu_item:LINK {Color: #336598; Text-Decoration: none;}
a.horne_menu_item:VISITED {Color: #336598; Text-Decoration: none;}
a.horne_menu_item:HOVER {Color: #336598; Text-Decoration: underline;}

a.lang_menu_item:LINK {Color: black; Text-Decoration: none;}
a.lang_menu_item:VISITED {Color: black; Text-Decoration: none;}
a.lang_menu_item:HOVER {Color: red; Text-Decoration: none;}

a:LINK {Color: #ffc200; Text-Decoration: none;}
a:VISITED {Color: #ffc200; Text-Decoration: none;}
a:HOVER {Color: #ffc200; Text-Decoration: underline;}
