/*  

Version: 1.0
Author: Ivo Laryš
Author URI: http://larys.com/
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}
body {
	color:black;
	background: white;
	font:76% Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	}
	
hr, .nodisplay {
	display: none;
}
.clear {
	clear: both;
}
img {
	border: none;
}
input.auto {
	width: auto;
}
a:link {
	text-decoration: underline;
	color: #7B0E07;
}
a:visited {
	text-decoration: none;
	color: #7B0E07;
}
a:hover {
	text-decoration: underline;
	color: black;
}
table tr td {
	font-size: 80%;
}

/* FRAME
------------------------------------*/
#frame {
	width: 824px;
	margin: 20px auto 0 auto;
	text-align: left;
}
#sidebar {
	width: 184px;
	position: relative;
	float: left;
	margin-top: 30px;
	background: white url("/site/img/bg-sidebar.jpg") top left no-repeat;
}
#main {
	width: 640px;
	position: relative;
	float: right;
	background: url("/site/img/bg-main.gif") no-repeat;
}

/* Mainmenu
------------------------------------*/
ul#mainmenu {
	height: 63px;
}
ul#mainmenu li {
	position: relative;
	float: left;
}
ul#mainmenu li a:link,
ul#mainmenu li a:visited {
	position: relative;
	float: left;
	display: block;
	width: 58px;
	background: url("/site/img/bg-mainmenu.gif") bottom left no-repeat;
	height: 63px;
}
ul#mainmenu li a:hover,
ul#mainmenu li.current a,
ul#mainmenu li.current a:visited {
	position: relative;
	float: left;
	display: block;
	width: 58px;
	background: url("/site/img/bg-mainmenu.gif")  left top no-repeat;
}
ul#mainmenu li a.menu2:link,
ul#mainmenu li a.menu2:visited {
	width: 115px;
	background: url("/site/img/bg-mainmenu.gif")  -58px bottom no-repeat;
}
ul#mainmenu li a.menu2:hover,
ul#mainmenu li.current a.menu2,
ul#mainmenu li.current a.menu2:visited {
	background: url("/site/img/bg-mainmenu.gif")  -58px top no-repeat;
}
ul#mainmenu li a.menu3:link,
ul#mainmenu li a.menu3:visited {
	width: 126px;
	background: url("/site/img/bg-mainmenu.gif")  -173px bottom no-repeat;
}
ul#mainmenu li a.menu3:hover,
ul#mainmenu li.current a.menu3,
ul#mainmenu li.current a.menu3:visited {
	background: url("/site/img/bg-mainmenu.gif")  -173px top no-repeat;
}
ul#mainmenu li a.menu4:link,
ul#mainmenu li a.menu4:visited {
	width: 90px;
	background: url("/site/img/bg-mainmenu.gif")  -299px bottom no-repeat;
}
ul#mainmenu li a.menu4:hover,
ul#mainmenu li.current a.menu4,
ul#mainmenu li.current a.menu4:visited {
	background: url("/site/img/bg-mainmenu.gif")  -299px top no-repeat;
}
ul#mainmenu li a.menu5:link,
ul#mainmenu li a.menu5:visited {
	width: 83px;
	background: url("/site/img/bg-mainmenu.gif")  -389px bottom no-repeat;
}
ul#mainmenu li a.menu5:hover,
ul#mainmenu li.current a.menu5,
ul#mainmenu li.current a.menu5:visited {
	background: url("/site/img/bg-mainmenu.gif")  -389px top no-repeat;
}
ul#mainmenu li a.menu6:link,
ul#mainmenu li a.menu6:visited {
	width: 88px;
	background: url("/site/img/bg-mainmenu.gif")  -472px bottom no-repeat;
}
ul#mainmenu li a.menu6:hover,
ul#mainmenu li.current a.menu6,
ul#mainmenu li.current a.menu6:visited {
	background: url("/site/img/bg-mainmenu.gif")  -472px top no-repeat;
}
ul#mainmenu li a.menu7:link,
ul#mainmenu li a.menu7:visited {
	width: 80px;
	background: url("/site/img/bg-mainmenu.gif")  -560px bottom no-repeat;
}
ul#mainmenu li a.menu7:hover,
ul#mainmenu li.current a.menu7,
ul#mainmenu li.current a.menu7:visited {
	background: url("/site/img/bg-mainmenu.gif")  -560px top no-repeat;
}
.greenStrip {
	background: url("/site/img/bg-header.gif") 1px -1px no-repeat;
	height: 93px;
	width: 639px;
}
/* Content
------------------------------------*/
#content {
	background: white;
	border-left: 1px solid #E1E1E1; 
	border-right: 1px solid #E1E1E1; 
}
#content .contentBox {
	padding: 8px 15px 15px 15px;
}
#content h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	_width:330px;
}
#content p {
	margin: 2px 0 4px;
}
#content h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	color: #B0C816;
}
#content h2.search {
	margin-top: 20px;
}
#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 0px 0;
	padding: 0;
	color: #496673;
}
#content li {
	margin-left: 35px;
	list-style-type: disc;
}
.contentBottom {
	background: url("/site/img/bg-main.gif") bottom left no-repeat;
	height: 10px;
}
/* Sidebar
------------------------------------*/
#sidebar .sidebarBox {
	padding: 13px 0 0px 10px;
}
#sidebar h2 {
	padding: 0 0 10px 0px;
	font-size: 85%;
}
#sidebar h2 a.nonBold, #sidebar h2 span.nonBold {
	color:black;
	font-weight: normal;
	text-decoration: none;
}
#sidebar h2 a.nonBold:hover {
	text-decoration: underline;
}
#sidebar .item {
	padding: 4px 0 4px 7px;
	font-size: 85%;
	background: #D7DFE3;
}
#sidebar .item.sudy {
	background: transparent;
}
#sidebar .item a h3 {
	font-size: 110%;
	*font-size: 100%;
	font-weight: bold;
	color: #7B0E07;
}
#sidebar .item a:link,
#sidebar .item a:visited {
	text-decoration: none;

	font-weight: bold;
	color: #7B0E07;
}
#sidebar .item a:hover {
	color: black;
}
#sidebar .item p {
	color: #333333;
}
#sidebar .vsechnyDrazby {
	text-align: right;
	padding: 10px 10px; 15px 0;
	margin-bottom: 10px;
	background: white url("/site/img/bg-sidebar-bottom.jpg") bottom left no-repeat;
}
#sidebar .vsechnyDrazby a:link,
#sidebar .vsechnyDrazby a:visited {
	text-decoration: none;
	font-size: 85%;
	color: #A9292F;
}
#sidebar .vsechnyDrazby a:hover {
	color: black;
}
#sidebar input {
	width: 130px;
}
#sidebar input.autoemail {
	width: auto;
	vertical-align: bottom;
	margin-left: 10px;
}
#search {
	width: auto;
	vertical-align: bottom;
	margin-left: 10px;
}
.email {
	color: #4C4C4C;
	font-size: 80%;
	padding: 10px 15px 0 0;
}
#grgl35 {
  display: none;
}
.red {
	color: red;
}
/* Round corners
------------------------------------*/

