/* CSS dokument */
/* Copyright © 2004 – 2010 dg studio */
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.display-none {
	display: none;
}
.ui-tabs-hide {
	display: none;
}
img {
	border: none;
}
abbr {
	cursor: help;
	color: #117187;
}
body {
	font-family:'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color:#000000;
	background: url('../img/body-background.jpg') repeat-x top;
}
#page {
	position: relative;
	width: 990px;
	height: auto;
	margin: 0 auto;
}
/* DIV content (obsahová část) */
#content {
	position: relative;
	width: 950px;
	margin: 0 auto;
	margin-top: 6px;
	background: url('../img/content-background.jpg') no-repeat top;
}
#content .navigace {
	margin-left: 36px;
	margin-right: 36px;
	padding-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 0.8em;
	color: #117187;
}
#content .navigace a.home {
	color: #f26935;
	background: url('../img/navigace-home.jpg') no-repeat left 0px;
	padding-left: 18px;
	margin-right: 9px;
	text-decoration: underline;
}
#content .navigace a:hover.home {
	text-decoration: none;
}
#content .navigace span {
	color: #117197;
	padding-left: 18px;
	margin-right: 9px;
	background: url('../img/navigace-span.jpg') no-repeat left 3px;
}
#content .navigace a {
	color: #f26935;
	padding-left: 18px;
	margin-right: 9px;
	text-decoration: underline;
	background: url('../img/navigace-span.jpg') no-repeat left 3px;
}
#content .navigace a:hover {
	text-decoration: none;
}
#left-content {
	position: relative;
	float: left;
	width: 604px;
}
#left-content h2 {
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 15px;
	font-size: 1.3em;
	font-family: Arial;
	font-weight: normal;
	color: #117187;
	clear: both;
}
#left-content h3 {
	margin-bottom: 2px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 10px;
	font-size: 1.1em;
	font-family: Arial;
	font-weight: normal;
	color: #117187;
	clear: both;
}
#left-content p {
	margin-left: 35px;
	margin-right: 5px;
	text-align: justify;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#left-content ul {
	margin-left: 55px;
	margin-right: 5px;
	text-align: justify;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#left-content ul li ul {
	margin-left: 25px;
	margin-right: 5px;
	text-align: justify;
	font-size: 1.0em;
	margin-bottom: 5px;
}
#left-content li {
	list-style: disc;
	list-style-image: none;
	list-style-position: outside;
}
#left-content li ul li {
	list-style: circle;
	list-style-image: none;
	list-style-position: outside;
}
#left-content .left-contact {
	float: left;
}
#left-content .right-contact {
	float: left;
	margin-left: 70px;
}
#left-content .filtr-aktuality {
	margin-bottom: 20px;
}
#left-content .filtr-aktuality p {
	float: left;
	margin-right: 3px;
}
#left-content .filtr-aktuality li {
	float: left;
	margin-left: 5px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#left-content .filtr-aktuality .ui-tabs-selected a {
	font-weight: bold;
	text-decoration: none;
}
#left-content .cl-hr {
	font-size: 0px;
	height: 5px;
	background: #006881;
	margin-left: 35px;
	margin-right: 5px;
}
#left-content a {
	color: #117187;
	text-decoration: underline;
}
#left-content a:hover {
	text-decoration: none;
}
/* PRAVÁ A LEVÁ ČÁST, ODKAZ ZE STYLEM LINK */
#left-content a.link, #right-content a.link {
	height: 20px;
	float: left;
	line-height: 19px;
	text-align: center;
	display: block;
	position: relative;
	text-decoration: none;
	color: #117187;
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 7px;
}
#left-content a.link:hover, #right-content a.link:hover {
	color: #f26936;
}
#left-content a.link span.center, #right-content a.link span.center {
	background: url('../img/link-center.jpg') repeat-x top;
	cursor: pointer;
	height: 20px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
#left-content a.link:hover span.center, #right-content a.link:hover span.center {
	cursor: pointer;
	height: 20px;
}
#left-content a.link span.left, #right-content a.link span.left {
	left: 0;
	top: 0;
	position: absolute;
	float: none;
	width: 20px;
	cursor: pointer;
	height: 20px;
	display: block;
	font-size: 0px;
	background: url('../img/link-left.jpg') no-repeat left;
}
#left-content a.link span.right, #right-content a.link span.right {
	width: 7px;
	height: 20px;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0px;
	float: none;
	background: url('../img/link-right.jpg') no-repeat right;
}
#left-content a.link:hover span.left, #right-content a.link:hover span.left {
	left: 0;
	top: 0;
	position: absolute;
	float: none;
	width: 20px;
	height: 20px;
	font-size: 0px;
	display: block;
	cursor: pointer;
}
#left-content a.link:hover span.right, #right-content a.link:hover span.right {
	width: 7px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0px;
	cursor: pointer;
	float: none;
}
#left-content .right-link, #right-content .right-link {
	float: right;
	margin-top: 10px;
}
#right-content .right-link {
	margin-right: 8px;
}
/* PRAVÁ ČÁST WEBU */
#right-content {
	float: right;
	position: relative;
	float: right;
	width: 324px;
}
#right-content h2 {
	color: #006981;
	margin-top: 13px;
	font-weight: normal;
	font-family: Arial;
	font-size: 1.3em;
	margin-bottom: 5px;
}
#right-content .aktuality {
	width: 316px;
	display: block;
	margin-bottom: 10px;
	background: #daecf0 url('../img/aktuality-top.jpg') no-repeat top;
}
#right-content .aktuality .aktuality-footer {
	width: 316px;
	height: 6px;
	clear: both;
	background: url('../img/aktuality-bottom.jpg') no-repeat bottom;
}
#right-content .aktuality .datum {
	color: #858585;
	font-size: 0.8em;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
}
#right-content .aktuality .spolecnost {
	color: #117187;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
#right-content .aktuality .content {
	color: #000000;
	font-size: 0.9em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#right-content .aktuality .odkaz {
	font-size: 0.9em;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
}
#right-content .aktuality .odkaz a {
	text-decoration: underline;
	color: #117187;
}
#right-content .aktuality .odkaz a:hover {
	text-decoration: none;
}
