/*
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 {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	background: #e9f8ff url('../images/body.png') repeat-x left top;
	color: #333333;
	font-family: 'Arial', sans-serif;
	font-size: 62.5%;
	text-align: center;
}
#content {
  background: transparent url('../images/content2.png') repeat-y left top;
	margin: 8px auto;
	position: relative;
	text-align: left;
	width: 800px;
}
body.homepage #content {background: transparent url('../images/content.png') repeat-y left top;}
#main {
	float: left;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0 10px 0 25px;
	position: relative;
	width: 588px;
}
body.homepage #main {
	left: 178px;
	padding: 0 10px;
	width: 425px;
}
#submain {
}
#side {
  display: none;
	width: 148px;
	float: left;
	position: relative;
	left: -445px;
	padding: 0 10px 0 20px;
}
body.homepage #side {
  display: block;
}
#otherside {
	float: left;
	padding: 0 20px 0 10px;
	position: relative;
	width: 147px;
}
#header {
  background: transparent url('../images/header.png') no-repeat left top;
	height: 265px;
	overflow: hidden;
	position: relative;
}
#current a {
	display: block;
	font-size: 140%;
	height: 220px;
	left: 11px;
	overflow: hidden;
	padding: 0 0 0 232px;
	position: absolute;
	top: 10px;
	width: 0;
}
#current a span {
	display: block;
	height: 133px;
	left: 0;
	overflow: hidden;
	padding-left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
#current a#menujump {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#other {
  clear: both;
  padding: 10px 0 0 0;
  overflow: hidden;
}
#other li {
  background: transparent url('') no-repeat center top;
  display: block;
  float: left;
  height: 46px;
  padding: 0 2px;
  width: 68px;
}
#other li:hover {
  background-position: center bottom;
}
#other li.cs {background-image: url('../images/cs.gif');}
body.cs #other li.cs {background-position: center bottom;}
#other li.en {background-image: url('../images/en.gif');}
body.en #other li.en {background-position: center bottom;}
#other a {
  display: block;
  float: left;
  height: 46px;
  overflow: hidden;
  padding: 0 0 0 68px;
  width: 0;
}
#breadcrumb {
	display: none;
}
#menu {
  left: 0;
  padding: 0 30px;
  position: absolute;
  top: 230px;
  text-align: center;
  width: 740px;
}
#menu h2 {
	display: none;
}
#menu ul {
  margin: 0 auto;
  width: 600px;
}
#menu ul ul {
  margin: 0;
  width: 100%;
}
#menu ul li {
  display: block;
  float: left;
	font-size: 100%;
	position: relative;
}
#menu ul li ul {
  background: #eeeeee;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 200px;
}
#menu ul li a {
  border-left: 1px #666666 solid;
  color: #666666;
  display: block;
  float: left;
	font-size: 130%;
	font-weight: bold;
	height: 25px;
  line-height: 25px;
  margin: 5px 0;
	padding: 0 15px;
	text-decoration: none;
}
#menu ul li.prvni a {
  border-left: none;
	padding-left: 0;
}
#menu li.current a, #menu li a:hover {
  color: #333333;
	text-decoration: underline;
}
#menu ul li ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
#menu ul li ul li a {
  border-bottom: 1px #666666 solid;
  border-left: none;
  color: #666666;
  display: block;
  float: none;
	font-size: 130%;
	font-weight: bold;
	height: 25px;
  line-height: 25px;
  margin: 0;
	padding: 5px 0;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
#menu ul li:hover ul {
	display: block;
}


form.formular, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}
form.formular {
	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 .formularlabel, form.formular .cf-box-title {
	text-align: left;
	font-weight: bold;
	display: inline;
	float: left;
	width: 100px;
}
form.formular .cf-box-group label {
	font-weight: normal;
}
form.formular input, form.formular select, form.formular label, form.formular textarea {
  font-family: 'Arial', sans-serif;
	font-size: 110%;
}
form.formular input {
	width: 200px;
	margin: 0 0 3px 0;
	float: left;
}
form.formular select {
	width: 200px;
	margin: 0 0 3px 0;
	float: left;
}
form.formular textarea {
	width: 270px;
	margin: 0 0 3px 0;
	float: left;
	border: 1px solid silver;
}
form.formular label input, form.formular .cf-box-group input, form.formular .cf-box-b {
	width: 2em;
}
form.formular button, .sendbutton {
	cursor: pointer;
	width: 10em;
}
.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.formular ol li {
	list-style: none !important;
	clear: both;
	margin: 0;
	padding: 0;
}



#otherside form p
{
  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: #e9f8fe url('../images/footer.png') no-repeat left top;
	clear: both;
	height: auto !important;
	height: 36px;
	min-height: 36px;
	padding: 0;
}
#footer p {
	font-size: 100%;
  line-height: 22px;
  text-align: center;
}
#footer p a {
	color: #333333;
}
#lista {
	padding: 1em;
	clear: both;
}


h1, h2, h3, h4, h5, h6 {
  color: #bd2125;
	font-family: sans-serif;
	font-weight: normal;
	padding: 10px 6px 10px 6px;
}
h1 {
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2 {
	font-weight: bold;
	font-size: 140%;
}
h3 {
	font-size: 130%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	font-weight: bold;
}
#main h1
{
  background: transparent url('../images/line.gif') repeat-x left bottom;
}

#main p {
	font-size: 120%;
	padding: 8px 6px;
	line-height: 1.3em;
	text-align: justify;
}
#side p, #otherside p {
	font-size: 110%;
	padding: 3px 5px 3px 5px;
	line-height: 1.3em;
}
#side h2, 
#otherside h2 {
  background: transparent url('../images/line2.gif') repeat-x left bottom;
  color: #666666;
	font-size: 120%;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
}
#otherside h3 {
	padding-bottom: 0px;
}
#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%;
	line-height: 1.4em;
}
#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 #cccccc;
}
#main table th {
	background: #eeeeee;
	text-align: left;
}
#main table th, #main table td {
	vertical-align: middle;
	font-size: 120%;
	padding: 0.5em;
}
#main table thead th, #main table th.right, #main table th.left {
	text-align: center;
	float: none;
}
#main table td.right, #main table th.right {
	text-align: right;
	float: none;
}
#main table td.left, #main table th.left {
	text-align: left;
	float: none;
}
#main table td.center, #main table th.center {
	text-align: center;
	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 {
	text-decoration: underline;
  color: #bd2125;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* zarovnání obrázků v Texy , vždy nastavit */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
  clear: both;
	float: none;
}
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;
}
.prvni-odstavec
{
  float: left;
  width: 360px;
}
.obrazek-prvniho-odstavce
{
  float: left;
  width: 200px;
}
.obrazek-prvniho-odstavce img
{
  border: 1px solid #cccccc;
}
body.homepage .prvni-odstavec, body.homepage .obrazek-prvniho-odstavce
{
  width: 200px;
}
.s-carou {background: transparent url('../images/line.gif') repeat-x left bottom; padding-bottom: 7px;}
#side .s-carou, #otherside .s-carou {background: transparent url('../images/line2.gif') repeat-x left bottom; padding-bottom: 7px;}
#sponzori
{
  background: transparent url('../images/line.gif') repeat-x left top;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 2px 0 20px 0;
  position: relative;
  top: 10px;
}

