BODY {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #EAEAEA;
	background-image: url(/img/main-frame-bg.png);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Georgia, serif;
}
#main-frame {
	_margin-left: 1px;
	width: 758px;
	background-color: white;
	text-align: left;
}

#header {
	border-top: 2px solid #FFD291;
	margin: 0px;
	padding: 0px;
	background-color: white;
	height: 70px;
}

#header-lang-switch {
	float: right;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	list-style-type: none;
	padding: 0;
	margin: 12px 20px 12px 0px;
	line-height: 16px;
}
#header-lang-switch LI {
	background-image: url(/img/lang-switch-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#header-lang-switch LI.selected {
	background-image: url(/img/lang-switch-on.gif);
}
#header-lang-switch LI A { 
	text-decoration: none;
}
#header-lang-switch LI A:hover, 
#header-lang-switch LI.selected A { 
	text-decoration: underline;
}

#menu {
	background-color: #FFE2B9;
	border: 6px solid #FFD291;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#menu * {
	font-family: 'Times New Roman CE', 'Times New Roman', serif;
	font-size: 13pt;
	font-style: italic;
	color: #716C55;
}
#menu UL {
	margin: 10px;
	padding: 0px;
}
#menu LI {
	display: inline;
	list-style-type: none;
	padding-right: 24px;
}

#menu LI A:link,
#menu LI A:visited {
	text-decoration: none;
}

#menu LI A:hover,
#menu LI A:active,
#menu LI.selected A {
	text-decoration: underline;
}

#content {
	background-color: #FFEACB;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 20px 20px 30px 20px;
}
#content H1, H2, H3, H4, H5 {
	font-weight: bold;
	color: #716C55;
}
#content H1 {
	font-size: 15pt;
}
#content H2 {
	font-size: 13pt;
}
#content P {
	text-align: justify;
}

#content UL {
	margin: 10px;
}

#content TABLE.pricelist {
	font-size: 9pt;
	background-color: #AAAAAA;
}
#content TABLE.pricelist THEAD TR TD {
	font-weight: bold;
	color: white;
	background-color: #DE4800;
}
#content TABLE.pricelist TBODY TR.odd TD {
	background-color: white;
}
#content TABLE.pricelist TBODY TR.even TD {
	background-color: #FFE2B9;
}

#content DIV.photo {
	float: left;
	padding: 4px;
	background-color: white;
	border: 2px solid #FFD291;
	margin: 0px 0px 10px 0px;
}
#content DIV.content-ubytovani-photo-list{
	float: right;
	width: 230px;
	padding: 0px 0px 0px 20px;
}

#content DIV.content-kontakt-orderform {
	float: right;
	width: 450px;
	padding: 0px 0px 0px 20px;
}

#content DIV.form {
	background-color: #FFD291;
	padding: 10px;
}

LABEL {
	width: 200px;
}
INPUT {
	font-family: Tahoma;
	font-size: 10pt;
}
TEXTAREA {
	width: 250px;
}
INPUT.date {
	width: 80px;
	text-align: right;
}
INPUT.number {
	width: 50px;
	text-align: right;
}

