/*
Theme Name: BeLime design
Theme URI: http://www.belime.cz/
Description: Custome style by BeLime
Version: 21.6.2009
Author: BeLime - Michael Minar
Author URI: http://www.belime.cz/
Tags: fixed width, three columns
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	color: #333333;
	font-family: 'Arial', sans-serif;
	font-size: 62.5%;
	text-align: center;
}
#content {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
}
#main {
	float: left;
	left: 193px;
	margin: -25px 0 0 0;
	overflow: hidden;
	padding: 0 10px 20px 10px;
	position: relative;
	width: 520px;
}
#homepage #main {
	margin: 100px 0 0 0;
}
#submain {
  display: none;
}
#homepage #submain {
  display: block;
  float: left;
}
#side {
	float: left;
	left: -540px;
	margin: -77px 0 0 0;
	padding: 0 0;
	position: relative;
	width: 193px;
}
#otherside {
	float: left;
  margin: -42px 0 0 0;
	padding: 0 0;
	position: relative;
	width: 167px;
}
#header {
	background: transparent url('images/header.png') no-repeat left top;
	height: 350px;
	overflow: hidden;
	position: relative;
}
#current a {
	display: block;
	position: absolute;
	left: 0;
	top: 37px;
	width: 184px;
	height: 102px;
	overflow: hidden;
	font-size: 120%;
}
#current a span {
	background: transparent url('images/logo.png') no-repeat left top;
	display: block;
	height: 102px;
	left: 0;
	overflow: hidden;
	padding-left: 184px;
	position: absolute;
	top: 0;
	width: 0;
}
#current a#menujump {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#other {
	position: absolute;
	right: 10px;
	top: 17px;
	z-index: 100;
}
#other strong {
  display: none;
}
#other li {
  border-left: 1px #666666 solid;
  display: block;
  float: left;
}
#other li.cz {
  border-left: none;
}
#other a {
  color: #666666;
  line-height: 1em;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#other a:hover {
  text-decoration: underline;
}
#breadcrumb {
  display: none;
	position: absolute;
	left: 225px;
	top: 188px;
	font-size: 110%;
	color: #999999;
}
#breadcrumb li, #breadcrumb ul {
	display: inline;
}
#breadcrumb a {
	color: #999999;
}
#breadcrumb strong {
	display: none;
}
#menu {
	background: transparent url('images/side_item.gif') repeat-y left top;
	width: 193px;
}
#menu h2 strong {
	display: none;
}
#side #menu h2 {
  background: transparent url('images/menu_h2.png') no-repeat left top;
  color: #009999;
  font-size: 130%;
  font-weight: normal;
  height: 77px;
	line-height: 2em;
	margin: 0 0;
	overflow: hidden;
	padding: 8px 30px 0 34px;
	text-transform: uppercase;
	z-index: 100;
}
#menu ul {
  background: transparent url('images/side_item_bottom.gif') no-repeat left bottom;
  margin: -54px 0 0 0;
  overflow: hidden;
  padding: 0 0 15px 0;
}
#menu ul li {
	font-size: 100%;
}
#menu a {
  color: #666666;
	display: block;
	font-size: 110%;
	height: 2em;
	line-height: 2em;
	margin: 0.5em 15px 0.5em 19px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover {
  background: #33cccc;
  color: #ffffff;
	text-decoration: none;
}
form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	width: 400px;
	padding: 20px 10px;
	margin: 0 auto;
}
fieldset {
	margin: 0;
	border: none;
}
fieldset legend {
  display: none;
	font-size: 150%;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 10px 23px;
}
fieldset fieldset legend {
	font-size: 130%;
}
form label, form .cf-box-title {
	text-align: left;
	font-weight: bold;
	display: inline;
	float: left;
	width: 100px;
}
form .cf-box-group label {
	font-weight: normal;
}
form input, form select, form label, form textarea {
  font-family: 'Arial', sans-serif;
	font-size: 105%;
	color: #333333;
}
form input {
  background: #f1f1f1 url('images/input.gif') repeat-x left top;
  border: 1px #cccccc solid;
	float: left;
	margin: 0 0 3px 0;
  padding: 2px 2px;
	width: 200px;
}
form select {
	width: 200px;
	margin: 0 0 3px 0;
	float: left;
}
form textarea {
  background: #f1f1f1 url('images/input.gif') repeat-x left top;
  border: 1px #cccccc solid;
	width: 300px;
	margin: 0 0 3px 0;
  padding: 2px 2px;
	float: left;
}
form label input, form .cf-box-group input, form .cf-box-b {
	width: 2em;
}
form button, .sendbutton {
	cursor: pointer;

  background: none;
  border: none;
  color: #009999;
  font-size: 120%;
  font-weight: normal;
  margin: 0 0;
  padding: 2px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
form button, .sendbutton {
	margin-left: 250px;
}
.emailreqtxt, .reqtxt {
	display: inline;
	float: left;
	width: 0;
	padding: 0 0 0 15px;
	height: 15px;
	overflow: hidden;
	color: #ff0000;
	background: url(images/required.gif) no-repeat 3px 6px;
}
form ol li {
	list-style: none !important;
	clear: both;
	margin: 0;
	padding: 0;
}
#usermessagea {
	font-size: 120%;
	text-align: center;
	margin: 1em auto;
	font-weight: bold;
	color: red;
}
.cf_hidden {
	display: none;
}
.failure {
	color: red;
	border: 1px solid #ff0000;
	padding: 10px;
}

#footer {
  background: transparent url('images/footer.png') repeat-x left top;
	clear: both;
	height: auto !important;
	height: 37px;
	min-height: 37px;
}
#footer p {
	font-size: 100%;
	line-height: 37px;
	padding: 0 16px;
}
#lista {
	padding: 1em;
	clear: both;
}


h1, h2, h3, h4, h5, h6 {
  color: #009999;
	font-family: 'Arial', sans-serif;
	font-weight: normal;
  text-transform: uppercase;
}
h1 {
	font-size: 160%;
	padding: 0 10px 10px 10px;
}
h2 {
	font-size: 140%;
	padding: 10px 10px 5px 10px;
}
h3 {
	font-size: 120%;
	padding: 10px 10px 5px 10px;
}
h4 {
	font-size: 110%;
	padding: 10px 10px 5px 10px;
}

#main p {
	font-size: 110%;
	padding: 8px 12px;
	line-height: 1.6em;
	text-align: justify;
}
#side p, #otherside p {
	font-size: 110%;
	padding: 3px 5px 3px 5px;
	line-height: 1.3em;
}
#side h2, 
#otherside h2 {
	font-size: 140%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
#otherside h3 {
	padding-bottom: 0px;
}
#otherside p {
	margin: 0.5em;
}
#main ul, #main ol {
	margin: 0.5em 0;
	padding: 8px 12px;
}
#main ul li, #main ol li {
	list-style: disc url();
	margin-left: 2em;
	font-size: 110%;
	line-height: 2.0em;
}
#main ol li {
	list-style: decimal url()
}
#main li li {
	font-size: 100%;
}

#main table {
	margin: 20px auto 0 auto;
	width: 90%;
	border-collapse: collapse;
}
#main table th, #main table td {
	border: 1px solid #e1e1e1;
}
#main table th {
  background: #f1f1f1 url('images/input.gif') repeat-x left top;
}
#main table th, #main table td {
	vertical-align: middle;
	font-size: 110%;
	padding: 0.5em;
}
#main table thead th, #main table th.right, #main table th.left {
	text-align: center;
	float: none;
}
#main table td.right {
	text-align: right;
	float: none;
}
#main table td.left {
	text-align: left;
	float: none;
}
#main table thead th, #main table thead td {
}
#main table tfoot th, #main table tfoot td {
}
#main table tbody th {
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: center;
	padding: 5px;
	font-size: 110%;
}

/* skrývání nepotřebných částí, vždy nechat */
.hidden {
	display: none;
}
a {
	color: #009999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

/* zarovnání obrázků v Texy , vždy nastavit */
.left {
	float: left
}
.right {
	float: right;
}
img.left {
	margin: 4px 10px 4px 4px;
}
img.right {
	margin: 4px 4px 4px 10px;
}
.linklove {
	display: none !important;
}
.cleaner {
	clear: both;
}
.edit {
	position: absolute;
	right: 5px;
	top: 5px;
}
.edit a {
	text-decoration: underline;
	color: #666666;
	padding: 3px;
}
.edit a:hover {
	text-decoration: none;
	background: #dddddd;
}
#menu2
{
  background: transparent url('images/menu2.png') no-repeat left top;
  height: 42px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 266px;
  width: 316px;
}
#menu2 h2
{
  display: none;
}
#menu2 ul
{
  margin: 0 auto;
  padding: 15px 20px 0 20px;
  width: 300px;
}
#menu2 ul li
{
  border-left: 1px #666666 solid;
  display: block;
  float: left;
}
#menu2 ul li.homepage, #menu2 ul li.en
{
  border-left: none;
}
#menu2 ul li a
{
  color: #666666;
  display: block;
  float: left;
  font-size: 110%;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.en #menu2 ul li a, #news #menu2 ul li a,
#event-calendar #menu2 ul li a
{
  padding: 0 5px;
}
#menu2 ul li a:hover
{
  text-decoration: underline;
}
#menu3
{
  bottom: 0;
  height: 37px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 400px;
}
#menu3 h2
{
  display: none;
}
#menu3 ul
{
  margin: 12px 0 0 0;
  padding: 0;
  width: 100%;
}
#menu3 ul li
{
  border-left: 1px #666666 solid;
  display: block;
  float: left;
}
#menu3 ul li.problematika, 
#menu3 ul li.issues
{
  border-left: none;
}
#menu3 ul li a
{
  color: #666666;
  display: block;
  float: left;
  font-size: 80%;
  padding: 0 4px;
  text-decoration: none;
  text-transform: uppercase;
}
#menu3 ul li a:hover
{
  text-decoration: underline;
}

#otherside div.news
{
  background: transparent url('images/otherside_news_middle.gif') repeat-y left top;
  overflow: hidden;
	width: 163px;
}

#otherside div.news h2
{
  background: transparent url('images/otherside_news.gif') no-repeat left top;
  height: 1.5em;
  padding: 20px 18px 0 18px;
}

#otherside div.news ul
{
  background: transparent url('images/otherside_news_bottom.gif') no-repeat left bottom;
  overflow: hidden;
  padding: 0 0 16px 0;
}

#otherside div.news ul li
{
  padding: 8px 18px;
}

#otherside div.news ul li h3, #otherside div.news ul li p
{
  margin: 0;
  padding: 2px 0;
}

#otherside div.news ul li a.more
{
  font-size: 110%;
}

#otherside .searchform
{
  background: transparent url('images/otherside_item.gif') repeat-y left top;
  overflow: hidden;
  margin: 10px 0 0 0;
  width: 100%;
}

#otherside .searchform form, #otherside .searchform form fieldset
{
  margin: 0;
  padding: 0;
  width: auto;
}

#otherside .searchform form
{
  background: transparent url('images/otherside_item_top.gif') no-repeat left top;
  padding: 10px 0 0 0;
}

#otherside .searchform form fieldset
{
  background: transparent url('images/otherside_item_bottom.gif') no-repeat left bottom;
  padding: 0 16px 16px 16px;
}

#otherside .searchform form fieldset input, #otherside .searchform form fieldset label, #otherside .searchform form fieldset button
{
  float: none;
  width: auto;
}

#otherside .searchform form fieldset input
{
  background: #f1f1f1 url('images/input.gif') repeat-x left top;
  border: 1px #cccccc solid;
  padding: 2px 2px;
}

#otherside .searchform form fieldset button
{
  background: none;
  border: none;
  color: #009999;
  font-size: 100%;
  font-weight: normal;
  margin: 0 0;
  padding: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

#otherside .searchform form fieldset button:hover
{
  text-decoration: underline;
}

#otherside div.kontakt
{
  background: transparent url('images/otherside_item.gif') repeat-y left top; 
  overflow: hidden;
}

#otherside div.kontakt h2
{
  background: transparent url('images/otherside_item_top.gif') no-repeat left top;
  height: 1.5em;
  padding: 20px 18px 0 18px;
}

#otherside div.kontakt ul
{
  background: transparent url('images/otherside_item_bottom.gif') no-repeat left bottom;
  overflow: hidden;
  padding: 0 0 16px 0;
}

#otherside div.kontakt ul li
{
  padding: 8px 18px;
}

#otherside div.kontakt ul li h3, #otherside div.news ul li p
{
  margin: 0;
  padding: 2px 0;
}

#otherside div.kontakt ul li a.more
{
  font-size: 110%;
}

#side div.item {
	background: transparent url('images/side_item.gif') repeat-y left top;
	margin: 10px 0 0 0;
	width: 193px;
}
#side div.item h2 {
  background: transparent url('images/side_item_top.gif') no-repeat left top;
  color: #009999;
  font-size: 130%;
  font-weight: normal;
  height: 77px;
	line-height: 2em;
	margin: 0 0;
	padding: 8px 30px 0 34px;
	text-transform: uppercase;
}
#side div.item form {
  background: transparent url('images/side_item_bottom.gif') no-repeat left bottom;
  margin: -54px 0 0 0 !important;
  padding: 0 0 15px 0 !important;
}