#sponzori ul li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#sponzori ul li
{
  background: transparent url('') no-repeat center center;
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

#sponzori ul li a
{
  display: block;
  float: left;
  height: 90px;
  overflow: hidden;
  padding: 0 0 0 120px;
  width: 0;
}
#sponzori ul li.alcon {background-image: url('../images/logos/alcon.jpg');}
#sponzori ul li.egis {background-image: url('../images/logos/egis.jpg');}
#sponzori ul li.finmed {background-image: url('../images/logos/finmed.jpg');}
#sponzori ul li.fresenius {background-image: url('../images/logos/fresenius.gif');}
#sponzori ul li.glenmark {background-image: url('../images/logos/glenmark.jpg');}
#sponzori ul li.grunenthal {background-image: url('../images/logos/grunenthal.png');}
#sponzori ul li.krka {background-image: url('../images/logos/krka.gif');}
#sponzori ul li.mediclinic {background-image: url('../images/logos/mediclinic.jpg');}
#sponzori ul li.ratiopharm {background-image: url('../images/logos/ratiopharm.gif');}
#sponzori ul li.spirig {background-image: url('../images/logos/spirig.gif');}
#sponzori ul li.svus {background-image: url('../images/logos/svus.jpg');}

#side ul
{
	margin: 0 0 10px 0;
}
#side ul li
{
	color: #666666;
	list-style: disc;
	margin-left: 16px;
	font-size: 110%;
	line-height: 1.25em;
	padding: 4px 0;
}
#side ul li a
{
	color: #666666;
	text-decoration: none;
}
#side ul li a:hover
{
	color: #333333;
	text-decoration: underline;
}
#main em
{
  color: #bd2125;
  font-weight: normal;
}
#otherside form, #otherside form fieldset
{
  margin: 0;
  padding: 0;
}
#otherside form
{
  padding: 10px 5px;
  overflow: hidden;
  width: 130px;
}
#otherside form input, #otherside form label
{
  clear: both;
  color: #666666;
  display: block;
  float: none;
  width: auto;
}
#otherside form input
{
  background: #ffffff;
  border: 1px #eeeeee solid;
  padding: 2px 4px;
  width: 122px;
}
#otherside form .sendbutton
{
  background: #eeeeee;
  border: 1px #cccccc solid;
  color: #666666;
  font-size: 100%;
  font-weight: bold;
  margin: 8px 0 0 20px;
  padding: 2px 4px;
  width: 112px;
}
#otherside form .sendbutton:hover
{
  background: #cccccc;
  border: 1px #999999 solid;
  color: #333333;
}
#margin form, #margin form fieldset
{
  margin: 0;
  padding: 0;
}


#main form.formular
{
  margin: 5px auto;
  padding: 5px 5px;
  overflow: hidden;
  width: 500px;
}
#main form.pozice
{
  text-align: center;
}
#main form.formular fieldset
{
  background: #eeeeee;
  border: 1px #cccccc solid;
  margin: 5px;
  padding: 10px;
}
#main form.formular input, #main form.formular label
{
  color: #666666;
  display: block;
  float: left;
  width: 250px;
}
#main form.formular label
{
  width: 100px;
}
#main form.formular input
{
  background: #ffffff;
  border: 1px #cccccc solid;
  padding: 2px 4px;
}
#main form.formular .sendbutton
{
  background: #ffffff;
  border: 1px #cccccc solid;
  color: #666666;
  font-size: 100%;
  font-weight: bold;
  margin: 8px 0 0 20px;
  padding: 2px 4px;
  width: 200px;
}
#main form.formular .sendbutton:hover
{
  background: #cccccc;
  border: 1px #999999 solid;
  color: #333333;
}

#main form.formular .pozice
{
  
}

#main div#mapa
{
  background: transparent url('../images/map.gif') no-repeat center center;
  height: 320px;
  overflow: hidden;
  padding: 20px;
  width: 530px;
}


.alert-message-ok {
  border: 1px solid #499F49;
  padding: 2px 5px;
  background-color: #DEEFDE;
}

.alert-message-err {
  border: 1px solid #FF9393;
  padding: 2px 5px;
  background-color: #FFD9D9;
}

.alert-message-ok,
.alert-message-err {
  margin-top: 25px;
}


#zadavatel_reg_form,
#kandidat-reg-form,
#kandidat_poz_form {
  font-size: 80%;
}

#zadavatel_reg_form input,
#kandidat-reg-form input,
#kandidat_poz_form input {
  width: auto;
}
