
html {
	background: #cbcbcb url('images/bg_body.png') repeat-x top;
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #656565;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

#wrapper {
	width: 998px !important;
	margin: 0 auto;
	position:relative;
}

body {
	font-size: 62.5%;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
float:right;
width:580px;
position:relative;
top:50px;
}

#main_tag {
float:right;
right:14px;
width:550px;
position:relative;
top:50px;
padding:0 7px 7px 7px;
background-color:white;
border:1px solid #D0D1D1;
margin-bottom:10px;
}

#content {
background: #E6E6E6 url('images/bg_content.png') repeat-y top;
position:relative;
text-align:left;
top:68px;
width:998px;
left:auto;
padding-bottom: 40px;
}

* html #content {
padding-bottom: 110px;
}

.story_content {
background-color:white;
border:1px solid #D0D1D1;
float:right;
margin-bottom:10px !important;
padding:0 5px 7px;
position:relative;
right:14px;
width:550px;
}

.home {
float:right;
margin: 0 0 10px 10px;
}

*html .story_content {
margin-right:0;
}

#substory_content {
	position: absolute;
	left: 200px;
	width: 540px;
	top: 100px;
}
#side {
	width: 200px;
	float: left;
	position: relative;
	left: 200px;
}

#sub_menu {
background-color:#CBCBCB;
height:23px;
left:4px;
position:absolute;
top:10px;
width:990px;
}

.subpages {
padding-left:10px;
}

.subpages a{
color: white;
padding:3px 6px;
text-decoration:none;
font-size: 120%;
line-height:23px;
}

.subpages a:hover{
background-color:#666;
}

.subpages li {
background-color:#8C8D87;
float:left;
margin-right:1px;
}

.subpages .current_page_item {
background-color: #6F6F6F;
}

#header {
  background: white url('images/bg_header.png') repeat-x top;
	overflow: hidden;
	height:163px;
}

#header strong{
font-size:80%;
left:20px;
position:absolute;
top:52px;
}

#header	img{
left:20px;
position:absolute;
top:22px;
}

.lang	{
right:83px;
position:absolute;
top:123px;
font-size:120%;
}

.lang	li{
float: left;
}

.lang_cz {
background: transparent url(images/lang_cz.png) no-repeat scroll 0 2px;
padding-left: 22px;
margin-right:10px;
}

.lang_en {
background: transparent url(images/lang_en.png) no-repeat scroll 0 2px;
padding-left: 22px;
margin-right:10px;
}

.lang_de {
background: transparent url(images/lang_de.png) no-repeat scroll 0 2px;
padding-left: 22px;
margin-right:10px;
}

.textwidget {
font-size:120%;
}

.textwidget li{
margin-top:10px;
}

.home_ico {
background: transparent url(images/home.gif) no-repeat scroll 0 3px;
padding-left: 20px;
}
.contact_ico {
background: transparent url(images/contact_ico.gif) no-repeat scroll 0 4px;
padding-left: 20px;
}

.external {
background:transparent url(images/external.gif) no-repeat scroll 0 3px;
margin-left:10px;
padding-left:22px;
}

#other {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#other a {
}
#menu h2, #sub_menu h2 {
	display: none;
}
#breadcrumb {
	font-size: 110%;
	margin: 0 0.5em;
}
#breadcrumb li, #breadcrumb ul {
	display: inline;
}
#breadcrumb strong {
	display: none;
}

.menu {
display:block;
left:14px;
position:absolute;
top:163px;
}

.menu ul li {
	float: left;
}
.menu li {
  width: 127px;
  margin-right: 8px;
}
.menu a {
color:white;
display:block;
font-size:150%;
font-weight:bold;
padding:26px 1em 12px;
text-decoration:none;
}

.menu a.current {
  background: #7E7F79 url('images/bg_menu.png') no-repeat top;
}
.menu .current_page_item, .current_page_ancestor {
  background: #7E7F79 url('images/bg_menu.png') no-repeat top;
}
.menu .current_page_item a:hover {
  text-decoration:none;
}
.menu .foreign a{
 color: #EFEFEF;
}

.menu li li a {
	padding-left: 2em;
}
.menu li li li a {
	padding-left: 3em;
}
.menu a:hover {
  color: white;
	text-decoration: underline;
}

.menu .current a:hover {
	text-decoration: none;
}

form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset legend {
	font-size: 150%;
	font-weight: bold;
	color: #333;

}
fieldset fieldset legend {
	font-size: 130%;
}
form label, form .cf-box-title {
display:none;
}
form .cf-box-group label {
	font-weight: normal;
}

form input, form select, form textarea {
	width: 99%;
	margin: 0 auto;
}
form label input, form .cf-box-group input, form .cf-box-b {
	width: 2em;
}
form button, .sendbutton {
	cursor: pointer;
	width: 10em;
}
.emailreqtxt, .reqtxt {
	float: right;
}
.story_content form ol li {
	list-style: none url();
	clear: both;
	margin: 0.5em 0 0 0;
	padding: 0;
}

