body {
	background-color : White;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
}

.button {
	background-color : gray;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : bold;
	vertical-align : middle;
	border-style : inset;
	border-color : gray;
}

.banner {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

p {
	text-align : justify;
}

span {
	font-size : 11px;
	font-weight : bold;
}

hr {
	color : Black;
	height : 1px;
	background-color : Black;
	border : 0px;
}

table.nadpis {
	border : medium solid White;
	color : #808080;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	padding : 0 0 0 0;
}

table.main {
	border: medium solid White;
	font-size: 11px;
	font-style: normal;
	padding: 5px 15px 5px 15px;
	background-color: White;
}

span.menu {
	color : Red;
	font-weight : bold;
	font-size : 11px;
}

.obrazek {
	height : 80px;
	width : 100px;
	color : Black;
	border-color : Black;
}

table.menu {
	background-color : #ededed;
	border : 0px;
	font-size : 11px;
	font-style : normal;
	padding : 0 0 0 0;
}

td.menu {
	background-color: #F0F8FF;
	border: solid;
	border-color: Black;
	border-width: 0px 1px 0px 0px;
}

a.menu {
	color : Black;
	text-decoration : none;
}

a:hover.menu {
	color : #ff9618;
	font-weight : normal;
}

a:visited.menu {
	color : Black;
	text-decoration : none;
}

a:visited:hover.menu {
	color : #ff9618;
	font-weight : normal;
}

table.whole {
	border : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 0 0 0 0;
}

td.path {
	background-color : Red;
	height : 5px;
}

td.head_menu {
	background-color : #EF0016;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	height : 18px;
}

a.head_menu {
	color : White;
	text-decoration : none;
}

a:hover.head_menu {
	color : White;
	text-decoration : underline;
}

a:visited.head_menu {
	color : White;
	text-decoration : none;
}

a:visited:hover.head_menu {
	color : White;
	text-decoration : underline;
}

td.footer {
	background-color : white;
	color : Black;
	font-size : 9px;
	text-align : center;
	font-weight : normal;
	border: solid;
	border-color: Black;
	border-width: 0px 0px 1px 0px;
}

tr.tmavy td {
	background-color: #E8E8E8;
	vertical-align: baseline;
	border: 1px solid Silver;
}

tr.svetly td {
	background-color: #FEFEFE;
	vertical-align: baseline;
	border: 1px solid Silver;
}

a {
	color:#002776;
	text-decoration:underline;
}

a:hover {
	color:#891022;
	text-decoration:underline;
}

a:visited {
	color:#002776;
	text-decoration:underline;
}

a:visited:hover {
	color: #891022;
	text-decoration:underline;
}



