/*
Theme Name: default
Theme URI: http://www.developstudio.com/
Description: Developstudio style
Version: 4.8.2008
Author: Tomas Kapler
Author URI: http://www.developstudio.com/
Tags: fixed width, three columns
*/

html {background: #597889 url('images/html.gif') repeat-y center top;}
body {background: transparent url('images/body.gif') no-repeat center top;}

#content{background:#ffffff;}
/*
#main{background:#ddd;}
#side{background:#ccc;}
#header{background:transparent;}
.menu a{color:black;background:white;}
.menu a:hover, .menu a.current{background:black;color:white;}
#other{background:black;}
#other a{color:white;}
#footer{background:#ccc;}
#lista{background:#ddd;}
#main table{background:#fff;}
#main table th {background:#eee;}
#main form{background:#fff;}
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	font-size: 62.5%;
	text-align: center;
	color: #333;
	font-family: 'arial', sans-serif;
}
#content {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#main {
  height: auto!important;
  height: 200px;
	left: 200px;
	margin: 175px 0 0 0 !important;
	min-height: 200px;
	padding: 16px 10px;
	padding-top: 0 !important;
	position: relative;
	width: 520px;
}

#homepage #main,#en #main.en-homepage {
  clear: both;
	left: 0;
	margin: 390px 0 0 0 !important;
	padding: 16px 10px;
	padding-top: 6em !important;
	position: relative;
	width: 740px;
}
#otherside .newsbox {
  display: none;
}
#homepage #otherside .newsbox,#en #otherside .newsbox {
  display: block;
}
#submain {
	clear: both;
	display: none;
	position: relative;
	width: 760px;
}
#side {
  height: 380px;
	left: 0;
	position: absolute;
	top: 140px;
	width: 180px;
}

#otherside div.inner {
  height: 0;
  overflow: hidden;
	position: absolute;
	right: 0;
	top: 305px;
	width: 580px;
  z-index: 99;
}

#homepage #otherside div.inner,#en #otherside.en-homepage div.inner {
  height: 200px;
}

#header {
	height: 140px;
	position: relative;
}
#header a strong {
	display: none;
}
#current {
	width: 300px;
}
#current a {
	width: 0;
	height: 140px;
	padding-left: 144px;
	position: relative;
	overflow: hidden;
	display: block;
	background: url('images/logo.gif') no-repeat left top;
	margin: 0 0 0 35px;
	top: 15px;
}
#current a#menujump {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#other {
  background: url('images/flash.jpg') no-repeat left top;
  clear: both;
  height: 240px;
  right: 0;
  overflow: hidden;
  padding: 65px 60px 0 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 520px;
  z-index: 100;
}

#other li
{
  border-left: 1px solid #999999;
  display: inline;
  font-size: 115%;
  padding: 0 1em;
  z-index: 100;
}

#other li.en
{
        border: none;
}

/*
#other {
	position: absolute;
	top: 0;
	right: 32px;
	z-index: 100;
}

#other li
{
  display: block;
  float: left;
  height: 40px;
  overflow: hidden;
  width: 53px;
}
#other li a
{
  background: no-repeat left top;
  display: block;
  height: 40px;
  overflow: hidden;
  padding-left: 53px;
  width: 0;
}

#other li.en a
{
  background-image: url('images/ln_en.gif');
}
#other li.de a
{
  background-image: url('images/ln_de.gif');
}
#other li.fr a
{
  background-image: url('images/ln_fr.gif');
}
#other li.it a
{
  background-image: url('images/ln_it.gif');
}
#other li.es a
{
  background-image: url('images/ln_es.gif');
}
#other li.cs a
{
  background-image: url('images/ln_cs.gif');
}
*/

#side h2, #otherside h2 {
	display: none;
}

#otherside h2.news {
  color: #cccccc !important;
	display: block;
	font-size: 150%;
	margin: 0 !important;
	padding: 4px 16px 0 16px !important;
}

#breadcrumb {
  display: none;
	font-size: 110%;
	margin: 0 0.5em;
}
#breadcrumb li, #breadcrumb ul {
	display: inline;
}
#breadcrumb strong {
	display: none;
}

