﻿body {
		background-color:#616161;
		background-image:url('../Images/bg.jpg');
		background-position:top;
        background-repeat:repeat-x;
		color: #000;
		text-align: center;
		margin:0px;
		width:100%;
		margin-left: auto;
		margin-right: auto;
}
body, td, input, select, textarea {
		font-family: Arial,Helvetica, Verdana, "Geneva CE", lucida, sans-serif;
		font-size: 12px;
}
h1 {
		margin: 0;
		padding: 0;
		width: 375px;
		height: 29px;
		font-size: 14px;
		color: #fff;
		float:left;
}
h1 span {
		display: block;
		padding-top: 6px;
		margin-left: 10px;
}
h3
{
    display: block;
    padding:5px;
    text-align: center;
    font-size: 11px;
    width:100%;
    height: 20px;
}

a {  
    color: #1a4876;
		text-decoration: none;
}
a:hover {  
		color:#1a4876;
		text-decoration: underline;
}

#main {
		width: 947px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		
}
#innerm {
		width: 100%;
		float: left;
		border:1px solid #666;
		-moz-box-shadow: 0px 0px 20px #000;
        -webkit-box-shadow: 0px 0px 20px #000;
        box-shadow: 0px 0px 20px #000;
}
#head {
		width: 100%;
		height: 120px;
		float: left;
        background-color:#fff;
        font-size:14px;
}

#headlink {
		cursor: pointer;
		display: block;
		width: 300px;
		height: 52px;
		position:relative;
		left:20px;
		top:40px;
		background:black;
		border:5px solid black;
}

#logo
{
    width:204px;
    height:119px;
    float:left;
    }
#menu {
		width: 740px;
		height: 40px;
		float: left;
		background-image: url('../images/menu.jpg');
		background-position:top;
        background-repeat:repeat-x;
}
#menu p{margin:0px;padding:5px;padding-top:8px;height:28px;}
#menu a{color:#c00;display:block;font-size:12px;margin-left:20px;margin-right:20px;float:left;font-weight:bold;

    }
#menu a:hover{color:#333;text-decoration:none;}
#content {
		width: 100%;
		float: left;
		
		background:#fff;
		background-image: url('../Images/page_bg.jpg');
		background-repeat:repeat-x;
		background-position:top;	
}
#header_filter
{
    width: 740px;
		height: 80px;
		float: left;margin-left:auto;margin-right:auto;
    }
#filter {
		width: 100%;
		float: left;
		text-align:center;
		color:#fff;
}

#infilter {
		width: 645px;
		height: 79px;
		padding-top:10px;
		background-image: url('../Images/filter.gif');
		background-position:top;
        background-repeat:no-repeat;
        margin-left:auto;
        margin-right:auto;
}
#infilter .filtr
{
    width:100%;
    margin-left:auto;
    margin-right:auto;}

/* LEFT COLUMN */
#left {
		width: 183px;
		float: left; 
}

#leftmenu
{
    	width: 100%;
		float: left;
		background:#fff; 
		background-image: url('../Images/leftmenu.gif');
		background-position:bottom;
        background-repeat: no-repeat;
        font-weight:bold;
        border-left:0px;
        margin:0px;
}
#leftmenu a
{
    color:#666;
    display:block;
    background-image: url('../Images/menu.jpg');
    background-position:top;
    background-repeat: repeat-x;
    width:99%;height:18px;padding-top:4px;padding-left:20px;
    border:1px solid #666;
    border-top:0px;
    border-left:0px;
    }
 #leftmenu .left_header
{
    color:#fff;
    display:block;
    background-image: url('../Images/left_header.gif');
    background-position:top;
    background-repeat: repeat-x;
    width:99%;height:18px;padding-top:4px;
    border:1px solid #666;
    border-top:0px;
    border-left:0px;
    }
#leftmenu a:hover{color:#000;background:none;background-color:#aaa;text-decoration:none;}


#page {
		width: 740px;
		float: left;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		padding-left:20px;
		/*border:1px solid red;*/
		/*margin-left: 1px;*/
		/*background-image: url('../Images/page_bg.gif');
		background-position:top;
        background-repeat:repeat-x;*/
}


#in_page 
{
        width:95%;
		color:#000;
		margin-left:auto;
		margin-right:auto;
		/*border:1px solid black;*/
}
#in_page a {  
    color:#c00; /*COLOR1*/
    font-weight:bold;
	text-decoration: none;
}
#in_page a:hover {  
	text-decoration: underline;
	color:#c00; /*COLOR1*/
}
#in_page table{
		width:100%;
}

/*UNIWEB COMPONENTS*/

/******************************************/
/* ---------- Seznam nabidek ------------ */
/******************************************/

#in_page .novinky
{
width:90%;border:1px solid #777;padding:10px;
background:#fff url('../Images/novinky_bg.gif') repeat-x;
background-position:top;
}