#content .roundedcornr_box_482541 h2 {
	color: #7B0E07;
	font-size: 90%;
	font-weight: bold;
}
#content .roundedcornr_box_482541 li {
	margin-left: 20px;
}
.roundedcornr_box_482541 {
   background: #ececdf;
   width: 375px;
   *width: 370px;
   margin-bottom: 15px;
}
.roundedcornr_top_482541 div {
   background: url("/site/img/roundcorners/roundedcornr_482541_tl.png") no-repeat top left;
}
.roundedcornr_top_482541 {
   background: url("/site/img/roundcorners/roundedcornr_482541_tr.png") no-repeat top right;
}
.roundedcornr_bottom_482541 div {
   background: url("/site/img/roundcorners/roundedcornr_482541_bl.png") no-repeat bottom left;
}
.roundedcornr_bottom_482541 {
   background: url("/site/img/roundcorners/roundedcornr_482541_br.png") no-repeat bottom right;
}

.roundedcornr_top_482541 div, .roundedcornr_top_482541, 
.roundedcornr_bottom_482541 div, .roundedcornr_bottom_482541 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_482541 { margin: 0 10px; }

.roundedcornr_box_682712 a:link {
	color: black;
	text-decoration: none;
	font-size: 90%;
}
.roundedcornr_box_682712 a:hover {
	color: #6A6009;
	text-decoration: none;
	font-size: 90%;
}
#content .roundedcornr_box_682712 a .datum {
	color: #6A6009;
}

