body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	font-size: 11px;
}
.text1 {
	font-size:12px;
	font-weight:bold;  
	
}
	
a {
	color: #FFA500;
	text-decoration: none;
}

a:hover {
	color: Navy;
	text-decoration: underline;
}

a img {
	border: 1px solid Navy;
}

a:hover img {
	border: 1px solid #FFA500;
}

#up {
	background-image: url(images/up.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 780px;
	height: 140px;
}

#menu_1 {
	background-color: Navy;
	color: White;
	font-size: 11px;
	height: 20px;
}

.menu_1_link {
	text-align: center;
}

.menu_1_link a {
	cursor: pointer;
	color: White;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 20px;
	border-bottom: 1px solid Navy;
	border-top: 1px solid Navy;
}

.menu_1_link a:hover {
	color: White;
	text-decoration: none;
	background-color: #FFA500;
	border-bottom: 1px solid White;
	border-top: 1px solid White;
}

.menu_1_link_active {
	text-align: center;
	background-color: #FFDEAD;
}

.menu_1_link_active a {
	cursor: pointer;
	color: Black;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 20px;
	border-bottom: 1px solid White;
	border-top: 1px solid White;
}

.menu_1_link_active a:hover {
	color: White;
	text-decoration: none;
	background-color: #FFA500;
}

#menu_2 {
	background-color: #FFA500;
	color: White;
	font-size: 11px;
	height: 20px;
}

.menu_2_link {
	text-align: center;
}

.menu_2_link a {
	cursor: pointer;
	color: White;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 20px;
}

.menu_2_link a:hover {
	color: White;
	text-decoration: none;
	background-color: Navy;
}

#left_image {
	width: 197px;
	height: 380px;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFDEAD;
}

#main_text {
	text-align: justify;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
/*	overflow: auto;*/
/*	height: 100%;*/
	width: 583px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: Navy;
}

#bottom {
	border-top: 1px solid Navy;
	border-bottom: 1px solid #FFA500;
	height: 40px;
}

.dev {
	color: Silver;
}

.dev a {
	color: Maroon;
}

.dev a:hover {
	color: Red;
	text-decoration: none;
}

.riadok_vyberu {
	cursor: pointer;
} 