/* Hlavni tabulka seznamu nabidek <Table> */
#in_page .SezNab_Main
{
	width:100%;
	border:2px solid red;
}
#in_page .SezNab_Main a
{
	color:#c00; /*COLOR1*/
}

/* Prvek seznamu nabidek <TR> */
#in_page .SezNab_Item
{
	background-color: #fff;
	cursor: pointer;
	height:25px;
}



/* Alter prvek seznamu nabidek <TR> */
#in_page .SezNab_AlterItem
{
	background-color :#eee;
	cursor: pointer;
	height:25px;
}

/* Zahlavi seznamu nabidek <TR> */
#in_page .SezNab_Header
{
	background-color :#c00; /*COLOR1*/
	color:#fff;
	font-weight:bold; 	
	height:18px;
}
#in_page .SezNab_Header td
{
	text-align:center;
	vertical-align:top;
	padding:10px;
}
#in_page .SezNab_Header a, a:hover
{
	color:#fff;
}

#in_page .SezNab_rezervace
{ 
	background-color :#ff0000;
}
#in_page .SezNab_zrealizovano
{ 
	background-color :#ff9999;
}

/* Nadpis seznumu (zobrazuje li se) <DIV> */
#in_page .SezNab_Nadpis
{
    color:#c00; /*COLOR1*/
}

/*PAGE DETAIL */
#in_page table .DetNab_Nadpis
{
    text-align:right;
	font-weight:bold; 
    width:40%;
}
#in_page table .DetNab_Data{ text-align:left;}

#detail td{width:50%;vertical-align:top;}

#main_image{width:320px;}

 /*foto gallery */
#in_page .PicNahledy_Table
{
    width:100%
}
#in_page .PicNahledy_Table img
{
    width:50px;
    border:1px solid #666;
}
#in_page .PicNahledy_TableCell{background:none;}
 /* objednat prohlidku */
#in_page .RKmailNabProhlidka_Table{width:90%;padding:5px;}
#in_page .RKmailNabProhlidka_LabelTD{text-align:right;}
#in_page .RKmailNabProhlidka_ControlTD{text-align:left;}
#in_page .RKmailNabProhlidka_ControlTD textarea{width:200px;border:1px solid #666;}
#in_page .RKmailNabProhlidka_ControlTD input{width:200px;border:1px solid #666;}


/*-----------------------------------*/

#foot {
		width: 100%;
		height: 50px;
		float: left;
		clear:both;
		text-align: center;
		}
#foot p {
		margin: 0;
		padding: 3px;
		padding-top: 8px;
		color: #666;
		font-size: 10px;
		text-align: center;
		width:100%;
		}
#foot p a {
		color: #690;
		text-decoration: none;
}
#foot p a:hover {
		text-decoration: underline;
}

/* Bluepannel (LEFT COLUMN) */
.leftcolumn {
		width: 100%;
}

.leftcolumn h3 {
		margin: 0;
		padding: 0;
		padding-top: 6px;
		padding-left: 10px;
		color: #000;
		font-size: 11px;
}
.leftcolumn select {
		width:100%;
}



/*
* NOTE: vseobecne pro sloupce
*/

div.banners_in {
		text-align: center;
		padding-top: 9px;
}

.tabulka {
		_width: 352px;
		border-top: 1px solid #aaa; 
		background: url('../images/tabulka-bg.jpg') 0 0 repeat-x;
		padding: 4px;
}
.clear {
		clear: both;
}
.justify {
		text-align: justify;
}
.center {
		text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.top {
    vertical-align:top;
}
.padding-bottom {
		margin-bottom: 5px;
}
.pic {
		padding-right: 5px;
		padding-bottom: 5px;
}
.button{
  width:83px;
  height:22px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  cursor:pointer;
  background: url('../images/button.gif')  0 0 no-repeat;
  border:0px;
}
.menuitem{margin:0px;}
.title {
    font-weight:bold;
		font-size: 14px;
		color: #f60;
}
.tableheader{background-color:#333;color:#fff;font-weight:bold;text-align:center;}
h2{text-align:center;font-size:14px;color:#c00; /*COLOR1*/}
h3{font-size:12px;color:#c00; /*COLOR1*/}
.noborders{border:0px;}
.mainbutton{background: url('../images/mainbutton.gif')  0 0 no-repeat;width:192px;height:36px;text-align:center;padding:5px;padding-top:7px;color:#fff;text-transform:uppercase;margin-left:5px;float:left;}
.green{color:#455e55;}
.title{color:#c00; /*COLOR1*/font-weight:bold;font-size:larger;}
#footerbox{width:656px;height:53px;background: url('../images/footerbox.gif')  0 0 no-repeat;margin-left:auto;margin-right:auto;text-align:left;}
#submenu{width:100%;float:left;padding-left:10px;}
#submenu a{color:#333;}


.seznam_foto img{width:60px;border:1px solid #666;}

#head_link{display:block;width:250px;height:94px;margin-left:20px;margin-top:35px;}