body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	text-align: center;
	min-width: 745px;
	line-height: 1.5;
	background-color: #23507a;
	padding-top: 10px;
	padding-bottom: 10px;
}

a, a:visited {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

hr {
	display: none;
}

#main {
	width: 745px;
	text-align: left;
	border: 2px solid #79abd9;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

#container {
}

.clear {
	clear: both;
	float: none;
}

/* ---- MENU ------------------------------------------------------ */

#menu {
	float: left;
	width: 180px;
	background-image: url(layout/podklad_menu.jpg);
	background-repeat: no-repeat;
	background-color: #eeeeee;
	background-position: bottom;
	padding-bottom: 30px;
}

#menu ul {
	list-style:none;
	padding: 5px;
	margin-left: 0px;
}

* html #menu ul li {	/*-- IE --*/
	margin:0;
	padding:0;
	height:1px;
}

#menu ul li {
	margin:0;
	padding:0;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #79abd9;
}

#menu ul li a {
	background: url(layout/menu_a.gif) no-repeat 0px 5px;
	display:block;
	padding:3px 0px 3px 20px;
	text-decoration: none;
}

#menu ul li#active a {
	background: url(layout/menu_hover.gif) no-repeat 0px 5px;
	font-weight: bold;
}

.podklad {
	background-image: url(layout/podklad_menu.jpg);
	background-repeat: no-repeat;
}

/* ---- OBSAH ------------------------------------------------------ */

#obsah {
	width:530px;
	margin-left: 200px;
	float: none;
	padding: 0px 5px;
}

#obsah p {
	text-align: justify;
	margin-bottom: 12px;
}

#obsah h1 {
	font-size: 220%;
	margin-top: 16px;
	color: #17334e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #235079;
}

#obsah h2 {
	font-size: 160%;
	margin-bottom: 16px;
	color: #AA3700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

#obsah h3 {
	font-size: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #AA3700;
	font-weight: bold;
}

#obsah ul {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 0px;
}

#obsah ul li {
	line-height: 150%;
	margin-bottom: 4px;
}

.levysloupec {
	float: left;
	width: 250px;
}

.pravysloupec {
	float: none;
	margin-left: 260px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #79abd9;
	padding-left: 10px;
}

.dole {
	float: left;
}

.fotkyimg {
	border: 1px solid #AA3700;
}

.fotkyp {
	font-size: 85%;
	color: #AA3700;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 2px;
	text-align: center;
}

.loga {
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.odkaz {
	background-image: url(layout/odkaz.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
}

address {
	font-style: normal;
	margin-bottom: 20px;
}

.aktualita {
	background-color: #FFCD82;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #F90;
	margin-bottom: 15px;
}

#obsah table {
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 2px solid #bbd4ec;
}

#obsah td {
	font-size: 11px;
	padding: 4px;
	text-align: center;
	border: 1px solid #bbd4ec;
}

#obsah th {
	font-size: 11px;
	padding: 4px;
	background-color: #79abd9;
	border: 1px solid #bbd4ec;
	text-align: center;
	color: #000000;
	letter-spacing: 0.02em;
}

#obsah caption {
	font-size: 15px;
	font-weight: bold;
	color: #AA3700;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 5px;
	white-space: nowrap;
}

#obsah .row1 {
	background-color: #cfe1f1;
}

#obsah .row2 {
	background-color: #e6eff7;
}

/* ---- PATA ----------------------------------------------- */

#footer {
	width: 745px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #79abd9;
	text-decoration: none;
}

#footer p {
	font-size: 85%;
	color: #95bce1;
}

/* ---- FORMULAR ------------------------------------------ */

form {
	margin-bottom: 20px;
}

fieldset {
	border: none;
}

legend {
	font-size: 15px;
	font-weight: bold;
	color: #AA3700;
}

input, option {
	border: 1px solid #79abd9;
	padding: 2px;
	background-color: #eeeeee;
}

fieldset p {
	margin-top: 10px;
	line-height: normal;
	padding-top: 0px;
}

textarea {
	border: 1px solid #79abd9;
	padding: 2px;
	background-color: #eeeeee;
}

.skryt {
	display: none;
}