#content .roundedcornr_content_682712 h2 {
	color: #666666;
	font-size: 90%;
	font-weight: bold;
}
.roundedcornr_box_682712 {
   background: #e1e1e1;
   width: 375px;
   *width: 370px;
}
.roundedcornr_top_682712 div {
   background: url("/site/img/roundcorners/roundedcornr_682712_tl.png") no-repeat top left;
}
.roundedcornr_top_682712 {
   background: url("/site/img/roundcorners/roundedcornr_682712_tr.png") no-repeat top right;
}
.roundedcornr_bottom_682712 div {
   background: url("/site/img/roundcorners/roundedcornr_682712_bl.png") no-repeat bottom left;
}
.roundedcornr_bottom_682712 {
   background: url("/site/img/roundcorners/roundedcornr_682712_br.png") no-repeat bottom right;
}

.roundedcornr_top_682712 div, .roundedcornr_top_682712, 
.roundedcornr_bottom_682712 div, .roundedcornr_bottom_682712 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_682712 { margin: 0 10px; }

/* Boxy
------------------------------------*/
.sideBoxy {
	position: relative;
	float: right;
}
#content .sidebox {
	margin-left: 10px;
	width: 215px;
	background: #EDF0F1 url("/site/img/bg-box-bottom.gif") no-repeat bottom left;
	margin-bottom: 15px;
}

#content .sidebox h2 {
	background: #EDF0F1 url("/site/img/bg-box.gif") no-repeat top left;
	color: white;
	font-size: 90%;
	font-weight: normal;
	padding: 5px 0 0 5px;
	height: 25px;
}
#content .sidebox .sideboxContent {
	padding: 0 9px 9px 9px;
}
#content .sidebox a:link,
#content .sidebox a:visited {
	text-decoration: none;
	color: black;
}
#content .sidebox a:hover {
	text-decoration: none;
	color: #7B0E07;
}
#content ul.menuDrazby {
margin: 15px 0 0 0;
border-bottom: 1px solid #778D97;
height: 24px;
width: 375px;
_width: 365px;
}
#content ul.menuDrazby li {
position: relative;
float: left;
margin: 0 3px 0 0;
padding: 0;
list-style-type: none;
}
#content ul.menuDrazby li a:link,
#content ul.menuDrazby li a:visited {
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
	width: 130px;
	width: 140px;
	height: 20px;
	color: #778D97;
	text-decoration: none;
}
#content ul.menuDrazby li a:hover {
	color: black;
}
#content ul.menuDrazby li.current a {
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
	width: 130px;
	width: 140px;
	height: 20px;
	text-decoration: none;
	color: white;
	background: url("/site/img/bg-menu-drazby.gif") no-repeat top left;
}
.seznamDrazeb,
.seznamDeska {
	width: 375px;
	_width: 365px;
}
.seznamDrazeb {
	margin-top: 20px;
}
.seznamDrazeb .item,
.seznamDeska .item {
	padding: 3px 7px 7px 7px;
}
#content .seznamDrazeb .item h3,
#content .seznamDeska .item h3 {
	text-decoration: none;
}
#content .seznamDrazeb .item h3 {
	color: #7B0E07;
}
#content .seznamDeska .item h3 {
	color: #6A6009;
}
#content .seznamDrazeb .item a:link,
#content .seznamDrazeb .item a:visited,
#content .seznamDeska .item a:link,
#content .seznamDeska .item a:visited {
	text-decoration: none;
}
#content .seznamDrazeb .item a:link,
#content .seznamDrazeb .item a:visited {
	color: #7B0E07;
}
#content .seznamDeska .item a:link,
#content .seznamDeska .item a:visited {
	color: #6A6009;
}
#content .seznamDrazeb .item a:hover h3,
#content .seznamDeska .item a:hover h3 {
	color: black;
}
#content .seznamDrazeb .item p,
#content .seznamDeska .item p {
	line-height: 110%;
}
.seznamDrazeb .item.sudy,
.seznamDeska .item.sudy {
	background: #ececdf;
}

