/* ----- DEFINICE HLAVNICH ELEMENTU ---------------------------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#000000;
	background-color: #FFF;
	background-image: url(body_podklad.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#strana {
	width:940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	background-color: #B8B6B7;
}

#titul {
	width:940px;
	height:367px;
	background-color: #242424;
	margin-left:auto;
	margin-right:auto;
}

#titul img {
	position:absolute;
	top:0px;
	right:0px;
}

#menu {
	width:940px;
	margin-left: -470px;
	text-align: right;
	font-size: 12px;
	background-color:#333;
	position:absolute;
	top:0;
	left:50%;
	z-index:100;
}
#jazyky {padding-top:4px;}
#jazyky a {padding-right:10px;}


#obsah {
	position:relative; 
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	_padding-top:120px;
	line-height:25px;
}
#obsah-vnitrek {
	padding: 0 20px;
	min-height:400px;
	_height:400px;
}


#pata {
	margin-top:200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	font-size:10px;
	clear:both;
	display:block;
	height: 40px;
	width: 940px;
	color: #000000;
	background-color: #CCC;
}
#pata-vnitrek {padding:15px 20px;}
#pata a {color:#000000 !important;text-decoration:none;}
#pata a:hover {color:#0000FF !important; text-decoration:underline;}
#webdesign {font-size:9px; position:absolute; right:20px; top:15px;color:#999999;}
#webdesign a{color:#999999 !important;text-decoration:none;}
#webdesign a:hover{color:#0000FF !important;}

#kontakt-form input, #kontakt-form textarea{background-color: #E2F3FC;}

/* ----- VSEOBECNE -------------------------------------------------------------------------------------------- */
.tl_zpet a{
	background-image: url(tl_zpet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 10px 0;
	padding-left:30px;
	font-size:14px;
	padding-bottom:7px;
	line-height:35px;
}
.tl_zpet a:hover{background-position: 0px -25px;}

hr.cistic {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
	margin-top: -1px;
}

.bezramu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ram {
	padding: 3px;
	border: 1px solid #666666;
}

.stin {
	background-image: url(input_stin.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #CCCCCC;
	text-indent: 2px;
}
.cara {
	width:100%;
	height:10px;
	margin: 10px 0;
	display:block;
	background-image: url(menu_cara.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.chyba {
	color: #FF0000;
	background-image: url(error.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 30px;
	line-height: 16px;
	margin-top:20px;
}


/* --- MENU -------------------------------------------------------------------------------------------------------------*/

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:20px;
text-align:left;
}

#nav a{
display:block;
padding:0px 5px;
border:1px solid #333;
color:#fff;
text-decoration:none;
background-color:#333;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:200px;
top:20px;
}

#nav li ul a{
	width:200px;
	height:auto;
	float:left;
	color: #CCC;
}

#nav li ul a:visited{
	color: #666;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:200px;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/* ---- PHOTO SLIDER --------------------------------------------------- */
.photoslider {
/*	position:relative; */
}

.photoslider_nav {
	position: absolute;
	left: 0px;
	top: 18px;
	height: 102px;
	width: 100%;
	margin: auto;
	background-image: url(thumb_podklad.png);
	background-repeat: repeat-x;
	overflow:hidden;
	z-index:50;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 4px;
	display: block;
	margin: 0px;
	padding: 3px;
	overflow:hidden;
}

.photoslider_thumb {
	position: relative;
	border: solid black 1px;
	width: 75px;
	height: 75px;
	float: left;
	margin: 5px;
	cursor: pointer;
}

.photoslider_thumb_active{
	border: 1px solid #FFF;
	opacity: 0.50;
	-moz-opacity:0.50;
    -khtml-opacity: 0.50; 	
    filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	padding-bottom: 5px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:90px;
	text-align: center;
}

.photoslider_main img {
	padding-top:46px;	
	position: relative;
	display: none;
	text-align: center;
	margin-left:auto;
	margin-right:auto;	
}

.photoslider_caption {
	text-align: left;
	display:block;
	width:900px;
	margin-left:auto;
	margin-right:auto;	
	padding-top:20px;
	line-height:20px;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;
}

.photoslider_play {
	background: url('/images/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('/images/play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}

.photoslider_next {
	width:44px;
	height:50px;
	position:absolute;
	right:10px;
	top:400px;
	background-image: url(arrow_next.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

.photoslider_prev {
	width:44px;
	height:50px;
	position:absolute;
	left:10px;
	top:400px;
	background-image: url(arrow_prev.png);
	background-repeat: no-repeat;	
	cursor:pointer;
}
