/* CSS Document */
body {
	background-color:#999;
	padding:15px 10px;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
}
/* Layout */
#parent {
	background-color:#FFF;
	padding:5px;
	width:960px;
	margin:auto;
}
#header {
	height:140px;
	background:url(../img/header-bigger-new-3.jpg) left top no-repeat;
}
#header-banner {
	height:140px;
	text-align:right;
}
#header-right {
	float:right;
	height:140px;
	background:url(../img/header-right-bigger.gif) right top no-repeat;
	font-size:80%;
}
#left {
	float:left;
	width:192px;
	font-size:90%;
}
#middle {
	margin:0 210px;
	padding:15px 0;
	height:100%;
}
#right {
	float:right;
	width:192px;
	background-color:#E6F2FF;
	font-size:90%;
}
#footer {
	clear:both;
	margin-top:10px;
	padding:3px 10px 3px 5px;
	background-color:#FFECE6;
	font-size:80%;
	color:#999;
}
/* H */
h1, h2, h3, h4 {
}
h1 {
	margin-top:0;
	font-size:130%;
}
h2 {
	font-size:110%;
}
h2.aktualita, h2.udeska {
	margin-bottom:0;
}
h2.italic {
	font-style:italic;
}
h3 {
	font-size:100%;
}
#header-left h1 {
	display:none;
}
#left h1, #right h3 {
	padding:5px 10px 5px 18px;
	font-size:90%;
	color:#677D93;
	margin:0;
}
#left h1 {
	background:#BFDFFF url(../img/bg-left-header.gif) left center no-repeat;
}
#middle h2 {
	margin:20px 0 15px 0;
}
#middle h2.aktualita, #middle h2.udeska, #middle h3.aktualita, #middle h3.udeska {
	margin:15px 0 2px 0;
}
#right h3 {
	background:#BFDFFF url(../img/bg-right-header.gif) left top no-repeat;
}
.centered {
	margin:auto;
}
/* A */
a {
	color:#6090BF;
}
a:hover {
	color:#000;
}
#footer a {
	padding:0 3px;
}
a:link img, a:visited img {
	border-color:#6090BF;
}
a:hover img {
	border-color:#000;
}
/* P */
p.aktualita, p.udeska {
	margin:0;
}
p.italic {
	font-style:italic;
}
p.right-align {
	text-align:right;
}
div#right-banners p {
	text-align:left;
}
/* HR */
hr {
	height:1px;
	color:#F3F3F3;
	border:none;
	border-bottom:1px solid #CCC;
}
/* DIV CLASSES */
div.header-right {
	border-bottom:1px solid #FFECE6;
	margin-right:140px;
	padding-left:5px;
}
div#right-banners {
	padding:3px 10px 10px 10px;
	text-align:center;
}
div#breadcrumbs {
	font-size:90%;
	padding:3px;
	margin-bottom:20px;
	background:#EAFFE6 url(../img/bg-breadcrumbs.gif) right top repeat-y;
}
div#middle-navigation-bar {
	border-top:1px dotted #999;
	margin-top:30px;
	margin-bottom:15px;
	padding:3px;
	font-size:90%;
	color:#999;
}
div.right-piece {
	padding-bottom:20px;
	border-bottom:2px solid #FFF;
}
div.right-piece-white {
	padding-bottom:20px;
	background:#FFF;
}
div#fg {
	background-color:#E3E3E3;
	text-align:center;
	padding:10px;
}
div.fg-seznam {
	height:100%;
	padding-bottom:auto;
	display:table-row;
	border-bottom:1px dotted #E3E3E3;
	margin-bottom:5px;
	padding-bottom:5px;
}
div.result {
	font-weight:bold;
	color:#990000;
}
div.img_with_desc {
	text-align:center;
	font-weight:bold;
	padding-bottom:8px;
}
/* IMG CLASSES */
img.in-text-right {
	float:right;
	margin:0 0 5px 10px;
}
img.in-text-left {
	float:left;
	margin:0 10px 5px 0;
}
img.header-banner {
	margin:14px 5px;
	border:0;
}
div#right-banners img {
	margin:5px auto;
	border:none;
}
div#fg img {
	vertical-align:middle;
	width:80px;
	margin:3px;
}
div.fg-seznam img {
	float:left;
	border:none;
	margin:5px 10px 5px 0;
	width:80px;
}
img.link {
	border:none;
}
/* FORM */
form#kontakt {
	background-color:#E3E3E3;
	padding:5px;
}
/* UL */
ul.right {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.right li {
	padding:5px 10px;
	border-bottom:1px dotted #FFF;
}
ul.square li {
	list-style-type:square;
}
ul.numeric li {
	list-style-type:decimal;
}
ul.none li {
	list-style-type:none;
}
ul.sitemap-top-level li {
	margin:5px 0;
	font-weight:bold;
	list-style-type:square;
	color:#E3E3E3;
}
ul.sitemap-second-level li {
	margin:0;
	font-weight:normal;
	list-style-type:none;
}
/* SPAN */
span.webdings {
	font-family:webdings;
}
span.next-step {
	font-style:italic;
}
span.aktualita-datum, span.udeska-datum {
	font-size:90%;
	font-style:italic;
}
span.popisek {
	color:#666;
	font-size:90%;
	font-weight:bold;
}
span.right-popisek {
	color:#666;
	font-style:italic;
	font-size:90%;
}
span.formular-popis-pole {
	font-size:90%;
}
/* TABLE */
table.kalendar td {
	vertical-align:top;
	padding:2px 5px;
	border-bottom:1px solid #F3F3F3;
}
table.kalendar td.mezera {
	height:10px;
	border-bottom:none;
	font-size:0;
}
table.kalendar td.datum {
	font-weight:bold;
}
table.kalendar td.mesic {
	font-weight:bold;
	text-transform:uppercase;
}
td.popisek {
	color:#666;
	font-size:90%;
	font-weight:bold;
}
table.text {
	width:80%;
}
table.text td {
	padding:0 5px 0 0;
	border-bottom:1px solid #E3E3E3;
	width:50%;
}