body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url('images/znak.jpg');
	background-position: 100px 0px;
	background-attachment: fixed;
}
table {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
td.main {
	padding: 5px 100px 5px 100px;
}
a {
	color: #Navy;
	text-decoration: none;
}
a:hover {
	font-weight : Navy;
	text-decoration : none;
}
div.page_head {
	color: White;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
	padding: 0px 30px 0px 5px;
	background-image: url('images/prechod.png');
	background-repeat: repeat-y;
	background-position: top right;
	margin-bottom: 0px;
}
div.levy {
	padding: 10px 10px 10px 10px;
}
div.levy a {
	color: maroon;
}
div.levy a:hover {
	color: red;
	font-weight:bold;
}
div.title_mid {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin: 18px 0px 8px 10px;
}
div.title_sma {
	color: #DD0000;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 4px;
	margin-right: 4px;
	font-weight: bold;
	margin-bottom: 1px; 
	margin-top:20px;
}
font.red {
	color: #900000;
	font-weight: bold;
}
table tr td {
	vertical-align: top;
}
table.normal tr td {
	background-color: #F0F0F0;
	padding: 2px 5px 2px 5px;
}
table.normal tr.head td {
	background-color: #FFCACA;	
}
ul li {
	line-height: 20px;
	margin-bottom: 10px;
}


.chromestyle{
width: 130px;
font-weight: bold;
line-height: 20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
background: url(chromebg4.gif) top left; /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 100%;
}

.chromestyle ul li a{
color: black;
font-weight:bold;
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
text-decoration: none;
width: 100%;
}

.chromestyle ul li a:hover{
background: url(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " >";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid red;// #E8BEBE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:13px;
z-index:100;
background-color: white;
width: 80px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudivlong{
position:absolute;
top: 0;
border: 1px solid red;// #E8BEBE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:13px;
z-index:100;
background-color: white;
width: 190px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a,.dropmenudivlong a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid red;//#E8BEBE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFECEC;
}