#mainholder {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 800px;
	background: transparent url("../images/layout/bluewood.gif");	
}

/*HLAVIČKA*/

#header {
	position: relative;
	background: #F0E8C8 url("../images/layout/header.jpg") no-repeat 0 0 ;
	height: 117px;
}

h1 {
	margin-top: 0px;
	font-size: 2em;
}
h2 {
	margin-top: 0px;
	font-size: 1.7em;
}

h3 {
	margin-top: 0px;
	font-size: 1.3em;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
}

/*IKONY A VLAJKY*/

#icons {
	position: absolute;
	top: 85px;
	left: 308px
}

#icons img {
	border: 0;
	margin: 0;
}

#languages {
	position: absolute;
	top: 65px;
	left: 54px;
	font-size: 11px;
}

#flags {
	text-align: center;
}

#flags a img {
	border: none;
}

/*LEVÝ SLOUPEC S MENU A ADRESOU*/

#leftcol {
	display: inline; /* musí tu být kvůli chybné dvojité mezeře v IE6. Je to krám!*/
	float: left;
	width: 180px;	
	margin-left: 30px;
}

#menuholder {
	border: 2px solid #F0E8C8;	
	padding: 5px;
	background: #206B9D;	
	margin-bottom: 15px;
}

#menu {
	border: 1px solid #F0E8C8;	
	min-height: 200px;
	background: #206B9D url("../images/layout/menu.gif") no-repeat 0 100%;	
	padding-top: 10px;	
}

* html #menu {  /*smrt expoloreru*/
	height: 200px;
}

#address {
	color: white;
	padding: 10px 5px;
	border: 2px solid #F0E8C8;
	background: #206B9D;
	font-size: 11px;
}

#address a {
	color: white;
}

#address a:hover {
	color: #ffa500;
}


/*JEDNOTLIVÉ POLOŽKY MENU*/

#menu a {
	display: block;
	font-weight: bold;
	color: #F7F2E1;
	text-decoration: none;
	padding-left: 20px;
	margin-bottom: 5px;
	background: transparent url("../images/layout/arrow.gif") no-repeat 7px 70%;
	font-size: 14px;
}

#menu a:hover {
	color: #ffa500;
	background: transparent url("../images/layout/arrow_over.gif") no-repeat 7px 70%;
}

/*DOKUMENT*/

h2 {
	font-size: 1.3em;
	margin: 0 0 7px 0;
}

h3.line {
/*	clear: both;*/
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #DCCA88;
	margin: 15px 0 10px 0;
}

#document {
	background: transparent url("../images/layout/document.gif") repeat-y 19px 0;
}

#doccontent {
	margin-left: 220px;
	background: transparent url("../images/layout/line.gif") no-repeat 0 1px;
	min-height: 450px;	
	margin-bottom: 30px;
}

* html #doccontent {  /*kdo nevěří ať tam běží*/
	height: 450px;
}

#text {
	padding: 16px 150px 0 0;
	background: transparent url("../images/layout/ohotelu.jpg") no-repeat 433px 50px;
	min-height: 400px;
}

* html #text {
	height: 400px;
}

#text p {
	margin: 0.9em 0 0 0;
}

/*TABULKA CENÍK*/
table.table {
	margin-top: 10px;
	border: 1px solid #D4CDAF;
}

.tablehead { 
	background-color: #E6D9A4;
	font-weight: bold;
}
.tablerowodd {
	background-color: #F5F0DC;
}

.tableroweven {
	background-color: #E6D9A4;
}

/*PATIČKA*/

#footer {
	font-size: 11px;
	margin: 0 22px 0 22px;
	padding-left: 10px;
	clear: both;
	/*border: 1px solid blue;*/
	background: /*#F0E8C8;*/ #F7F2E1;
	border-bottom: 2px solid #DCCA88;
	border-top: 2px solid #DCCA88;
}

.alert {
	font-size: 16px;
	font-weight: bold;
	background: #f30;
	padding: 1em;
	width: 380px;
	color: white;
	text-align: center;
}

.alert_gold {
	font-size: 14px;
	font-weight: bold;
	background: #F7F2E1;
	border-top: 2px solid #DCCA88;
	border-bottom: 2px solid #DCCA88;
	border-right: 1px solid #DCCA88;
	border-left: 1px solid #DCCA88;
	padding: 1em;
	width: 380px;
	text-align: center;
}

.alert strong, .alert_gold strong {
	font-size: 20px;
}

.last_minute h2 {
	font-size: 1.3em;
}

.last_minute h3 {
	font-size: 1.2em;
	padding-top: 10px;
}

.last_minute_package {
	border: 1px solid #206B9D;
	background-color: #FFF;
	margin-top: 10px;
	padding: 1em;
}

.last_minute_package p, .last_minute p {
	padding-bottom: 10px;
	border-bottom: 1px solid #206B9D;
}