tr.linkaA {
	background-color: #FAEBD7;
}
tr.linkaB {
	background-color: #FDF5E6;
}
tr.linkaC {
	background-color: #F8F8FF;
}
tr.linkaD {
	background-color: #F0FFFF;
}

a.texty  {
	font-size: 11px;
	color: gray;
	font-weight : normal;
	text-decoration: none;
}
a.texty:link {
	font-size: 11px;
	color: gray;
	font-weight : normal;
	text-decoration: none;
}
a.texty:visited {
	font-size: 11px;
	color: gray;
	font-weight : normal;
	text-decoration: none;
}
a.texty:hover {
	font-size: 11px;
	font-weight : normal;
	color: #000;
	text-decoration: none;
}

/* FORMATOVANI ODKAZU PODLE KAT LEVELU -*/
a.alevel_1  {
	font-size: 13px;
	color: #C04B41;
	font-weight : bold;
}
a.alevel_1:link {
	font-size: 13px;
	color: #C04B41;
	font-weight : bold;
}
a.alevel_1:visited {
	font-size: 13px;
	color: #C04B41;
	font-weight : bold;
}
a.alevel_1:hover {
	font-size: 13px;
	font-weight : bold;
	color: #000;
}

.alevel_2 {
	font-size: 12px;
	text-decoration: none;
}
.alevel_2:link {
	color: navy;
	text-decoration: none;
}
.alevel_2:hover {
	color: #000;
}

a.alevel_3 {
	font-size: 12px;
	text-decoration: none;
}
.alevel_3:link {
	color: navy;
	text-decoration: none;
}
.alevel_3:hover {
	color: black;
}

a.alevel_4 {
	font-size: 12px;
	text-decoration: none;
}
.alevel_4:link {
	color: black;
	text-decoration: none;
}
.alevel_4:hover {
	color: black;
}


tr.letter {
	background-color : Maroon;
	color: White;
}
a.zpet:link {
	color: white;
	font-size: smaller;
}
a.zpet:visited {
	color: white;
	font-size: smaller;
}
a.letter:link {
	color: white;
}
a.letter:visited {
	color: white;
}
a.letter:hover {
	color: InactiveCaptionText;
}
td.letter {
	text-align : center;
	font-weight: bold;
}
a.letter:link {
	color:white;
}
.submenu {
	width: 140px;
	height: 136px;
	position: absolute;
	top: 64px;
	z-index: 200;
	visibility: hidden;
	font-size: 11px;
}
.submenu td {
	/*background-color: #274F64;*/
	background-color: #0D3952;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #F5F5F5;
	border-top: 5px solid #0D3952;
	padding: 0px 0px 3px;
}
.submenu a {
	color: #F6F6F6;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 3px 0px 3px 10px;
}
.submenu a:hover {
/*	background-color: #8BA8B3; */
	color: #FFFFFF;
}

#sub1 {
	left: 109px;
}
#sub2 {
	left: 199px;
}
#sub3 {
	left: 289px;
}
#sub4 {
	left: 379px;
}
#sub5 {
	left: 469px;
}
#oldbrowser {
	display: none;
	position: absolute;
	z-index: -1;
	visibility: hidden;
}
#logo {
	position: absolute;
	z-index: 100;
	left: 575px;
	top: 15px;
	width: 162px;
	margin: 0px;
}
#header {
	background-repeat: no-repeat;
	background-position: 0px 6px;
	/* IE5.x MAC bug fix */
	/* \*/
	background-position: 0px 1px; /* undo the rule above */
	background-color: #CEEFFC;
	position: absolute;
	width: 750px;
	height: 136px;
	left: 20px;
	top: 64px;
	border-top: 5px solid #0D3952;
	z-index: 10;
}
#headertxt {
	background-color: #FFFFFF;
	width: 300px;
	height: 131px;
	float: right;
}
#headerpad {
	background-position: 30px 25px;
	background-repeat: no-repeat;
	position: relative;
	padding: 32px 43px 0px 57px;
}
#headerpad p {
	color: #0D3952;
	text-align: left;
	margin: 0px;
}
.LeftCol {
	float: left;
	width: 380px;
}
.RightCol {
	float: right;
	width: 240px;
}
.RightCol p {
	text-align: left;
}
.HalfCol {
	float: left;
	width: 50%;
}
.LeftCol h2 img {
	float: right;
	vertical-align: middle;
	margin: -7px 0px;
}
.RightCol h2 img {
	vertical-align: middle;
	margin-left: 7px;
}