/* CSS Document */
body {
	font: small Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #fbdebd;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(layout/page_background.gif);
	background-repeat: repeat-y;
}

a, a:visited {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

#container {
	text-align: left;
	width: 834px;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(layout/cont_background.jpg);
	background-repeat: repeat-y;
	padding: 10px 20px 20px;
}

/* ---- HEADER ------------------------------------------------- */

#header {
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
	width: 988px;
	height: 330px;
	margin: 0px auto;
}

#header .lang {
	width: 49px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 40px;
	float: left;
	text-align: right;
}

#header .menu {
	width: 200px;
	overflow: hidden;
	position: relative;
	left: 25px;
	top: 20px;
	float: left;
}

#header .logo {
	width: 346px;
	height: 121px;
	overflow: hidden;
	position: relative;
	left: 112px;
	top: 13px;
	float: left;
}

#header .logo span {
	display: block;
	background: url(layout/header_logo.jpg) no-repeat;
	width: 346px;
	height: 121px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

#header .menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header .menu ul li {
	font: bold medium "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
}

#header .menu li a, .menu li a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1711e;
	padding-bottom: 6px;
}

#header .menu li a:hover {
	color: #292929;
	text-decoration: none;
}

#header .menu ul li#activ a {
	color: #ffffff;
}

#header .navigace {
	overflow: hidden;
	position: relative;
	left: 80px;
	top: 42px;
	float: left;
	color: #666666;
	font-size: 85%;
}

#header .navigace a {
	color: #666666;
}

#header .navigace-lang {
	overflow: hidden;
	position: relative;
	left: 80px;
	top: 82px;
	float: left;
	color: #666666;
	font-size: 85%;
}

#header .navigace-lang a {
	color: #666666;
}

/* ---- RIGHT SIDE ----------------------------------------------- */

#rightside {
	float: right;
	width: 250px;
	background-image: url(layout/right_background.jpg);
	background-repeat: no-repeat;
}

/* ---- LEFTSIDE ------------------------------------------------ */

#obsah {
	float: left;
	width: 550px;
}

#obsah h1 {
	font: bold x-large "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	color: #c31806;
}

#obsah h2 {
	font: bold large "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	color: #c31806;
}

#obsah p {
	text-align: justify;
	line-height: 150%;
}

#obsah ul {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: none;
}

#obsah ul li {
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

#obsah ol {
	margin-left: 25px;
	padding-left: 0px;
}

#obsah ol li {
	line-height: 160%;
}

.odkaz {
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}

address {
	font-style: normal;
	line-height: 160%;
}

.leftside {
	width: 240px;
	float: left;
	background-color: #fbdebd;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.rightside {
	width: 240px;
	float: right;
	background-color: #fbdebd;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.leftside table, .rightside table {
	background: #FFFFFF;
}

.box {
	border: 2px solid #fbdebd;
	margin-bottom: 20px;
	width: 250px;
	float: left;
	margin-right: 20px;
}

.box h3 {
	background-color: #fbdebd;
	padding: 5px;
	margin-top: 0px;
}

.box .balicek-cena {
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}

.small {
	font-size: 86%;
}

/* ---- OBRÁZKY ---------------------------------------------- */

#obsah .figure {
	background-color: #DFF4D9;
	padding: 7px;
	border: 1px solid #B8E9A9;
	margin-top: 5px;
	margin-bottom: 5px;
}

#obsah .figure img {
	margin:	0px;
	border: 2px solid #DFF4D9;
}

#obsah .figure a:hover img {
	border: 2px solid #005923;
}

#obsah .figure p {
	margin-top: 5px;
	padding-top: 0px;
	font-size: 85%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #005923;
}

#obsah .figure-right .figure {
	float: right;
	margin-left: 15px;
}

#obsah .figure-left .figure {
	float: left;
	margin-right: 15px;
}

.fotogalerie {
	text-align: center;
}

.fotogalerie img {
	margin:	3px;
	border: 1px solid #005923;
}

.fotogalerie a:hover img {
	border: 1px solid #DFF4D9;
}

.obr-right {
	float: right;
	margin-left: 15px;
	border: none;
}

/* ---- TABULKY ----------------------------------------------- */

table {
	border-collapse: collapse;
	border: 1px solid #c31806;
	font-size: 86%;
	width: 100%;
}

table td {
	padding: 6px;
	border: 1px solid #c31806;
	text-align: center;
}

table th {
	padding: 6px;
	border: 1px solid #c31806;
	text-align: center;
	background-color: #FEDAD6;
}

.cenik table {
	width: 100%;
}

/* ---- NOVINKY -------------------------------------------------- */

#novinky {
	padding: 7px 10px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	border: 2px solid #E8E8E8;
	background-image: url(layout/news_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #c31806;
}

#novinky h2 {
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 10px;
}

#novinky h2 a {
	color: #FFCC00;
	text-decoration: none;
}

#novinky h3 {
	font-size: small;
	color: #ffffff;
}

#novinky h3 a {
	font-size: small;
	color: #ffffff;
}

#novinky ul {
	margin-left: 15px;
	padding-left: 0px;
	color: #ffffff;
}

#novinky ul li {
	line-height: 160%;
}

#novinky a {
	color: #CCCCCC;
}

#novinky ul li a:hover {
	text-decoration: underline;
}

#novinky p {
	line-height: 160%;
	color: #ffffff;
}

#novinky a img {
	border: 3px solid #FFF;
}

#novinky a:hover img {
	border: 3px solid #000;
}

/* ---- ODKAZY ----------------------------------------------- */

#odkazy {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 2px solid #E8E8E8;
	background-image: url(layout/odkazy_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#odkazy h2 {
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 10px;
}

#odkazy ul {
	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#odkazy ul li {
	line-height: 160%;
}

#odkazy ul li a {
	text-decoration: none;
}

#odkazy ul li a:hover {
	text-decoration: underline;
}

#odkazy p {
	line-height: 160%;
}

#odkazy .gpscode {
	font-size: 86%;
}

/* ---- ODDELENI 1 ----------------------------------------------- */

.oddel {
	clear: both;
	float: none;
}

.cleaner {
	display: none;
}

/* ---- PATA ----------------------------------------------- */

#footer {
	text-align: center;
	width: 934px;
	margin: 10px auto 0px;
}

#footer p {
	color: #c1711e;
	font-size: 85%;
}

#footer p a {
	color: #c1711e;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

/* ---- FORMULAR ------------------------------------------ */

form {
	margin-bottom: 20px;
}

fieldset {
	padding: 5px;
	border: 2px solid #ee7f01;
	margin-top: 40px;
	margin-bottom: 15px;
}

legend {
	padding: 7px;
	font-weight: bold;
	background-color: #ee7f01;
	color: #FFFFFF;
}

label {
	text-align: right;
	margin-right: 0.5em;
	width: 150px;
	float: left;
}

.povinne {
	font-weight: bold;
	color: #CC0000;
}

/* ---- LIGHTBOX ------------------------------------------ */

#lightbox{
	background-color:#c31806;
	padding: 10px;
	border: 5px solid #000000;
	}
#lightboxDetails{
	padding-top: 0.4em;
	color: #ffffff;
	font-weight: bold;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 10px; right: 10px; }
#lightbox img{ border: none; clear: both; }