﻿*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: Tahoma;
	color: white;
	font-size: 82%;
	background-color: #131330;
}
#form1_noframe
{
	margin: 0 auto;
	width: 640px;
	text-align: left;
}
#form1
{
	width: 285px;
}
li.aktivni-krok
{
	color: #537D8D;
}
li.seznam-kroku
{
	color: #B3CDD7;
}


/* jednotlive kroky pri rezervaci */
ol.kroky
{
	line-height: 22px;
	font-weight: bold;
	color: #000099;
	background-color: #131330;
	background-repeat: no-repeat;
	height: 144px;
	list-style-position: inside;
	padding-left: 10px;
	padding-top: 10px;
}
ol.kroky-noframe
{
	line-height: 50px;
	height: 50px;
	color: white;
	font-weight: bold;
	background-color: #131330;
	width: 640px;
	margin-bottom: 2px;
	list-style-position: inside;
}
/* jednotlive kroky rezervace - telo */
.kroky-telo
{
	margin-bottom: 5px;
	padding: 10px;
	background-color: #131330;
	background-repeat:no-repeat;
}

ol.kroky-noframe li
{
	float:left;
	margin-left: 10px;
}

/* tlacitko pro prechod na dalsi krok rezervace */
input.button
{
	background-color: sienna;
	width: 103px;
	height: 26px;
	border-width: 0px;
	font-weight: bold;
	color: White;
}


/* vypis volnych pokoju */
.roomItem
{
	padding: 5px;
	background-color: #131330; 
	margin-bottom: 2px;
	margin-top: 2px;
}
table
{
	width: 100%;
}
table th
{
	background-color: sienna;
	color: White;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 22px;
}

/* soucet ceny pobytu */
.sumPrice
{
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

label
{
	
}
hr
{
	display: none;
	
}
input
{
	margin-bottom: 1px;
}
h2
{
	font-size: 115%;
	margin-bottom: 10px;
}
fieldset
{
	border-width: 0px;
	margin-bottom: 15px;
}
legend
{
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #537D8D;
	
}


/* prehled obsazenosti na stranky hotelu */

	
.obsaz TH 
    {
		
		font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif; 
		font-size: 10px; 
		text-align:center;
		background-color: #efefef;
		color:Navy;
    }

.obsaz TD
    {
    	
		font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif; 
		font-size: 10px; 
	
		color:Black ;
		background-color: #E8F3F7;
			
	}
.error
{
	color: Red;
	font-weight: bold;
}


/* paticka na hlavni strane dole pro presmerovane rezervace */
.PublicMainPaticka {font-size: 11px; color: black; font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif ; }	 
.PublicMainPaticka  a:link { color: Black; text-align: center;  text-decoration:none; }
.PublicMainPaticka  a:visited { color: Black; text-align: center;  text-decoration:none; }
.PublicMainPaticka  a:hover { text-decoration: none; color:Yellow; text-transform:uppercase; }

	
