@charset "utf-8";
/* Styl pre web */
body {
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b5b5b;
	background-image: url(../image/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #0eabf8;
	text-decoration: underline;
}
table {
	border: none;
	border-collapse: collapse;
	margin: 0px;
}
td {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#over {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 960px;
	padding: 0px;
}
#head {
	float: left;
	clear: none;
	width: 100%;
	height: 207px;
	margin: 0px 0px 10px 0px;
}
#head .left {
	width: 240px;
	height: 207px;
	float: left;
}
#head .menu {
	height: 56px;
	float: left;
	width: 100%;
	padding: 16px 0px 0px 0px;
	color: #0eabf8;
}
#head .menu a {
	color: #5b5b5b;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
}
#head .menu a:hover {
	background-color: #EFEFEF;
}
#head .menu a.actual {
	color: #F0D303;
}
#head .left .menu {
	text-align: center;
}
#head .right .menu {
	text-align: right;
	height:35px;
}
#head .logo {
	width: 240px;
	height: 135px;
	float: left;
}
#head .right {
	width: 720px;
	height: 207px;
	float: left;
	background-image: url(../image/bg_head_right.jpg);
}
#head .right .slogan {
	text-align: right;
}
#head .right .slogan img {
	width: 566px;
	height: 120px;
	margin: 0px 25px 0px 0px;

}

/*
////////////////////////////////////////////////////////
TELO STRANKY
////////////////////////////////////////////////////////
*/
#main {
	float: left;
	clear: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