#side div.item form fieldset input, #side div.item form fieldset label, #side div.item form fieldset button
{
  float: none;
  width: auto;
}

#side div.item form fieldset input
{
  background: #f1f1f1 url('images/input.gif') repeat-x left top;
  border: 1px #cccccc solid;
  padding: 2px 2px;
}

#side div.item form fieldset button
{
  background: none;
  border: none;
  color: #009999;
  font-size: 100%;
  font-weight: normal;
  margin: 0 0;
  padding: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

#side div.item form fieldset button:hover
{
  text-decoration: underline;
}

#side div.item h2
{
  margin: 0;
  padding-left: 24px;
  width: auto;
}

#side div.item form, #side div.item form fieldset
{
  margin: 0;
  padding: 0 24px;
  width: auto;
}

#side div.item form fieldset p
{
  margin: 0;
  padding: 8px 0;
  width: auto;
}

#submain ul.special li
{
  display: block;
  float: left;
}

#submain ul.special li a
{
  background: transparent url() no-repeat left top;
  display: block;
  float: left;
  height: 112px;
  overflow: hidden;
  padding: 0 0 0 172px;
  width: 0;
}

#submain ul.special
{
  clear: both;
  display: block;
  height: 125px;
  left: 193px;
  overflow: hidden;
  padding: 0 10px 20px 10px;
  position: absolute;
  top: 325px;
  width: 520px;
}

#submain ul.special li.podpora a
{
  background-image: url('images/dalsi/podpora.gif');
}

#submain ul.special li.prevence a
{
  background-image: url('images/dalsi/prevence.gif');
}

#submain ul.special li.pomoc a
{
  background-image: url('images/dalsi/pomoc.gif');
}

#main form
{
  background: none;
  margin: 10px auto;
  padding: 0;
  width: 90%;
}

#main form fieldset
{
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
}


#main form fieldset input, #main form fieldset label, #main form fieldset button, #main form fieldset textarea
{
  float: left;
  margin: 2px 4px;
  padding: 0;
  width: auto;
}

#main form fieldset input, #main form fieldset textarea
{
  background: #ffffff url('images/input.gif') repeat-x left bottom;
  border: 1px #cccccc solid;
  padding: 2px 2px;
  width: 180px;
}

#main form .sendbutton
{
  background: none;
  border: none !important;
  color: #009999;
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 0 200px;
  padding: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

#main form .sendbutton:hover
{
  text-decoration: underline;
}