.strankovani {
	margin: 4px 0;
	font-size: 90%;
}
.strankovani .levy {
	position: relative;
	float: left;
}
.strankovani .pravy {
	position: relative;
	float: right;
}
.strankovani a:link,
.strankovani a:visited {
	padding: 1px 3px;
	background: #778D97;
	color: white;
	text-decoration: none;
}
.strankovani a:hover {
	padding: 1px 3px;
	color: #778D97;
	background: white;
	text-decoration: none;
}
a.zpetnaDrazby {
	background: url("/site/img/button-zpet-na-seznam.gif") no-repeat top left;
	width: 146px;
	height: 22px;
	position: relative;
	float: right;
}
a.zpetnaDesku {
	background: url("/site/img/button-zpet-na-desku.gif") no-repeat top left;
	width: 146px;
	height: 22px;
	position: relative;
	float: left;
}
.boxRed {
	background: #ECECDF;
	margin-bottom: 10px;
}
.boxBox {
	padding: 7px;
}
.boxRed p span,
.boxGray p span {
color: #666666;
font-style: oblique;
font-size: 80%;
}
.boxRed .icon {
position: relative;
float: left;
margin-right: 5px;
}
.boxGray {
	background: #E5E5E5;
	margin-bottom: 10px;
}
.boxGray .left {
	position: relative;
	float: left;
	width: 100px;
}
ul.soubory {
	list-style-image: url("/site/img/li-soubory-ke-stazeni.gif");
	vertical-align: middle;
	margin: 10px 0;
}
a.rezervaceEmailem {
	background: url("/site/img/button-rezervace-emailem.gif") top left no-repeat;
	width: 118px;
	height: 48px;
	display: block;
	position: relative;
	float: right;
	margin-top: 50px;
	margin-right: 7px;
}
.boxPouceni {
	border: 1px solid #7B0E07;
	width: 363px;
	position: relative;
	float: right;
	height: 200px;
}
.boxPouceni strong {
	color: #7B0E07;
}
#content .boxPouceni h3 {
	color: #7B0E07;
	font-weight: normal;
	font-style: oblique;
	margin-bottom: 3px;
}
.drazbaRight {
	position: relative;
	float: right;
	width: 365px;
}
.spodek {
	clear: both;
}
.boxKontakt {
	border: 1px solid silver;
	width: 234px;
	position: relative;
	float: left;
	height: 200px;
}
.boxKontakt h3 {
	color: silver
	font-weight: normal;
	font-style: oblique;
	margin-bottom: 3px;
}
/* Footer
------------------------------------*/
#footer {
	clear: both;
	text-align: right;
	padding: 5px 10px 0 0;
	font-size: 80%;
	color: #666666;
	margin-bottom: 20px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