form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	width: 80%;
	padding: 0 1%;
	margin: 0 auto;
}
fieldset {
	margin: 0;
}
fieldset legend {
	font-size: 150%;
	font-weight: bold;
	color: #333;
}
fieldset fieldset legend {
	font-size: 130%;
}
form label, form .cf-box-title {
	text-align: left;
	font-weight: bold;


}
form .cf-box-group label {
	font-weight: normal;
}
form input, form select, form label, form textarea {
	font-size: 110%;
}
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, input.wpsb_form_btn {
	cursor: pointer;
	width: 10em;
}
.emailreqtxt, .reqtxt {







	float: right;
}
#main form ol li {
	list-style: none url();
	clear: both;
	margin: 0.5em 0 0 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;
	text-decoration: blink;
}
#footer {
  background: url('images/footer.gif') no-repeat center top;
  height: 35px;
	padding: 0 0 52px 0;
	clear: both;
}
#footer li {
	display: inline;
}
#footer br {
	display: none;
}
#footer p
{
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
	margin-left: 180px;
  padding: 0;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  color: #df1e4c;
	font-family: sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 150%;
	margin: 0 0 0.5em;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
#main p, #side p, #otherside p {
	font-size: 120%;
	margin: 1em 2em;
	line-height: 1.3em;
}
#main .item p {
margin: 1em 1.3em;
}
#otherside h3, #otherside p {
	margin: 0.5em;
}
#main ul, #main ol {
	margin: 0.5em 0;
}
#main ul li, #main ol li {
	list-style: disc url();
	margin-left: 2em;
	font-size: 120%;
}
#main ol li {
	list-style: decimal url()
}
#main li li {
	font-size: 100%;
}
#main table {
	margin: 0 auto;
	width: 90%;
	border-collapse: collapse;
	border: black double;
}
#main table th {
	text-align: right;
}
#main table th, #main table td {
	vertical-align: middle;
	font-size: 120%;
	padding: 0.2em 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 {
	border-bottom: black double;
}
#main table tfoot th, #main table tfoot td {
	border-top: black double;
}
#main table tbody th {
	border-right: black double;
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: left;
}

.hidden {
	display: none;
}
a {
	text-decoration: none;
	color: #df1e4c;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.left {
	float: left
}
.right {
	float: right;
}
img.left {
	margin-right: 1em;
}
img.right {
	margin-left: 1em;
}
.linklove {
	display: none !important;
}
.cleaner {
	clear: both;
}
#edit {
	position: absolute;
	right: 0;
	top: 0;
}

#side div#menu
{
  background: transparent url('images/menu.gif') no-repeat left bottom;
  margin: 0 0 0 10px;
  padding: 0 0 10px 0;
  width: 165px;
}

#side div#menu ul
{
  background: transparent url('images/menu_ul.gif') no-repeat left top;
  display: block;
  margin: 0 0 0 0;
  padding: 8px 0 0 0;
  width: 165px;
}

#side div#menu ul li a
{
  background: url('images/menu_a.gif') no-repeat left top;
  color: #ffffff;
  display: block;
  font-size: 110%;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding-left: 32px;
  text-decoration: none;
  width: 165px;
}

#side div#menu ul li a:hover, #side div#menu ul li a.current,#side div#menu ul li.current-cat a
{
  background-position: left bottom;
}

#side div.sidebox h3
{
  color: #3bb4de;
  font-size: 110%;
  margin: 8px 0 8px 0;
  padding: 0;
  text-align: center;
}

#side div.sidebox form
{
  padding: 25px 0 0 0;
  text-align: center;
}

#side div.sidebox form li
{
  text-align: left;
}

#side div.sidebox form input
{
  background: #f2f8fc;
  border: 1px #99d6ed solid;
  color: #444444;
  float: none;
  font-family: 'arial', sans-serif;
  margin: 2px;
  padding: 2px;
  text-align: left;
}

#side div.sidebox form input.sendbutton
{
  background: #6f9db7;
  border: none;
  color: #ffffff;
  float: right;
  font-family: 'arial', sans-serif;
  font-size: 110%;
  font-weight: bold;
  left: 0;
  margin: 2px 0 14px 0;
  padding: 1px 4px;
  text-align: center;
  width: 80px;
}

#side div.cf_info
{
  clear: both;
  font-size: 110%;
  padding: 0 15px;
  text-align: center;
}

#side div.sidebox form p
{
  font-size: 100%;
  margin: 5px 62px 0 0;
  padding: 0;
  text-align: left;
}

#side div.sidebox form ul
{
  clear: both;
  padding-left: 10px;
}

#side div.sidebox form ul li
{
  background: url('images/side_li.gif') no-repeat center left;
  line-height: 12px;
  padding: 1px;
  padding-left: 14px;
  text-align: left;
}

#side div.sidebox form ul li a
{
  color: #df1e4c;
  font-size: 110%;
  text-decoration: none;
}

#side div.sidebox form ul li a:hover
{
  text-decoration: underline;
}

div.newsbox div.item, div.news-area div.item
{
  background: url('images/newsbox.gif') no-repeat left top;
  margin: 0;
  padding: 18px 16px 0 16px;
}

div.newsbox h3, div.news-area div.item h3
{
  background: url('images/newsbox_h3.gif') no-repeat left top;
  font-size: 150%;
  float: left;
  height: 40px;
  margin: 0 !important;
  padding: 0 0 0 14px !important;
}
div.newsbox h3 a, div.news-area div.item h3 a
{
  color: #000000;
  text-decoration: none;
}
div.newsbox h3 a:hover, div.news-area div.item h3 a:hover
{
  text-decoration: underline;
}
div.newsbox h4, div.news-area div.item h4
{
  color: #000000;
  float: right;
  font-size: 110%;
  font-weight: normal;
  padding: 0 16px 0 0!important;
}

