/* CSS Document */
html, body {
	margin: 0px;
	padding: 5px 0 0;
}

body {
	text-align: center;
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a, a:visited {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

#container {
	text-align: left;
	width: 750px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 2px solid #8b0304;
	padding: 10px;
}

/* ---- MENU HORIZONTALNI -------------------------------------------------- */

#hornimenu {
	margin: 0px;
	padding: 0px;
	background-image: url(layout/header_menu.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 750px;
}

#hornimenu ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

#hornimenu ul li {
	font-size: 120%;
	float: left;
	height: 47px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#hornimenu ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 17px;
	padding-left: 16px;
	padding-bottom: 12px;
	font-weight: bold;
}

#hornimenu ul li a:hover {
	background-color: #ffcb08;
	color: #000;
}

#hornimenu ul li#activ a {
	background-color: #000;
	color: #FFF;
}

/* ---- HLAVICKA--------------------------------------------- */

#hlavicka {
	height: 350px;
	width: 750px;
	margin-top: 5px;
	background-color: #ffcb08;
}

#main {
	width: 750px;
	margin-top: 5px;
	background-image: url(layout/body_podklad.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

/* ---- LEFTSIDE --------------------------------------------- */

#leftside {
	float: left;
	width: 185px;
	margin-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

#leftside a {
	color: #FFFFFF;
	text-decoration: underline;
}

#leftside h2 {
	color: #ffcb08;
	font-size: 18px;
	margin-top: 5px;
}

#leftside h2 a {
	color: #ffcb08;
	text-decoration: none;
}

#leftside h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#leftside h3 {
	color: #ffcb08;
	font-size: 14px;
	font-weight: bold;
}

#leftside h3 a {
	color: #ffcb08;
	text-decoration: none;
}

#leftside h3 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#leftmenu ul {
	margin-left: 15px;
	padding-left: 0px;
}

#leftmenu ul li {
	line-height: 140%;
	margin-bottom: 4px;
}

#leftmenu ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#leftmenu ul li#active a {
	color: #ffcb08;
}

#leftside .box {
	color: #CCCCCC;
	margin-top: 50px;
	margin-bottom: 15px;
}

/* ---- OBSAH ----------------------------------------------- */

#obsah {
	float: right;
	width: 505px;
	margin-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

#obsah p {
	line-height: 160%;
	text-align: justify;
}

#obsah h1 {
	font-size: 220%;
	line-height: 140%;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}

#obsah h2 {
	font-size: 18px;
	line-height: 140%;
	color: #8b0304;
	text-transform: uppercase;
}

#obsah ul {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: none;
}

#obsah li {
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

.obrazek a img {
	border: 2px solid #8b0304;
}

.obrazek-vlevo {
	float: left;
	margin-right: 20px;
}

.obrazek-vlevo a img {
	border: 2px solid #8b0304;
}

.obrazek-vpravo {
	float: right;
	margin-left: 20px;
}

.obrazek-vpravo a img {
	border: 2px solid #8b0304;
}

.fotogalerie a img {
	border: 2px solid #8b0304;
	margin: 4px 2px;
}

.obrazek a:hover img, .obrazek-vpravo a:hover img, .obrazek-vlevo a:hover img, .fotogalerie a:hover img {
	border: 2px solid #ffcb08;
}

#obsah table td, #obsah table th {
	padding: 2px;
}

.navigace {
	color: #666666;
	font-size: 11px;
	margin-bottom: 20px;
}

.navigace a {
	color: #666666;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}

.odkaz {
	background-image: url(layout/odkaz.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 5px;
}

address {
	font-style: normal;
	line-height: 160%;
}
/* ---- CENÍK ----------------------------------------------- */

#cenik table {
	border-collapse: collapse;
	border: 1px solid #999999;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}

#cenik table td {
	padding: 3px;
	border: 1px solid #DDB731;
	text-align: center;
}

#cenik table th {
	padding: 3px;
	border: 1px solid #DDB731;
	background-color: #e8cf76;
	text-align: center;
}

/* ---- NOVINKY -------------------------------------------------- */

.novinky {
	margin-top: 8px;
	padding-top: 13px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6F0202;
}

.novinky h3 {
	margin-bottom: 8px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.novinky p {
	margin-top: 4px;
	margin-bottom: 4px;
}

.cistvice {
	background-image: url(layout/list2.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0px 6px;
	margin-top: 15px;
}

#obsah .datum {
	background-image: url(layout/kalendar.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 3px;
	color: #666666;
	margin-top: 15px;
}

.novinky-seznam-1 {
	background-color: #FECFCF;
}

.novinky-seznam-2 {
	background-color: #FFEEAA;
}

.novinky-seznam-1, .novinky-seznam-2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	clear: both;
	float: none;
}

.novinky-seznam-1, .novinky-seznam-2 h2 {
	margin-top: 0px;
	padding-top: 0px;
}

/* ---- NAVIGACE DOLE -------------------------------------- */

#navigacedole ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 30px;
}

#navigacedole ul li {
	font-size: 11px;
	background-position: 0px 6px;
}


/* ---- PATA ----------------------------------------------- */

#footer {
	text-align: center;
	width: 754px;
	margin: 5px auto 10px;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
	font-size: 11px;
	text-align: center;
	color: #888888;
}

#footer p a, #footer p a:visited, #footer p a:hover {
	text-decoration: underline;
	color: #888888;
}

/* ---- ODDELENI 1 ----------------------------------------------- */

.oddel {
	clear: both;
	width: 100%;
}

.cleaner {
	display: none;
}

/* ---- FORMULAR ------------------------------------------ */

form {
	margin-bottom: 20px;
}

fieldset {
	padding: 5px;
	border: 2px solid #999999;
	margin-top: 40px;
	margin-bottom: 15px;
}

legend {
	padding: 7px;
	font-weight: bold;
	background-color: #999999;
}

label {
	text-align: right;
	margin-right: 0.5em;
	width: 150px;
	float: left;
}

.povinne {
	font-weight: bold;
	color: #CC0000;
}