* { margin : 0; padding : 0; }

html, body {
	height:100%;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	color : #000000;
	background-color: #FFFFFF;
}

img {
	border : 0;
}

a {
	color : #F58735; text-decoration : none;
}

a:hover {
	color : #F58735; text-decoration : underline;
}

#page-holder
{
	width : 960px;
	text-align : left; 
	margin : auto;
  height:auto !important;
  height:100%;
  min-height:100%;
}

.reset
{
	clear:both;
}

/* ANONCE */
/*
.anonce {
	font-size: 11px;
	background-color: #F58735;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.anonce i {
	color: white;
}*/
/*
#headerimg .picanonce {
	float: left;
	text-align: center;	
	position: relative;
	height: 340px;
}

#headerimg .picanonce div {
	color: black;
	font-size:11px;
	width: 760px;
	background-color: white;
	position: absolute;
	bottom: 0;
	padding-top: 9px;
	padding-bottom: 9px;
}*/


/* TOP BANNER */
.topbanner {
	/*background-color: #E9E7E5;*/
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 960px;
	height: 60px;
	/*background-image:url(images/news_top_dub.gif);*/
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

.topbanner td {
	vertical-align: middle;
}

.topbanner .title {
	color: #F58735;
	text-transform: uppercase;
	height: 60px;
	width: 100px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

.topbanner .subtitle {
	font-size: 12px;
 	text-transform: uppercase;	
	height: 60px;
	width: 110px;
}

.topbanner td.img img {
	display: block;
}

.topbanner img.dub {
	margin-right: 5px;
}

.topbanner td.img {
	padding-left: 10px;
	width: 70px;
}

.topbanner td.img2 {
	padding-right: 5px;
	width: 8px;
}

.topbanner td.item {
	width: 200px;
	height: 60px;
}

.topbanner td.item a {
	font-size: 12px;
	color: #000000;
}

.topbanner td.item a:hover {
	color : #F58735;
	text-decoration : none;
}

.topbanner #lang {
	float:left;
	padding: 10px 25px 5px 30px;
	height: 16px;
}

.topbanner #readit {
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:bold;
	padding: 5px 10px 15px 10px;
	float:left;	
	margin-right: 10px;
	text-align:center;
}

.topbanner #readit a {
	color: #666666;
}

/* MENU */
#menu_centers {
	padding-top: 35px;
}

#menu_centers ul li {
	background-color: white; 
	color: #999999;
	/* font-size: 16px;*/
	font-size: 14px;
	text-transform: uppercase;
	font-weight:bold;
	padding: 31px 8px 15px 2px;
	float:left;	
	margin-right: 10px;
	text-align:center;
}

#menu_centers ul #dvojradek {
	padding-top: 15px;
}

#menu_centers ul #dvojradek a .duraz {
	color: #F58735;
}

#menu_centers ul #dvojradek.active a .duraz {
	color: #FFFFFF; 
}

#menu_centers ul li .smalltag {
	font-size: 12px;
}

#menu_centers ul #logo {
	padding: 0px;
	width: 120px;
	margin-top: 3px;
}

#menu_centers ul #lang {
	float:right;
	padding: 5px 15px 5px 40px;
	height: 16px;
}


#menu_centers ul #readit {
	padding: 5px 10px 14px 10px;
}

#menu_centers ul {
	list-style: none;
}

#menu_centers ul li.active {
	background-color: #F58735; 
	text-transform: uppercase;
	/* font-size: 16px;*/
	font-size: 14px;
 	font-weight:bold;
	background-image:url(images/menudub_big.png);
	background-repeat:no-repeat;
	background-position: 5px 0px;
}

#menu_centers ul li a {
	color: #666666;
}

#menu_centers ul li.active a, #menu_centers ul li.active a:hover {
	color:white;
}

#menu_centers ul li a:hover {
	color: #F58735;
	text-decoration: none;
}

#menu_services {
	clear: both;
	background-color: #F58735;
	padding-left: 20px;
	padding-bottom: 4px;
}

#menu_services ul {
	list-style: none;
}

#menu_services ul li {
	float: left;
	margin-right: 20px;
	padding-top: 8px;
	padding-bottom: 1px;
}
#menu_services ul li.active {
	background-image:url(images/menudub_small.png);
	background-repeat:no-repeat;
	background-position: 5px 0px;
}

#menu_services ul li a {
	font-size: 12px;
 	text-transform: uppercase;
	color: #000000;	
}

#menu_services ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_services ul li.active a {
	font-size: 12px;
 	text-transform: uppercase;
	color: #FFFFFF;	
}

#menu_services_left {
	width: 670px;
	float: left;
}

#menu_services_right {
	width: 200px;
	float: right;	
}

/* PAGE HEADER */
#headerimg {
	width:960px;
	height:340px;
	background-color: #E9E7E5;
}

#headerimg .pictxt {
	float: left;
	width: 960px;
	height: 340px;
	position: relative;
}

#headerimg .pictxt .pic {
	top: 0px;
	left: 0px;
}


#headerimg .pictxt .nazev {
	position: absolute;
	bottom: 0;
	color:#666666;
	font-size:12px;
	font-weight:bold;	
}

#headerimg .pictxt .anonce {
	color: black;
	font-size:11px;
	width: 760px;
	background-color: white;
	padding-top: 9px;
	padding-bottom: 9px;
	position: absolute;
	text-align: center;
	bottom: 10px;
}

#headerimg .pictxt .openhours {
	top:20px;
	right:20px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	position: absolute;
}

