body {
	background-image: url(img/poz.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

#main {
	position: relative;
	width: 840px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background-color: White;
}

#main_text {
	width: 580px;
	clear: left;
	float: left;
	font-family: Arial;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}

div.kontakt {
	font-family: Calibri;
	font-size: 15;
}

#right_side {
	clear: right;
	float: right;
	width: 230px;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: 2px solid #85C300;
}

div.pruh_top {
	height: 14px;
	width: 840px;
	background-image: url(img/pruh_top.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	border-bottom: 2px solid Black;
}

div.top_image {
	height: 224px;
	width: 840px;
	background-repeat: no-repeat;
	background-image: url(img/top_image.jpg);
	border-bottom: 2px solid Black;
}

div.menu {
	height: 21px;
	width: 840px;
	background-color: #85C300;
	border-bottom: 2px solid Black;
	padding: 0px;
	margin: 0px
}

div.nadpis {
	font-size: 18px;
	font-weight: bold;
	width: 300px;
	border-bottom: 2px solid #568028;
	padding-left: 10px;
	color: #568028;
}

div.nadpis_2 {
	font-size: 14px;
	font-weight: bold;
	color: #568028;
}

#text {
	padding-left: 10px;
}

td {
	font-family: Arial;
	font-size: 12px;
}

#aktualita {
	background-color: #C6EDC0;
	border: 2px solid #166031;
	width: 260px;
	padding: 5px;
}

#nadpis_right {
	background-color: #C6EDC0;
	border-top: 2px solid #166031;
	border-bottom: 2px solid #166031;
	font-weight: bold;
	width: 222px;
	padding-left: 8px;
	margin-bottom: 3px;
}

.form
{
	text-align: left;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-family: Arial;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 140px;
	height: 20px;
}

button.submit {
	background-image: url('img/find.gif');
	height: 15px;
	width: 15px;
	border: 0px none;
	cursor: pointer;
	padding: 0px;
	background-position: center;
}

.submit {
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-family: Arial;
	font-weight: normal;
	background-color: Silver;
	padding-left: 4px;
	padding-right: 4px;
}

a:link, a:visited {
	color: Navy;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
}

a:hover {
	color: Navy;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}

.skryvany {display: none}

.link {
	cursor: pointer;
	font-size: 10px;
	color: #404040;
}