#usermessagea {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	color: red;
}

.cf_hidden {
	display: none;
}
.failure {
	color: red;
	text-decoration: blink;
}

#clear {
clear:both;
}

#sub_main {
margin-bottom:20px;
position:relative;
top:50px;
left:14px;
width:971px;
}

#footer {
background:#7E7F79 url(images/bg_footer.png) no-repeat scroll center top;
color:white;
display:block;
float:left;
font-size:120%;
height:122px;
line-height:25px;
position:relative;
width:971px;
}

#footer #footer_left {
float:left;
position:relative;
left:10px;
top:10px;
width:50%;
}

#footer #footer_right {
float:right;
position:relative;
top:10px;
width:42%;
}

#footer a {
color:white;
}

#partners {
background-color:white;
border:1px solid #D0D1D1;
clear:both;
margin:0 0 10px;
padding:10px;
position:relative;
width:auto;
}

#partners img{
margin-right:10px;
}

.rss {
background:transparent url(images/rss.gif) no-repeat scroll 0 0;
padding-left:22px;
display:block;
position:relative;
height:20px;
}

.pdf {
background:transparent url(images/ico_pdf.png) no-repeat scroll 0 0;
padding-left:22px;
display:block;
position:relative;
height:20px;
}

#footer #footer_left .pdf_2 {
background:transparent url(images/ico_pdf.png) no-repeat scroll 0 50%;
height:20px;
margin-left:10px;
padding-left:22px
}

#copy {
clear:both;
display:block;
height:25px;
position:relative;
top:10px;
}

#copy_left {
float: left;
}

#copy_right {
float: right;
}

#footer li {
	display: inline;
}
#footer br {
	display: none;
}
#top {
position:absolute;
top:29px;
left:170px;
}
#top li{
float: left;
margin-left:20px
}
#top li img{
margin:0 6px
}
#top_news {
background-color:#E6E6E6;
font-size:120%;
height:61px;
position:absolute;
right:14px;
top:32px;
width:319px;
}

#top_news_left {
float:left;
left:10px;
margin-top:11px;
position:relative;
}

#top_news_right {
float:right;
position:relative;
margin-top:11px;
right:10px;
width:178px;
}

#searchform {
background: #7E7F79 url('images/bg_search.png') no-repeat top;
position:absolute;
top:68px;
right:14px;
width:319px;
height:41px;
}

#searchform #s {
margin-right:8px;
width:215px;
}

#searchform #searchsubmit {
background: #BBBBB1 url('images/bg_button.png') no-repeat top;
width: 60px;
height: 21px;
border: none;
margin-top:1px;
}

#searchform input{
margin-top: 11px;
}

.screen-reader-text  {
display:none;
}

#lista {
	padding: 1em;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-weight: bold;
}

h1 {
background:#13945C url(images/bg_title.png) repeat-x scroll center top;
color:white;
font-size:200%;
font-weight:normal;
height:31px;
margin: 7px 0 12px;
padding:6px 10px 0;
}

h1 strong{
font-size:70%;
font-weight:normal;
}

h2 {
	font-size: 180%;
}

#main_tag h2  {
	clear:both;
	margin:10px 0;
}

.hierarch {
clear:both;
}

.hierarch em{
line-height:200%;
}

#main_tag .hierarch h2 {
background:#E6E6E6 none repeat scroll 0 0;
font-size:160%;
height:20px;
margin:15px 0 20px;
padding:5px 10px;
color:#666;
font-weight:normal;
}

.story_content .hierarch h2 {
background:#E6E6E6 none repeat scroll 0 0;
font-size:160%;
height:20px;
margin:15px 0 20px;
padding:5px 10px;
color:#666;
}

.story_content .hierarch strong {
display:block;
float:left;
height:150px;
left:10px;
position:relative;
width:365px;
font-size:110%;
line-height:140%;
}

.story_content .hierarch hr {
border-top: 1px dotted #ccc;
border-bottom: none;
border-left:none;
border-right:none;
clear:both;
}

* html .story_content .hierarch h2 {
margin:0 0 15px;
}

* +html .story_content .hierarch h2 {
margin:0 0 15px;
}

.story_content h2 {
background:#13945C url(images/bg_title.png) repeat-x scroll center top;
color:white;
font-size:200%;
font-weight:normal;
height:31px;
margin: 7px 0 12px;
padding:6px 10px 0;
}

h3 {
font-size:130%;
font-weight:normal;
margin:15px 0 10px;
}

.hierarch h3 {
color:#333333;
font-size:140%;
font-weight:normal;
line-height:150%;
}

h4 {
	font-size: 150%;
}

