/* CSS Document */

body {
	margin:0;
	padding:0;
	color: #412308;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #FFEBB6;
	background-image:url(../img/bkg.gif);
}
a:link, a:visited, a:active {
	color: #412308;
	text-decoration: underline;
}
a:hover {
	color: #670000;

}

/**************** MAIN TABLES*/
.mainTable {
	margin:0;
	padding:0;
	background-image:url(../img/t_bkg.gif);
	background-repeat:repeat-x;
}

/**************** HEADER */
.header {
	height: 223px;
	padding-top:8px;
}
.header_menu {
	color: #EFD388;
	font-size: 14px;
	text-align:center;
	vertical-align:middle;
}
.header_menu a:link, .header_menu a:visited, .header_menu a:active {
	text-decoration: underline;
	color: #EFD388;
}
.header_menu a:hover {
	color: #FFE9A5;
}

.left_menu {
	color: #EFD388;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
	margin-left : 5pt;
}
.left_menu a:link, .left_menu a:visited, .left_menu a:active {
	text-decoration: underline;
	color: #EFD388;
}
.left_menu a:hover {
	color: #FFE9A5;
}
.searchInput {
	display:inline;
	background-color:#EFD388;
	border: 1px solid #960000;
	height: 18px;
	width: 130px;
}

.zaloba {
	BACKGROUND-COLOR: #F2DD9D;
	BORDER-BOTTOM: 1px solid Black;
	BORDER-LEFT: 1px solid Black;
	BORDER-RIGHT: 1px solid Black;
	BORDER-TOP: 1px solid Black;
	COLOR: Black;
}


/**************** CONTENT */
.c_left {
	width: 151px;
	text-align:center;
	background-color:#670000;
	border-left: 1px solid #412308;
	border-right: 1px solid #412308;
}
.c_right {
	vertical-align:top;
	background-color:#F2DD9D;
	border-right: 1px solid #412308;
}
.c_table {
	font-size:12px;
	margin-bottom:10px;
}


/**************** FOOTER */

.footerTable {
	font-size:12px;
	border-top: 1px solid #412308;
	margin-bottom: 10px;
}
.footerTable TD {
	padding: 0 0 4px 5px;
}






