/* Default CSS Stylesheet for a new Web Application project */

/* Improt stylu pro uniwebcomponenty */

@import "UniWebComponets.css";


body {
		background-color:#fff;
		/*background-image: url('img/bg.jpg');*/
		background-position:center;
        background-repeat:repeat-y;
		color: #000;
		text-align: center;
		margin:0px;
		width:100%;
		margin-left: auto;
		margin-right: auto;

}
#bg{float:left;width:100px;background-image: url('img/bg.jpg');background-position:top;background-repeat:repeat-x;}
body,input,select,td{
		font-family: Verdana, "Geneva CE", lucida, sans-serif;
		font-size: 11px;
}
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: #060;
		text-decoration: none;
}
a:hover {  
		color: #f30;
}*/

#main {
		width: 974px;
		margin:0px;
		padding:0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background-image: url('img/bg.jpg');
		background-repeat:repeat-y;
		padding-left:87px;
}
#innerm {
		width: 800px;
		float: left;
		border:1px solid #666;
		background-color:#fff;
		margin-left: auto;
		margin-right: auto;
}
#head {
		width: 100%;
		height: 173px;
		float: left;
		padding:0px;
		background: #fff;
        color:#eee;
        font-size:14px;
		background-image: url('img/header.jpg');
}
#head a img {border:0px;}
#head .odkaz{display:block;float:left;margin-left:15px}
#headlink {
		cursor: pointer;
		display: block;
		width: 300px;
		height: 52px;
		position:relative;
		left:20px;
		top:40px;
		background:black;
		border:1px solid black;
}
#head a span {
		display: none;
}
#head_menu
{
    float:left;
    width:550px;
    padding:5px;
    text-align: right;
    font-size:10px;
    cursor:default;
}  
#head_menu a {
		color:#fff;
		cursor:pointer;
		border:1px #f00;
} 

#menu {
		width: 100%;
		height: 30px;
		float: left;
		background-image: url('../Images/menu.jpg');
		background-position:top;
        background-repeat:no-repeat;
        border-bottom:1px solid #666;
}
#menu_in {
		padding-top: 3px;
		padding-left: 35px;
		color: #000;
		font-size:12px;
		font-weight:bold;
}
#menu_in ul {
		margin: 0;
		padding: 0;
		
}
#menu_in ul li {
		margin: 0;
		padding: 0;
		list-style-type:square;
		list-style-image:url('../Images/menuitem.png');
		display: inline;
		float: left;
        border:0px;

}
#menu_in ul li .first{
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
		float: left;
        border:0px;
}
#menu_in a {
		display: block;
		float: left;
		padding: 4px;
		padding-left: 13px;
		padding-right: 13px;
		color: #000;
		text-decoration: none;
		width: 125px;
	    height: 24px;
	    display: block;
	    float: left;
}
#menu_in a:hover {
		text-decoration: underline;
}
#content {
		width: 100%;
		float: left;
		
		background:#fff;
		background-image: url('img/bg_obsah.jpg');
		background-repeat:repeat-x;
		background-position:top;	
		
}

#content .box {width:524px;border:1px solid #fc6501;padding:0px;float:left;margin-bottom:10px;}
#content .box2{width:237px;padding:5px;float:left;text-align:left;}
#content .box2 li{font-size:10px;font-weight:bold;}
.red{color:#900;}

#filter {
		width: 644px;
		height: 79px;
		float: left;
		background-image: url('../Images/filter.png');
		background-position:top;
        background-repeat:no-repeat;
        margin-left:40px;
}

/* LEFT COLUMN */
#left {
		width: 197px;
		float: left; 
		text-align:center;
		background:#fc6501;
}
#leftmenu
{
		padding:7px;
    	width: 190px;
		float: left;
		text-align:left;
		font-size:10px;
		color:#fff;
		margin-left:auto;
		margin-right:auto;
}
#leftmenu a{color:#000;}
#leftmenu a:hover{text-decoration: underline;}