/* rezervace
------------------------------------*/
form#rezervace {
	margin-top: 15px;
	color: #7B0E07;
}
#rezervace input, #rezervace textarea {
  width: 230px;
	font:90% Verdana,Arial,Helvetica,sans-serif;
	padding: 2px;
  margin: 1px 0 7px;
	color:black;
}
#rezervace input.tlacitko {
  width: auto;
  margin: 10px 0 20px;
  padding: 2px 5px;
  background-color: silver;
  border: 1px solid gray;
}
.error {
	color: red;
	margin: 10px 0;
}
.deskaDatum, .novinkaDatum {
  position: relative;
  top: 12px;
}
.deskaText, .novinkaText {
  padding: 10px 0;
}
.pageKontakty {
  margin: 30px 20px;
}
.pageKontakty img.mapa {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 343px;
  height: 302px;
}
td, th {
  padding-right: 30px;
}

/* otazky a odpovedi
------------------------------------*/
ol.otazky {
  margin: 20px 0;
}
#content h2.odpoved {
  margin-top: 20px;
}
#content ul.legislativa li {
  list-style-type: lower-alpha;
}
.preklad {
  font-style: italic;
}

.stavdrazby {
	display: inline; 
	/*clear: right;*/
	background-color: #B1C917;
	padding: 2px 5px 2px 5px;
	color: white;
}
.seznamDrazeb .stavdrazby {
	float: right;
	font-size: 90%;
	margin-left: 10px;
	margin-top: 3px;
}
.drazbastav .stavdrazby {
	float: right;
	margin-left: 10px;
	margin-top: 8px;
}
.sidebarstav {
	text-align: right;
	padding-right: 4px;
	padding-top: 4px;
}

#mapa {
	height: 262px;
	width: 607px;
	background-color: #F2F3F4;
}
#mapa .overlay {
	position: absolute;
	top: 215px;
	left: 46px;
	z-index: 100;
}
#mapa.kraj3 .overlay {
	top: 208px;
}
#zaklad, #bila {
	position: absolute;
	top: 215px;
	left: 46px;
	z-index: 1000;
}
.kraj3 #zaklad, .kraj3 #bila {
	top: 208px;
}
#bila {
	z-index: 90;
}
#hledatdrazby {
	background: url("/site/img/roundcorners/hledat.png") top left no-repeat;	
	height: 20px;
	width: 597px;
	color: white;
	font-weight: bold;
	font-size: 85%;
	padding-top: 5px;
	padding-left: 10px;
	z-index: 2000;
}
#nadpismapy {
	position: absolute;
	top: 193px;
	left: 30px;
	z-index: 1001;
}
#nadpismapy a, #mapa #zrusit a {
	font-size: 80%;
	color: #4A6774;
	text-decoration: none;
}
#mapa #zrusit a {
	font-size: 90%;
	background-color: #778D97;
	color: white;
	padding: 3px 5px;
}
#nadpismapy a:hover, #mapa #zrusit a:hover {
	background-color: #F3F3F4;
	color: #666666;
}
.seznamdrazebsiroky {
	width: 607px;
}
.seznamdrazebsiroky h4 {
	color: #666666;
	font-size: 90%;
	padding-bottom: 3px;
	padding-top: 0px;
	margin-top: 10px;
	border-bottom: 2px solid #A7B5BB;
	margin-bottom: 15px;
}
#mapa #popisek {
	position: absolute;
	top: 400px;
	left: 450px;
	width: 230px;
	font-size: 80%;
}
#mapa #zrusit {
	position: absolute;
	top: 420px;
	left: 350px;
	width: 100px;
	z-index: 2005;
}
#mapa #popisek #obsahuje, #mapa #popisek #neobsahuje {
	clear: left;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px 5px 0;
	border: 2px solid #4A6774;
	z-index: 2002;
}
#mapa #popisek .label {
	margin: 0 0 5px 0;
	padding-top: 1px;
}
#mapa #popisek #neobsahuje {
	background-color: white;
}
#mapa #popisek #obsahuje {
	background-color: #B1C917;
}
#oblastnadpis {
	float: right;
}