#main-left {
	width: 230px;
	float: left;
	padding: 5px;
}
#main-right {
	width: 710px;
	float: left;
	padding: 5px;
}
/*
////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////////////////////
PATA STRANKY
////////////////////////////////////////////////////////
*/
#foot {
	float: left;
	clear: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
	font-size: 95%;
}
#total_visits {
	float: left;
	background-color: #8f5932;
	padding: 5px;
	color: #5b5b5b;
	font-size: 10px;
}
#author {
	float: right;
	border-top: 1px solid #bfbfbf;
	width: 710px;
	text-align: right;
	padding: 5px 0px 0px 0px;
}
#author a {
	color: #5b5b5b;
	font-size: 95%;
}
/*
////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////////////////////
KONTAKTNY FORMULAR
////////////////////////////////////////////////////////
*/
#contact_form {
	float: left;
	clear: none;
	width: 75%;
}
#contact_form form {
	display: block;
	margin: 0px;
}
#contact_form table {
	width: 100%;
}
#contact_form table td {
	padding: 3px;
}
#contact_form table td.label {
	width: 30%;
}
#contact_form input, #contact_form select, #contact_form textarea {
	width: 98%;
	border: 1px dotted #5B5B5B;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
}
#contact_form textarea {
	height: 90px;
}
#contact_form input.submit {
	background-color: #C5BFA3;
	border: 1px solid #8f5932;
	width: auto;
	cursor: pointer;
	color: #330705;
}
#contact_form input.A_required, #contact_form textarea.A_required {
	border-right: 5px solid #0EABF8;
}
/*
////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////////////////////
FOTOGALERIA
////////////////////////////////////////////////////////
*/
div.photogallery {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
div.photogallery img {
	margin: 0px 5px 5px 0px;
	width: 120px;
	border: 1px dotted #8f5932;
}
/*
////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////////////////////
SUBORY NA STIAHNUTIE
////////////////////////////////////////////////////////
*/
div.download {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
div.file {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
div.file img {
	margin: 0px 5px 0px 5px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
div.note {
	float: left;
	clear: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
/*
////////////////////////////////////////////////////////
*/

h1 {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-size: 200%;
	color: #0885d9;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 150%;
	color: #0885d9;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	margin: 5px 0px 3px 0px;
	padding: 0px;
	font-size: 130%;
	color: #F0D303;
}
img.float-left {
	float: left;
	margin: 0px 5px 3px 0px;
	border: 1px solid #c9c9c9;
}
div.submenu {
	float: left;
	clear: none;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
div.submenu a {
	display: block;
	padding: 3px;
	margin: 0px 30px 1px 10px;
	text-decoration: none;
	border-bottom: 1px solid #FDE529;
	font-weight: bold;
}
div.submenu a:hover {
	background-color: #EFEFEF;
}
div.submenu2 {
	float: left;
	clear: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
	line-height: 150%;
}
div.submenu2 a {
	text-decoration: none;
}
div.submenu2 a:hover {
	text-decoration: underline;
}
div.date {
	margin: 3px 0px 3px 0px;
	font-weight: normal;
	color: #329de3;
}
div.block {
	float: left;
	clear: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
div.block-2 {
	float: left;
	clear: none;
	width: 95%;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #c9c9c9;
	padding: 3px;
	cursor: pointer;
	height: 140px;
}
div.block-2:hover {
	background-color: #EAEAEA;
}
div.block-2 a {
	text-decoration: none;
}
div.block-3 {
	float: left;
	clear: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
div.block-3 a.title {
	color: #5c5c5c;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 100%;
}
div.block-3 .date {
	clear: none;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #329de3;
}
div.block-4 {
	margin: 2px;
	border-bottom: 1px solid #c9c9c9;
	padding: 0px;
	cursor: pointer;
	height: 210px;
}
div.block-4 td {
	padding: 2px;
}
div.block-4 td.photo {
	width: 120px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
}
div.block-4 td.short-info {
	vertical-align: middle;
}
div.block-4:hover {
	background-color: #EAEAEA;
}
div.block-5 {
	margin: 2px;
	border-bottom: 1px solid #c9c9c9;
	padding: 0px;
	cursor: pointer;
}
div.block-5 td {
	padding: 2px;
	vertical-align: middle;
}
div.block-5:hover {
	background-color: #EAEAEA;
}
div.lighted {
	background-color: #EFEFFE;
}
div.center {
	text-align: center;
}
div.sublink {
	float: left;
	clear: none;
	width: 100%;
	margin: 5px 0px 5px 0px;
	color: #bebebe;
}
div.order {
	float: left;
	clear: none;
	width: 100%;
	margin: 5px 0px 5px 0px;
	color: #bebebe;
	text-align: right;
}
div.order a {

}
div.navigator {
	float: left;
	clear: none;
	width: 100%;
	margin: 5px 0px 5px 0px;
	text-align: right;
}
div.navigator a {
	text-decoration: none;
}
div.order a.actual {
	color: #bebebe;
	text-decoration: none;
}
div.right {
	text-align: right;
}
div.paging {
	float: left;
	clear: none;
	width: 100%;
	margin: 5px 0px 5px 0px;
	color: #bebebe;
	text-align: center;
}
div.paging a {
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	font-size: 120%;
}
div.paging a.actual {
	color: #5B5B5B;
}
table.content {
	width: 100%;
	margin: 0px;
}
table.content td.content-left {
	padding: 0px 5px 0px 0px;
}
table.content td.content-right {
	width: 230px;
	padding: 0px;
}
table.homepage {
	width: 100%;
	margin: 0px;
}
table.homepage table {
	width: 100%;
	margin: 0px;
}
table.homepage td {
	padding: 2px;
}
table.homepage td.title {
	padding: 0px;
	width: 33%;
}
table.homepage td.small-photo {
	width: 78px;
	padding: 0px 1px 0px 1px;
	border-bottom: 1px solid #A9A9A9;
	vertical-align: top;
	text-align: center;
}
table.homepage td.short-info {
	width: auto;
	padding: 1px;
	border-bottom: 1px solid #A9A9A9;
	text-align: right;
	height: 95px;
}
table.homepage td.short-info2 {
	width: auto;
	padding: 1px;
	border-bottom: 1px solid #A9A9A9;
	text-align: right;
	height: 65px;
}
table.homepage td.title {
	width: auto;
	padding: 1px;
	text-align: right;
}
table.homepage img.small-photo  {
	width: 76px;
}

table.detail {
	width: 100%;
	margin: 0px;
}
table.detail td {
	padding: 3px;
	line-height: 150%;
}
table.detail td.left-info {
	width: 45%;
}

sup {
	font-size: 6px;
	line-height: 6px;
}
div.required {
	border-left: 5px solid #0EABF8;
	font-size: 95%;
	padding: 0px 0px 0px 10px;
}
span.italic {
	font-style: italic;
}
a.title {
	display: block;
	font-size: 130%;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	text-decoration: none;
}
.bg_gray {
	background-color: #EFEFEF;
}
a.more {
	display: block;
	text-align: right;
	width: 100%;
	float: left;
	text-decoration: none;
	clear: none;
}
a.more:hover {
	text-decoration: none;
}
.top {
	color: #F80E31;
}

/*
////////////////////////////////////////////////////////
FORMULAR
////////////////////////////////////////////////////////
*/
#form {
	clear: none;
	float: left;
	width: 100%;
}
#form form {
	display: block;
	margin: 0px;
}
#form table {
	width: 100%;
}
#form table td {
	padding: 3px;
	vertical-align: middle;
}
#form table td.label {
	width: 30%;
	text-align: right;
}
#form input, #form select, #form textarea {
	border: 1px solid #DCDCDC;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 1px;
}
#form input {
	width: 70%;
	vertical-align: middle;
}
#form select {
	width: 50%;
}
#form textarea {
	height: 90px;
	width: 95%;
}
#form input.radio {
	width: auto;
	border: none;
}
#form input.submit {
	background-color: #C5BFA3;
	border: 1px solid #8f5932;
	width: 15%;
	cursor: pointer;
	color: #330705;
	padding: 3px;
}
#form input.A_required, #form textarea.A_required {
	border-right: 5px solid #0EABF8;
}
#form label {
	font-weight: bold;
}
#form .filter select {
	width: 95%;
}
#form .filter input.submit {
	width: 50%;
}
#form .filter td {
	text-align: center;
	width: 50%;
}
/*
////////////////////////////////////////////////////////
*/

#result {
	clear: none;
	float: left;
	width: 100%;
}
#result table {
	width: 100%;
}
#result td.per50 {
	width: 50%;
}
#result td.per33 {
	width: 33%;
}
#result .block-2 {
	height: 120px;
}
.vlajka {
  width: 16px;
  height:11px;
  cursor: hand;
  margin-right:3px;
}
p {
	padding: 0px;
	margin: 3px 0px 3px 0px;
}

div.message {
	text-align: center;
	font-size: 110%;
	color: #DA3A3A;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}