#leftmenu .novinky_nadpis {
		font-weight:bold;
		color:Black;
		font-size:11px;
		padding-top:3px;
}
#leftmenu .novinky_cena{font-weight:bold;font-size:11px;}
#leftmenu img {border:1px solid white;}

#left_kontakty
{
	width: 197px;
		float: left; 
		text-align:center;
		background:#aaa;
}
#left_kontakty p{font-size:10px;color:#000;padding:7px;text-align:left;padding-bottom:2px;padding-top:2px;}
#left_kontakty p a{color:#fc6501}

#page {
		width: 585px;
		float: left;
		/*margin-left: 1px;*/
		/*background-image: url('../Images/page_bg.gif');
		background-position:top;
        background-repeat:repeat-x;*/
		
		/*height:100%;*/
}


#in_page 
{
        width:100%;
		padding-left: 15px;
		padding-right: 15px;
		color:#000;
		
}
#in_page p{ padding:10px;padding-right:20px;}
#in_page a {  
    color: #000;
    font-weight:bold;
	text-decoration: none;
}
#in_page a:hover {  
	text-decoration: underline;
	color:#f30;
}
#in_page table{
	cursor:auto;
}

.inlist li{padding-top:7px;}
.inlist{padding-left:0px;margin-left:15px;}


/*UNIWEB COMPONENTS*/

/******************************************/
/* ---------- Seznam nabidek ------------ */
/******************************************/

/* Hlavni tabulka seznamu nabidek <Table> */
#in_page .SezNab_Main a
{
	color:#fff;
}

/* Prvek seznamu nabidek <TR> */
#in_page .SezNab_Item
{
	background-color: #fff;
	cursor: auto;
	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 :#060;
	color:#fff;
	font-weight:bold; 	
	height:25px;
}
#in_page .seznab_table
{ width:720px;border-bottom:2px solid #ccc;margin-left:auto;margin-right:auto;}

#tbl_header
{
	color:#fff;
	font-weight:bold; 
	font-size:13px;	
	height:34px;
	width:720px;
	background-image: url('img/tbl_header.jpg');
	background-repeat :no-repeat;
	border:0px;
	}
#in_page td .nazev {color:Black;text-transform:uppercase;}
#in_page .SezNab_Header td
{
	text-align:center;
}
#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_Item img
{border:1px solid #fff;
}

/*PAGE DETAIL */
#in_page table .DetNab_Nadpis
{
    text-align:left;
	font-weight:bold; 
	width:25%;
}
#in_page table .DetNab_Data{ text-align:left;width:25%;}

#detail td{width:50%;vertical-align:top;}

#main_image{width:320px;}

/*-----------------------------------*/

#foot {
		width: 100%;
		height: 48px;
		float: left;
		clear:both;
		text-align:center;
		}
#foot p {
		margin: 0px;
		margin-left:auto;
		margin-right:auto;
		padding: 3px;
		padding-top: 8px;
		color: #666;
		font-size: 10px;
		text-align: center;
		width:90%;
		clear:both;
		}
#foot p a {
		color: #000;
		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;
}
.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.png')  0 0 no-repeat;
  border:0px;
}
.menuitem{padding-top:3px;margin:0px;}
.title {
    font-weight:bold;
		font-size: 14px;
		color: #f60;
}
.tableheader{background-color:#333;color:#fff;font-weight:bold;text-align:center;}
h2{font-size:14px;color:#fc6f11;text-transform:uppercase;}
h3{font-size:14px;color:#fc6f11;}
.noborders{border:0px;}
.left{text-align:left}
#makler{margin-left:auto;margin-right:auto;}
#partneri{width:90%;margin-left:auto;margin-right:auto;clear:both;text-align:center;padding-left:10px;}
#partneri .partner{list-style-type:none;display:inline;}
#partneri .image{border:0px;margin-left:4px;margin-right:4px;}