div.newsbox p, div.news-area div.item p
{
  clear: both;
  font-size: 110% !important;
}

div.newsbox p a, div.news-area div.item p a
{
  color: #df1e4c;
  font-weight: bold;
  text-decoration: none;
}

div.newsbox p a:hover, div.news-area div.item p a:hover
{
  text-decoration: underline;
}

#footer a
{
  color: #ffffff;
  text-decoration: underline;
}
#footer a:hover
{
  text-decoration: none;
}

div.three-columns
{
  background: url('images/column_grey.gif') no-repeat left top;
  display: block;
  float: left;
  height: 187px;
  margin: 0 5px!important;
  overflow: hidden;
  padding: 5px !important;
  list-style: none !important;
  position: relative;
  width: 225px;
}

div.cyan
{
  background-image: url('images/column_cyan.gif');
}
div.violet
{
  background-image: url('images/column_violet.gif');
}

div.three-columns h3
{
  color: #ffffff;
  font-size: 120%;
  height: 28px;
  padding-left: 20px;
}

div.three-columns-decorated p
{
  font-size: 90%!important;
  margin: 2px 8px!important;
  padding: 0!important;
}

div.three-columns .note
{
  color: #df1e4c;
  font-size: 80%!important;
  font-weight: bold;
  height: auto;
  height: 70px;
  margin: 0 5px !important;
  min-height: 70px;
  padding: 0 !important;
  padding-left: 70px !important;
  width: auto;
}

div.three-columns .note li
{
  list-style: none!important;
}

div.three-columns .question
{
  background: url('images/question_mark.gif') no-repeat center left;
}

div.three-columns .disc
{
  background: url('images/disc.gif') no-repeat center left;
}

div.three-columns .book
{
  background: url('images/book.gif') no-repeat center left;
}

div.three-columns a
{
  color: #444444;
  font-weight: bold;
  text-decoration: none;
}

div.three-columns a:hover
{
  text-decoration: underline;
}

div.three-columns a.readmore
{
  bottom: 12px;
  color: #6f9db7;
  font-size: 95%;
  font-weight: normal;
  left: 20px;
  position: absolute;
  text-decoration: none;
}

div.three-columns a.readmore:hover
{
  text-decoration: underline;
}

div.two-columns
{
  background: url('images/column_empty.gif') no-repeat left top;
  display: block;
  float: left;
  height: 144px;
  margin: 8px 4px !important;
  overflow: hidden;
  padding: 10px 12px !important;
  list-style: none !important;
  position: relative;
  width: 336px;
}

div.two-columns p
{
  font-size: 120%!important;
  margin: 0.25em !important;
  padding: 1em !important;
}

#homepage h1, #en .en-homepage h1
{
  display: none;
}

#main form
{
  width: auto;
}

#main form fieldset
{
  border: 1px #c2e7f5 solid;
  padding: 24px;
  width: auto;
}

#main form fieldset legend
{
  color: #99d6ed;
  font-family: 'arial', sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin: 2px;
  padding: 2px;
  text-align: left;
}


#main form fieldset input
{
  background: #f2f8fc;
  border: 1px #99d6ed solid;
  color: #444444;
  font-family: 'arial', sans-serif;
  margin: 2px;
  padding: 2px;
  text-align: left;
}


#main form fieldset textarea
{
  background: #f2f8fc;
  border: 1px #99d6ed solid;
  color: #444444;
  font-family: 'arial', sans-serif;
  margin: 2px;
  padding: 2px;
  text-align: left;
}

#main form .sendbutton
{
  background: #6f9db7;
  border: none;
  color: #ffffff;
  float: right;
  font-size: 110%;
  font-family: 'arial', sans-serif;
  margin: 2px 0 14px 0;
  padding: 3px 8px;
  text-align: center;
  width: auto;
}

#main form .sendbutton:hover
{
  background: #99d6ed;
}
h3.cenik {
  margin: 0 0 0.9em;
}
#jazykovka-ikona {
bottom:54px;
height:31px;
left:45px;
position:absolute;
width:88px;
}

#footer .slideshow {
  position: absolute;
  left: 414px;
  top: 95px;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

#footer ul
{
  padding: 8px 50px;
  text-align: center;
}

#footer ul li
{
  border-left: 1px #999999 solid;
  display: inline;
  line-height: 20px;
  padding: 0 4px;
}

#footer ul li.prvni
{
  border: none;
}

#footer ul li a
{
	color: #444444;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#footer ul li a:hover
{
	text-decoration: underline;
}

#side form
{

}
