a:hover {
	color: #141AFA; 
	font-family: "Helvetica CE", "Verdena", "Arial", "Sans", "Serif"; 
	font-weight: normal; 
	text-decoration: underline
}

a:active {
	color: #000080; 
	font-family: "Helvetica CE", "Verdena", "Arial", "Sans", "Serif"; 
	font-weight: normal; 
	text-decoration: underline
}

a {
	color: #000080;
	font-family: "Helvetica CE", "Verdena", "Arial", "Sans", "Serif";
	font-weight: normal;
	text-decoration: none;
}


body {
	background: #FFFFAA;
	color: #000000; 
	font-family: "Helvetica CE", "Verdena", "Arial", "Sans", "Serif"; 
	font-size: 8px;
}

div {
	font-size: 12px;
}

hr {
	background: #FFFFFF;
	color: #800060;
	size: 1px;
}

h1 {
	color: #DC822C;
	font-size: 18px;
	font-weight: bold; 
	text-decoration: none;
}

h2 {
	color: #000080;
	font-size: 12px;
	font-weight: bold; 
	
}

.t_main {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	width : 770px;
	overflow: scroll;
	vertical-align : top;
}

.td_top {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background : #FFFFAA;
	vertical-align : top;
	width: 770;
}

.top {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background : #FFFFAA;
	vertical-align : top;
	width: 770px;
	top: 0px;
	left: 5px;
}

.td_menu {
	background : #FFFFAA;
	vertical-align : top;
	width: 170;
}

.rightmenu {
	background : #141AFA; 
	position: absolute;
	overflow: auto;
	float:right;
	width: 170px;
	margin:0; padding:0;
	top: 212px;
	right: 180px;
	z-index: 4;
}

.normal {
	background : #FFFFAA;
	position: absolute;
	overflow: auto;
	width: 600px;
	top: 200px;
	left: 200px;
	z-index: 0;
}

.zk {
	background : #FFFFAA;
	position: absolute;
	overflow: auto;
	width: 700px;
	top: 200px;
	left: 200px;
	z-index: 0;
}

.td_normal {
	background : #FFFFAA;
	vertical-align : top;
	width: 600;
}

.textfield {
	border: 3px solid #004477;
	background: #C0C0C0;
	color: #000000;
	width: 220px;
}

.textarea { 
	border: 3px solid #004477;
	background: #C0C0C0;
	color: #000000;
	height: 100px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #C0C0C0;
	scrollbar-darkshadow-color: #000000;
	width: 300px;
}

.button {
	background: #C0C0C0;
	border: 3px ridge #004477;
	color: #000000
	font-size: 12px;
	font-weight: bold;
	width: 100px;
}

.gallery {
	border: 3px none #FFFFAA;
}

/* videoflash */
.c {
	text-align: center;
	vertical-align: middle;
}

.th1 {
	/*#8888AA;*/
	background-color: #FFFFAA;
	/* zmena farby nadpisu z color: White; */
	color : #DC822C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	text-indent: 15px;
}

.tf1 {
	background-color: #8888AA;
	color: White;
	font-size: 7pt;
	text-indent: 5px;
}

.t1 {
	background: #FFFFAA; /*background: #F8F8F8 url(obr/podkltab.jpg) repeat-y right;*/
	z-index: 0;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	overflow: auto;
	z-index: 0;
}

/* vertical menu bar */
ul.mbv {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 12em;
}
ul.mbv li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FFFFAA; /* medzera medzi polozkami,fixes gap problem in IE */
	position: relative;
	z-index: 1;
}
ul.mbv ul {
	margin: 0 0 0 1px; /* odsadenie menu vlavo od okraja */
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0; /* if using borders, -1 to align top borders */
	left: 12em;/* odsadenie submenu vlavo od okraja nadradeneho menu*/
	width: 12em;/* sirka submenu */
	background: #FFFFAA url(button.jpg) 100% -1px no-repeat;
	z-index: 2;
}
/* separator to mark end of menu group */
ul.mbv li.end {
	border-bottom: 1px solid #FFFFAA;
}

ul.mbv li a:link,
ul.mbv li a:visited,
ul.mbv li a:hover,
ul.mbv li a:active {
	display: block;
	padding: .6em .2em;/* výška,odsadenie menu  */
	width: 12em; /* celková šírka menu  */
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: #FFFFAA url(button.jpg) 100% -2px no-repeat;
	color: #000000; /* písmo  */
}
/* aktívny stav */
ul.mbv li a:hover,
ul.mbv li a:active {
	background: #FFFFAA url(button2.jpg) 100% -2px no-repeat;
	color: #DC822C; /* aktívne písmo  */
}
/* rozbalovacia časť */
ul.mbv li a.hidden:link,
ul.mbv li a.hidden:visited {
	background: #FFFFAA url(button.jpg) 100% -2px no-repeat; /* rozbalovacia časť ,zmeniť img */
}
ul.mbv li a.visible:link,
ul.mbv li a.visible:visited,
ul.mbv li a.visible:hover,
ul.mbv li a.visible:active {
	background: #FFFFAA url(button2.jpg) 100% -2px no-repeat; /* rozbalovacia časť ,zmeniť img */
	color: #E8A618;
}
