body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: #000 url(img/bg-body.jpg) repeat top center;
	font-size: 0.8em;
	text-align: center;
	font-family: 'Trebuchet MS', 'Helvetica', 'Verdana', sans-serif;
}
ul, ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/* odkazy pro nevidome a klaveskare */
p.blind {
	margin: 0px;
}
p.blind a {
	position: absolute;
	left: 0;
	top: -10000px;
}
	p.blind a:active, p.blind a:focus {
		top: 10px;
		margin: 10px;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		background: #000;
		border: 1px solid #fff;
	}
hr.blind {
	position: absolute;
	top: -10000px;
}


/* kontejner */
div#kontejner {
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 0px 25px;
	text-align: left;
	background: url(img/bg-kontejner.jpg) repeat-y top center;
}
div#orloj {
	position: absolute;
	top: 63px;
	left: 925px;
	width: 35px;
	height: 125px;
	background: url(img/bg-orloj.jpg) no-repeat 0px 0px;
}


/* hlavicka */
div#hlavicka {
	height: 220px;
	background: url(img/bg-hlavicka.jpg) no-repeat top center;
}
	h1 {
		float: left;
		margin: 0px;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
		h1 a {text-decoration: none;}
		h1 span {
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 1;
			cursor: pointer;
			width: 350px;
			height: 85px;
			background: url(img/logo.jpg) 0 0 no-repeat;
		}


	div#hlavicka p#flash {
		margin: 0px;
		padding: 0px;
		z-index: 8;
	}
	div#hlavicka object, div#hlavicka embed {
		position: absolute;
		top: 0px;
		left: 25px;
		z-index: 10;
	}
	div#hlavicka p#jazyky {
		float: right;
		position: absolute;
		top: 0px;
		left: 835px;
		z-index: 99;
		width: 200px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		font-size: 0.9em;
		text-align: right;
	}
		div#hlavicka p#jazyky em {
			float: left;
			margin-right: 10px;
			font-weight: bold;
		}
		div#hlavicka p#jazyky a {
			display: block;
			float: left;
			width: 16px;
			height: 11px;
			margin: 4px 8px 0px 0px;
			position: relative;
			overflow: hidden;
			color: #fff;
			font-size: 0.8em;
			text-decoration: none;
		}
			div#hlavicka p#jazyky a span {
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				z-index: 1;
				cursor: pointer;
				width: 16px;
				height: 11px;
			}
			div#hlavicka p#jazyky a.jazyk-cz span {background: url(img/bg-a-jazyk-cz.jpg) no-repeat 0px 0px;}
			div#hlavicka p#jazyky a.jazyk-en span {background: url(img/bg-a-jazyk-en.jpg) no-repeat 0px 0px;}
			div#hlavicka p#jazyky a.jazyk-de span {background: url(img/bg-a-jazyk-de.jpg) no-repeat 0px 0px;}
			div#hlavicka p#jazyky a:hover, div#hlavicka p#jazyky a:active, div#hlavicka p#jazyky a:focus {
				filter: alpha(opacity=60);
				-moz-opacity: 0.6;
				opacity: 0.6;
			}
			div#hlavicka p#jazyky a.vybrano {
				filter: alpha(opacity=60);
				-moz-opacity: 0.6;
				opacity: 0.6;
			}


/* obsah */
div#obsah {
	padding: 10px 25px;
	background: url(img/bg-obsah.jpg) no-repeat bottom center;
}
	div#obsah p {
		margin: 0.5em 0em 2em 0em;
		line-height: 1.5em;
	}
	div#obsah p#konec {
		clear: both;
		margin: 0px;
		padding: 0px;
	}
	div#obsah acronym {
		cursor: help;
	}
	div#obsah a {
		color: #c33;
		font-weight: bold;
		text-decoration: none;
	}
	div#obsah a:hover, div#obsah a:active, div#obsah a:focus {
		color: #fff;
	}


/* menu */
div#menu {
	float: left;
	width: 225px;
	padding: 25px 0px;
	font-size: 1.2em;
	text-align: right;
}
	div#menu ul {
		border-right: 1px solid #fff;
	}
	div#menu ul li {
		padding: 3px 0px;
	}
	div#menu ul a {
		display: block;
		width: 210px;
		padding-right: 15px;
		color: #fff;
	}
		div#menu ul a:hover, div#menu ul a:focus, div#menu ul a:active {
			color: #c33;
			background: url(img/bg-menu-a-hover.jpg) no-repeat right center;
		}
	div#menu li.vybrano {
		padding: 5px 0px;
	}
	div#menu li.vybrano a {
		cursor: default;
		color: #c33;
		font-size: 1.4em;
		font-weight: normal !important;
		background: url(img/bg-menu-a-hover.jpg) no-repeat right center;
	}
	p.certifikat {
		padding: 15px 0px 0px 50px;
	}
		p.certifikat a {
				display: block;
				width: 65px;
				height: 65px;
				margin: 0px auto;
				position: relative;
				overflow: hidden;
				text-decoration: none;
		}
		p.certifikat a span {
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 1;
			cursor: pointer;
			width: 65px;
			height: 65px;
		}
			p.certifikat a:hover span, p.certifikat a:focus span, p.certifikat a:active span {
				background-position: bottom center !important;
			}
		p.certifikat a.hotel-3 span {background: url(img/certifikat-ahrcr-hotel-3-th.jpg) top center no-repeat;}
		p.certifikat a.hotel-4 span {background: url(img/certifikat-ahrcr-hotel-4-th.jpg) top center no-repeat;}



/* vnitrni obsah */
div#obsah-inside {
	width: 520px;
	margin-left: 225px;
	padding: 25px 50px;
}
h2 {
	margin-top: 0px;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin-top: 3em;
	font-size: 1.3em;
}


/* paticka */
div#paticka {
	height: 24px;
	padding: 16px 0px 0px 0px;
	color: #e5e5e5;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	background: url(img/bg-paticka.jpg) no-repeat top center;
}
	div#paticka acronym {
		border: none;
	}
	div#paticka a {
		color: #fff;
	}
		div#paticka a:hover, div#paticka a:focus, div#paticka a:active {
			color: #999;
		}


/* ostatni tridy */
.clear {
	clear: both;
}
.txt-c {
	text-align: center !important;
}
p.varovani {
	padding: 5px 10px !important;
	font-weight: bold;
	border: 1px solid #c33;
	background-color: #222;
}
a img {
	border: none;
}
