﻿/* CSS Document */
html, body {
	margin: 0px;
	padding: 10px 0px;
}

body {
	font: small "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	text-align: center;
	background-color: #ad9962;
}

a, a:visited {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #00CCFF;
}

strong {
	color: #FEBA70;
}

#container {
	text-align: left;
	width: 799px;
	margin: 0px auto;
	background-color: #000000;
}

.oddel {
	float: none;
	clear: both;
	width: 100%;
}

.cleaner {
	display: none;
}

/* ---- HEADER --------------------------------------------- */

#header {
	width: 249px;
	float: right;
}

#header h1 {
	width: 249px;
	height: 210px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 80%;
}

#header h1 span {
	display: block;
	background: url(layout/header_logo.gif) no-repeat;
	width: 249px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	cursor: hand;
	top: 0px;
	left: 0px;
}

#header ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#header ul li {
	margin-bottom: 4px;
}

#header ul li a {
	background-image: url(layout/menu.gif);
	display: block;
	height: 23px;
	width: 234px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 15px;
	background-repeat: no-repeat;
}

#header ul li#activ a {
	background-image: url(layout/menu_active.gif);
	text-decoration: none;
}

#header ul li a:hover {
	color: #000000;
}

#header ul li.kontakt {
	margin-bottom: 20px;
}

/* ---- OBSAH ----------------------------------------------- */

#obsah {
	float: left;
	width: 510px;
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 288px;
	padding-bottom: 40px;
}

#obsah p {
	line-height: 160%;
	text-align: justify;
	color: #999999;
}

#obsah h1 {
	font-size: x-large;
	line-height: 140%;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 83px;
	text-align: left;
	color: #fdad00;
}

#obsah h2 {
	font-size: large;
	line-height: 140%;
	margin-top: 30px;
	color: #ad9962;
}

#obsah h2 a {
	color: #ad9962;
}

#obsah h3 {
	font-size: small;
	line-height: 120%;
	color: #00D766;
}

#obsah h3 a {
	color: #00D766;
}

#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;
	color: #ffffff;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}

.odkaz {
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 5px;
}

address {
	font-style: normal;
	line-height: 160%;
	color: #999999;
	background-position: 250px top;
	background-image: url(images/mapa.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

#obsah .indexpage h1 {
	font-size: 430%;
	line-height: 140%;
	margin-right: 0px;
	margin-left: 90px;
	padding-left: 0px;
	text-align: left;
	color: #999999;
	margin-top: 20px;
}

/* ---- OBRÁZKY --------------------------------------------- */

#obsah .lustry_3 {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 15px;
	margin-right: 8px;
	margin-left: 8px;
}

* html #obsah .lustry_3 {
	margin-right: 6px;
	margin-left: 6px;
}

#obsah .lustry_2 {
	width: 233px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 15px;
	margin-right: 8px;
	margin-left: 8px;
}

* html #obsah .lustry_2 {
	margin-right: 6px;
	margin-left: 6px;
}

#obsah .lustry_3 h2, #obsah .lustry_2 h2 {
	font-size: small;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 5px;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#obsah .lustry_3 a img, #obsah .lustry_2 a img {
	border: thin solid #444444;
}

#obsah .lustry_3 a:hover img, #obsah .lustry_2 a:hover img {
	border: thin solid #ffffff;
}

#obsah .lustry_3 p, #obsah .lustry_2 p {
	font-size: small;
	padding: 3px;
	margin-top: 0px;
}

.obrright {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

.obrleft {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.obr {
	border: 1px solid #333333;
	padding: 4px;
}

/* ---- TABULKA ----------------------------------------------- */

table {
	border-collapse: collapse;
	border: 1px solid #999999;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}

table td {
	padding: 3px;
	border: 1px solid #DDB731;
	text-align: center;
	color: #FFFFFF;
}

table th {
	padding: 5px 3px;
	border: 1px solid #DDB731;
	background-color: #e8cf76;
	text-align: center;
	color: #000000;
}

/* ---- PATA ----------------------------------------------- */

#footer {
	width: 629px;
	margin: 0px auto;
	background-color: #000000;
	background-image: url(layout/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 170px;
	height: 70px;
	text-align: center;
	padding-top: 10px;
}

#footer2 {
	width: 629px;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
}

#footer2 p {
	margin: 0;
	padding: 5px 10px;
	font-size: 85%;
	color: #E8E2D2;
	text-align: left;
}

#footer2 p a, #footer p a:visited {
	color: #E8E2D2;
	text-decoration: none;
}

#footer2 p a:hover {
	text-decoration: underline;
}

/* ---- FORMULAR ------------------------------------------ */

form {
	margin-bottom: 20px;
}

fieldset {
	padding: 5px;
	border: 2px solid #555555;
	margin-top: 40px;
	margin-bottom: 15px;
}

legend {
	padding: 7px;
	font-weight: bold;
	background-color: #555555;
	color: #FFFFFF;
}

label {
	text-align: right;
	margin-right: 0.5em;
	width: 150px;
	float: left;
}

.povinne {
	font-weight: bold;
	color: #CC0000;
}