#headerimg .pictxt .contact {
	top:20px;
	right:10px;
	font-size:13px;
	color:#000000;
	position: absolute;
}

/* THUMBS */
ul.thumbs {
	display:block;
	list-style-type:none;
	margin-top: 7px;
}

ul.thumbs li {
	float:left;
	margin-right: 7px;
}

/* COPY */
#copybar {
	border-top: solid #919894 1px;
	padding-top:5px;
	font-size: 10px;
	color: #919894;	
	width: 960px;
	clear:both;
}

/* TEXT BODY COLUMNS*/
#txtbody .txtframe {
	float:left;
	margin-top: 5px;
}

#txtbody .txtframe .txtheader {
	font-size: 12px;
 	text-transform: uppercase;
	color: #F58735;	
}

#txtbody .txtframe .txt {
	padding-right: 20px;
	font-size: 12px;
}

/* PRICE LIST */
ul.pricemenu {
	list-style: none;
	padding-left: 10px;
	padding-top: 30px;
	min-height: 30px;
	height: 30px;
}

ul.pricemenu li {
	float: left;
	margin-right: 20px;
}

ul.pricemenu li.last {
	float: left;
	margin-right: 0px;
}


ul.pricemenu li a {
	font-size: 10px;
 	text-transform: uppercase;
	color: #000000;
}

ul.pricemenu li a.active {
	color: #F58735;	
}

#pricelist {
	background-color:#E9E7E5;
	width:958px;
	border: 1px solid #E9E7E5;
}

#pricelist .tab {
	background-color:#F7F6F5;
	margin: 10px;
	width: 450px;
}

#pricelist .tab_right {
	background-color:#F7F6F5;
	float: right;
	margin: 10px;
	width: 430px;
	padding: 10px;
}

#pricelist .tab_bottom {
	background-color:#F7F6F5;
	margin: 10px;
	width: 430px;
	padding: 10px;
	font-size:9px;
	
}

.tab TD {
	padding: 5px; 
}

.table_column {
	color: black;
	font-size:9px;
}
.table_comment {
	font-size:10px;
}

.table_cell {
	text-align: right;
}

#pricelist .tab a, #pricelist .tab_bottom a, #pricelist .tab_right a
{
	color: #FF6633;
	text-decoration:underline;
}

i {
	font-style:normal;
	color:#f78321;
}

/* NEWS */
#news_holder {
	/*background-image:url(images/news_background.gif);
	background-repeat: repeat;*/
}

DIV.news_left {
	/*background-image:url(images/news_leftbar.jpg);
	background-repeat:no-repeat;
	background-position: 8px 220px;*/
	width: 120px;
	min-height: 570px;
	_height: 570px;
	float: left;
	padding-top: 30px;
}

DIV.news_left .cat {
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

DIV.news_left .cat a {
	color: #666666;
}

DIV.news_left .cat a:hover, DIV.news_left .cat a.active {
	color: #F58735;
}

DIV.news_left img {
	margin-left: 8px;
	margin-top: 20px;	
}


DIV.news_main {
	padding: 30px 0px 20px 20px;
	width: 690px;
	background-color: #E9E7E5;
	/*background-image:url(images/news_dub.gif);
	background-repeat:no-repeat;*/
	float: left;
	min-height: 570px;
	_height: 570px;
}

DIV.news_main .first {
	width: 440px;
}

DIV.news_main .title {
	font-size: 16px;
	font-weight: bold;
}

DIV.news_main .subtitle {
	color:#666666;
}

DIV.news_main .text {
	margin-top: 20px;
}

DIV.news_main .second {
	width: 220px;
	float:right;
}

DIV.news_main .second img {
	margin-bottom: 20px;
}

DIV.news_main .second .img_title {
	margin-top: -15px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}

DIV.news_main .second .top {
	background-image:url(images/news_white_dub.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	padding: 2px 2px 0px 12px;
	height: 19px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

DIV.news_main .second .article {
	background-image:url(images/news_gray_dub.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;	
	padding: 0px 2px 0px 12px;
	font-size: 12px;
	margin-bottom: 10px;	
}

DIV.news_main .second .article  a {
	color: #000000;
}

DIV.news_main .second .article a:hover {
	color : #F58735;
	text-decoration : none;
}

DIV.news_right {
	padding-top: 20px;
	margin-left: 28px;
	float:left;
	width: 220px;
}

DIV.news_right .top {
	background-color: #E9E7E5;
	background-image:url(images/news_right_title.gif);
	background-repeat:no-repeat;	
	padding: 2px 2px 0px 12px;
	height: 19px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}

DIV.news_right .article {
	background-image:url(images/news_right_dub.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;	
	padding: 0px 2px 0px 12px;
	font-size: 12px;
	margin-bottom: 10px;
}

DIV.news_right .article a {
	color: #000000;
}

DIV.news_right .article IMG {
	margin-top: 10px;
}

DIV.news_right .article DIV {
	float:right;
	width: 135px;
	color: #666666;
	margin-top: 10px;
	cursor: hand;
}

DIV.news_right .article .small {
	font-size: 11px;
}

DIV.news_right .article a:hover {
	color : #F58735;
	text-decoration : none;
}

DIV.news_right .article DIV.hard {
	width: 195px;
	font-size: 11px;
}

DIV.news_right .article HR {
	margin-top: 10px;
	border: 0px;
	color: #666666;
	background-color: #666666;
	height: 1px;
	clear: both; 
}

#slideshow {
    position:relative;
    height:340px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

