
#prava .galerie-bg {
	background:url("../images-design/bg-img.gif") center no-repeat;
	float:none; 
	height:180px; 
	width:230px;
	text-align: center; 
	margin: auto;
}

#prava .left {
	text-align: left;
}

.img_mini {
	width: 80%;
	height: 80%;
}

.img_center {
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}

#stred  .divp {background:#F2DEC0;  padding:20px; margin:10px 15px; text-align:justify; border:#C8A577 1px solid;  }


/* KONTAKT */
.kontakt-table {
	text-align: left;
	border-collapse: collapse;
	background-color: #eef2fb;
}

.kontakt-table td {
	padding-right: 25px;
}

.kontakt-table .hlavni {
	font-weight: bold;
}

.uvod-img {
	width: 50%;
	height: 505;
	border: 1px solid #000000;
}

.kontakt-table th, .kontakt-table tr, .kontakt-table td {
	border: 2px solid #d8e2f6;
	padding-left: 15px;
}

.mapa {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#leva h3 {
	font-weight: bold;
}

#leva img {
	border: 1px solid #000000;
	margin-top: 4px;
	margin-bottom: 20px;
}

/* NAV */
#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 8px;
border-top: 1px solid #4b5b72;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #4b5b72;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 3px solid #4b5b72;
border-bottom: 3px solid #4b5b72;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #4b5b72;
border-top: 3px solid #4b5b72;
border-bottom: 3px solid #4b5b72;
}

/* hover help */

#stred .help a
{
font-weight: bold;
cursor: help;
color: black;
text-decoration: underline;
}

#stred .help a:hover
{
color: black;
background: #F2DEC0;
}

#stred .help a span
{
color: black;
position: relative;
font-size: 90%;
font-weight: normal;
text-align: left;
}

#stred .help a span span
{
display: block;
position: absolute;
visibility: hidden;
top: 2em;
left: .5em;
padding: .2em .5em;
width: 18em;
background: #ffffff;
border: solid #C8A577 2px;
}

#stred .help a:hover span span
{
visibility: visible;
} 