body {
	background-color: #d189aa;
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(layout/page-back.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:visited {
	text-decoration: underline;
	color: #0000CC;
}

hr.noshow {
	display: none;
}

#container {
	width: 993px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ---------------------------------------------------------------- */
/* ---- HLAVICKA -------------------------------------------------- */
/* ---------------------------------------------------------------- */

#header {
	width: 953px;
	height: 172px;
	background-image: url(layout/header-back.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#header .logo {
	position: relative;
	left: 30px;
	top: 20px;
	float: left;
	width: 550px;
	height: 96px;
}

#header .logo h1 {
	width: 550px;
	height: 96px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header .logo h1 span {
	background-image: url(layout/header-logo.gif);
	background-repeat: no-repeat;
	display: block;
	width: 550px;
	height: 96px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

#header .menu {
	position: relative;
	left: 130px;
	top: 0px;
	float: left;
	width: 250px;
	height: 140px;
}

#header .menu ul {
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
}

#header .menu li {
	margin: 0px;
}

#header .menu li a {
	display: block;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 20px;

	text-transform: uppercase;
}

#header .menu li a:hover {
	color: #f6e0ea;
	border-bottom-color: #f6e0ea;
}

#header .menu li#active a {
	color: #d187a6;
	border-bottom-color: #d187a6;
}

#header .navigace {
	position: relative;
	left: 270px;
	top: 8px;
	float: left;
	width: 650px;
	height: 20px;
	font-size: 86%;
	color: #b892ad;
}

#header .navigace a {
	color: #b892ad;
	text-decoration: none;
}

#header .navigace a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* ---- BLOKY -------------------------------------------------- */
/* ---------------------------------------------------------------- */

#main {
	width: 953px;
	background-image: url(layout/main-back-repeat.gif);
	background-repeat: repeat-y;
}

#main-back {
	width: 953px;
	background-image: url(layout/main-back.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#leftside {
	width: 225px;
	float: left;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

#main-obsah {
	width: 660px;
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	padding-bottom: 30px;
}

.oddel {
	clear: both;
	float: none;
}

/* ---- OBSAH ------------------------------------------------------ */

#obsah {
	float: left;
	width: 375px;
}

#obsah h1 {
	font-size: xx-large;
	color: #60274c;
	letter-spacing: -0.03em;
	margin-top: 0px;
}

#obsah h2 {
	font-size: 150%;
	color: #bc63a5;
	font-weight: normal;
}

#obsah h2 a {
	color: #bc63a5;
	text-decoration: none;
}

#obsah h2 a:hover {
	color: #000000;
}

#obsah h3 {
	font-size: medium;
}

#obsah h3 a {
	text-decoration: none;
}

#obsah h3 a:hover {
	text-decoration: underline;
}

#obsah p, #obsah li {
	line-height: 160%;
	font-size: 107%;
}

#obsah p a, #obsah li a {
	text-decoration: underline;
	color: #510843;
	padding: 0.1em;
}

#obsah p a:hover, #obsah li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #510843;
}

#obsah ul {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: none;
}

#obsah ul li {
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

#obsah .vysvetleni {
	background-color: #fae9f1;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d187a6;
	border-bottom-color: #d187a6;
}

#obsah address {
	font-style: normal;
}

#obsah iframe {
	border: 2px solid #fdf9fb;
}

/* ---- OBRÁZKY ---------------------------------------------------- */

#obsah .galerie img {
	margin: 5px;
	float: left;
}

#obsah .galerie a img {
	border: 2px solid #fae9f1;
}

#obsah .galerie a:hover img {
	border: 2px solid #d187a6;
}

/* ---- TABULKY ---------------------------------------------------- */

#cenik table {
	border-collapse: collapse;
	border: 1px solid #b892ad;
	font-size: 86%;
}

#cenik td {
	padding: 4px;
	border: 1px solid #b892ad;
	vertical-align: top;
}

#cenik th {
	padding: 4px;
	border: 1px solid #b892ad;
	background-color: #823872;
	color: #FFF;
}

#cenik td.c {
	width: 15%;
	text-align: center;
}

#cenik td.p {
	width: 15%;
	text-align: center;
	font-weight: bold;
}

/* ------------------------------------------------------------------ */
/* ---- RIGHTSIDE --------------------------------------------------- */
/* ------------------------------------------------------------------ */

#rightside {
	float: right;
	width: 255px;
}

#rightside p, #rightside li {
	line-height: 160%;
	font-size: 107%;
}

/* ---- RIGHT MENU -------------------------------------------------- */

#rightmenu {
	background-color: #510843;
	background-image: url(layout/rightmenu-top.gif);
	background-repeat: no-repeat;
	width: 244px;
	background-position: top;
	padding-top: 10px;
	margin-bottom: 20px;
}

#rightmenu .bottom {
	background-image: url(layout/rightmenu-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 244px;
	height: 20px;
}

#rightmenu h2 {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: medium;
}

#rightmenu h2 a {
	color: #d187a6;
	text-decoration: none;
}

#rightmenu ul {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: none;
}

#rightmenu li {
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
	margin-right: 15px;
}

#rightmenu li a {
	color: #FFF;
	text-decoration: none;
}

#rightmenu li a:hover {
	color: #f2d7e3;
}

#rightmenu li#active2 a {
	color: #d187a6;
	font-weight: bold;
}

/* ---- BOX --------------------------------------------------------- */

#rightside .box {

}

#rightside .box .butony img {
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rightside h2 {
	font-size: medium;
	color: #9e5b91;
}

#rightside .noborder {
	border: none;
}

/* ------------------------------------------------------------------ */
/* ---- LEFTSIDE --------------------------------------------------- */
/* ------------------------------------------------------------------ */

#leftside h2 {
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#leftside p, #leftside li, #leftside address {
	line-height: 160%;
	font-size: 107%;
	color: #FFF;
}

#leftside p a, #leftside li a, #leftside address a {
	color: #FFF;
}

#leftside p a:hover, #leftside li a:hover, #leftside address a:hover {
	color: #fae9f1;
}

#leftside address {
	color: #FFF;
	font-style: normal;
}

/* ---- PATA ------------------------------------------------------- */

#footer {
	font-size: 85%;
	color: #803665;
	background-image: url(layout/footer-back.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 35px;
	width: 953px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #803665;
}

#footer a:hover {
	text-decoration: underline;
}

/* ---- FORMULAR ------------------------------------------ */

form {
	margin-bottom: 20px;
}

fieldset {
	padding: 5px;
	border: 2px solid #b892ad;
	margin-bottom: 15px;
}

legend {
	padding: 7px;
	font-weight: bold;
	background-color: #b892ad;
	color: #FFFFFF;
}

label {
	text-align: right;
	margin-right: 0.5em;
	width: 120px;
	float: left;
	margin-top: 0.25em;
}

.povinne {
	font-weight: bold;
	color: #CC0000;
}