.story_content p, #side p, #sub_menu p, #main_tag p {
	font-size: 120%;
	margin: 0.5em 0;
	line-height: 1.3em;
	padding: 5px;
}
.story_content p strong {
font-size: 100%;
letter-spacing:1px;
}
#sub_menu h3, #sub_menu p {
	margin: 0.5em;
}
.story_content ul, .story_content ol, #main_tag ul, #main_tag ol {
	margin: 1em 0;
}
.story_content ul li, .story_content ol li, #main_tag ul li, #main_tag ol li {
	list-style: disc url();
	margin-left: 2em;
	font-size: 130%;
	line-height:20px;
}
.story_content ol li, #main_tag ol li {
	list-style: decimal url()
}
.story_content li li, #main_tag li li {
	font-size: 100%;
}

.hidden {
	display: none;
}

/* zarovnání obrázků v Texy , vždy nastavit */
.left {
	float: left
}
.right {
	float: right;
}
img.left {
	margin-right: 1em;
}
img.right {
	margin-left: 1em;
}
.linklove {
	display: none !important;
}
.cleaner {
	clear: both;
}
#edit {
/* odkaz na úpravy - nemazat*/
	position: absolute;
	right: 0;
	top: 0;
}

.sidebar {
display:block;
float:left;
position:relative;
width:400px;
top:50px;
left:14px;
}

* html .sidebar{
margin-bottom:10px; 
}

* +html .sidebar{
margin-bottom:10px; 
}

.widget {
background-color:white;
border:1px solid #D0D1D1;
margin-bottom:10px;
padding:7px;
position:relative;
width:370px;
float:left;
}

.widget p{
font-size:120%;
}

.widgettitle {
background:#087A49 url(images/bg_widget_title.png) repeat-x scroll center top;
color:white;
font-size:170%;
font-weight:normal;
margin-bottom:10px;
padding:4px 5px;
}

.alignleft {
float:left;
margin:0 10px 7px 0;
}

.widget_sideposts p {
font-size: 120%;
}

.read_more {
margin-top: 10px;
}

.archive {
margin-top: 10px;
float: right;
}

.widget_sideposts h3 {
clear: both;
margin:20px 0 8px;
}

.widget_sideposts h3 a {
color: #656565;
font-size:110%;
font-weight:bold;
}

.widgetcform {
padding: 0;
background-color: none;
border: none;
width:385px;
}

#cformsform {
background:  #7E7F79 url('images/bg_cform.png') no-repeat top;
width:385px;
height:123px;
}

#cformsform legend {
display: none;
}

#li--2, #li--3 {
position:relative;
width: 168px;
float: left;
left: 10px;
top:10px;
}

#li--2 {
margin-right: 20px;
}

#li--4 {
position:relative;
width: 366px;
left: 10px;
top: 20px;
}

* html #li--4 {
top:0;
}

* +html #li--4 {
top:0;
}

* html #li--5 {
top:10px;
}

* html .cf-sb {
top: -8px;
}

* +html #li--5 {
top:10px;
}

* +html .cf-sb {
top: -8px;
}

* html #li--2 {
margin-right: 5px;
}

#li--5 {
font-size:150%;
left:10px;
position:relative;
top:30px;
color:white;
}

#sendbutton {
background: #BBBBB1 url('images/bg_button_cform.png') no-repeat top;
width: 77px;
height: 21px;
border: none;
}

.cf-sb {
display:block;
float:right;
height:21px;
position:relative;
right:10px;
top:11px;
width:77px;
}

.widgetcform .widgettitle {
display: none;
}

#cformsform #cf_field_4 {
height:40px;
width:353px;
}

#cf_field_3, #cf_field_2, #cf_field_4, #s {
background-color:#6C6C6C;
border-color:#CCCCCC;
border-style:none solid solid none;
border-width:medium 1px 1px medium;
color:white;
padding: 2px 5px;
}

#newtagcloud a {
margin-right:3px;
line-height:25px;
}
.photo {
float: right;
margin-left: 10px;
margin-bottom:10px;
}

#sklenar {
height:190px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 10px 10px 10px;
	float:left;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.alignright {
float:right;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.widget_pages ul li {
font-size:130%;
line-height:20px;
}
.story_content .faq h2 {
background:#E6E6E6 none repeat scroll 0 0;
color:#666666;
font-size:160%;
height:auto;
line-height:22px;
margin:15px 0 10px;
padding:5px 10px;
}
.story_content .faq a {
padding-top:15px;
text-decoration:none;
}
.textwidget .seznam_otazek li {
font-size:110%;
line-height:18px;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin-bottom:5px;
margin-left:20px;
margin-top:5px;
padding-bottom:5px;
}
.textwidget .seznam_otazek a {
text-decoration:none;
}
.textwidget .seznam_otazek a:hover {
text-decoration:underline;
}
.story_content ul li ul li ul {
margin:0 0 8px;
}

