/* CSS Document */
* {
	font-family: Arial, Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;

}

body {
	text-align: center;
	top:0;
	margin:0;
	background: #FFF;
	font-size:14px;
	color: #333;

}
h1,h2,h3,h4,h5,h6 {
	color: #E33B29;
}

h1 {
	font-size: 17px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #555;
}
h4 {
	font-size: 14px;
	margin: 6px 0 6px 0;
}

a,
a:link,
a:active {
	color:#E33B29;
}

a:visited {
	color:#D42916;
}

a:hover {
	text-decoration:underline;
	color:#D42916;
	border-bottom: none;
}


a.noline, a.noline:visited {
	border: none;
	text-decoration:none;
}

a img {
	border: none;
}

p {
	margin: 6px 0;
	line-height: 1.4em;
}

ul {
	margin: 8px 6px;
}

li {
	margin: 10px 0;
}
table {
	border-collapse: collapse;
	margin: 5px 0 5px 0;
	border: none;
}

input, textarea {
  font-size: 12px;
}

th, td {
	padding: 3px 5px;
	border: 1px solid #DDD;
}

th {
	background-color: #EEE;
	text-align:center;
}
.suda {background-color:#F5F5F5;}
.over { background-color: #FFFF99; }

table.tab_clear {
	padding:0;
	margin:0;
	border: none;
}
.tab_clear td {
	border: none;
}

#header {
	width:100%;
	height: 50px;
	position: relative;
	display: block;
	background: url('images/background_header.gif') repeat-x left top;
	top: 0;
	z-index: 10; 
}
a#cmdLogin {
  position: absolute;
  float: right;
  right: 10px;
  top: 5px;
  color: #FFF;
  text-decoration: none;
  font-size: .85em;
  display: block;
  padding: 7px 10px 7px 30px;
  background: #CF3F2F url('images/ico_login.png') no-repeat 5px 5px;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  font-weight: bold;
  border: 1px solid #E33B29;
  -webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}
a#cmdLogin:hover {
  color: yellow;
  text-decoration: underline;
}
#uvod {
	width: 100%;
	height: 315px;
	display: block;
	position: relative;
	margin: 0 auto;
	background: url('images/background_main.gif') repeat-x left top;
	z-index: 1;
}
#uvod h1 {
  display: none;
}
#uvod div.logo {
	width: 380px;
	height: 105px;
	position: relative;
	background: url('images/logo_uvod.gif') no-repeat left top;
	z-index: 1;
}

#main div.logo {
	width: 400px;
	height: 100px;
	position: relative;
	background: url('images/logo.gif') no-repeat left top;
	z-index: 1; 
}

.page_content {
	width:100%;
	position: relative;
	display: block;
	background: #FFF;
}

#uvod_boxy {
	width: 960px;
	height: 130px;
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#main {
	width: 600px;
	position: relative;
	display: block;
	margin: 0 20px 0 20px;
	text-align: left;
	float: left;
	z-index: 1; 
}

#sidebox {
	width: 280px;
	display: block;
	position: relative;
	margin: 0 0 20px 20px;
	text-align: left;
	float: left;
}


#footer {
	width:100%;
	height: 270px;
	position: relative;
	display: block;
	/*background: #2588C2;*/
	background: #B7E0F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#DFF0FA), to(#B7E0F7));
	background: -moz-linear-gradient(top,  #DFF0FA,  #B7E0F7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFF0FA', endColorstr='#B7E0F7');
	border-top: 5px solid #EA4D3C;
	margin: 45px auto 0 auto;
	text-align: left;
	color: #666;
}

.content {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	z-index: 1; 
}

.content.central {
  margin-top: 10px;
	background: url('images/background_content.gif') repeat-y left top;
	min-height: 700px;
}

.content.central.hlavni {
	min-height: 250px;
}

#footer .content {
	margin: 10px auto 0 auto;
	min-height: 110px;
}

.menu {
	width: 960px;
	height: 40px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	display: block;
	z-index: 10;
}

.menu li {
	list-style-type: none;
	display: block;
	height: 28px;
	float: left;
	padding: 12px 7px 0 12px;
	margin:0;
}
.menu li a, 
.menu li a:visited, 
.menu li a:link {
	margin:0;
	text-decoration: none;
	border: none;
	float: left;
	height: 29px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
}
.menu li a:hover, 
.menu li.select a {
	color: yellow;
	background: url('images/menu_select.gif') no-repeat center bottom;
}
/* rozbalovací menu */
.menu ul {
  display: none;
  position: absolute;
  background: #DD3422 url('images/menu_roleta_select.gif') no-repeat left top;
  z-index: 500;
  *top: 0;
  opacity: .85; 
  filter:Alpha(Opacity=85);  
  -moz-border-radius: 0 0 5px 5px; 
  -webkit-border-radius: 0 0 5px 5px; 
  border-radius: 0 0 5px 5px;
  *text-align:left;
}
.menu li:hover ul {
  display: block;
  margin: 22px 0 0 -15px;
  list-style: none outsides;
  padding: 15px 0 0 0;
  *margin: 33px 0 0 -55px;
}
.menu li ul li {
  float: none;
  background: none;
  display: block;
  height: 25px;
  margin: 3px 25px;
  padding: 0;
  z-index: 50;
  color: #FFF;
  *text-align:left;
}

.menu li ul li a,
.menu li ul li a:visited,
.menu li ul li a:link,
.menu li ul li span {
  margin: 0;
  font-size: 14px;
  text-transform: none;
  height: 23px;
  position: relative;
  *text-align:left;
}
.menu li.select ul li a {
  background: none;
  color: #FFF;
  text-transform: none;
  *text-align:left;
}
.menu li ul li a:hover, 
.menu li.select ul li a:hover,
.menu li ul li.select a,
.menu li ul li.select a:hover   {
  background: none;
  text-decoration: underline;
  color: yellow;
  *text-align:left;
}
.menu li ul li span {
  float: left;
  *text-align:left;
}


#uvod_boxy a {
	width: 310px;
	height: 95px;
	display: block;
	position: relative;
	margin: 10px 5px;
	text-align: left;
	background: url('images/background_box.gif') no-repeat left top;
	float: left;
}

#uvod_boxy a.programy { 
 background: url('images/boxy_uvod_programy.gif') no-repeat left top; 
 _margin-left: 0;
 }
#uvod_boxy a.kontakt { background: url('images/boxy_uvod_kontakt.gif') no-repeat left top; }
#uvod_boxy a.bmi { background: url('images/boxy_uvod_bmi.gif') no-repeat left top; }

a.link_vice.hlavni {
  width: 590px;
}

#sidebox p {
  margin: 6px 0;
}

#sidebox div.novinky, div.novinky {
  margin: 12px 0 3px 0;
  font-size: 12px;
}

#footer div.partneri {
	float: left;
	text-align: left;
	width: 630px;
}
#footer div.tiraz {
	float: left;
	text-align: center;
	width: 320px;
}
#footer h3 {
	margin: 5px 0 10px 0;
	text-transform: uppercase;
	color: #EA4D3C;
}
#footer p { font-style: italic; margin: 5px 0; padding: 0;}
#footer span {color: #2588C2; font-size: 1.2em; font-weight: bold;}
#footer div.tiraz a {color: #2588C2;}
a.partner {
  display: block;
  float: left;
  margin: 15px 25px 0 0;
}
a.partner.centrum {
  width: 175px;
  height: 100px;
  background: url('images/partner_centrum.png') no-repeat 0 5px;
}
a.partner.centrum:hover {background: url('images/partner_centrum.png') no-repeat -174px 5px;}
a.partner.ma {
  width: 140px;
  height: 100px;
  background: url('images/partner_ma.png') no-repeat 0 0;
}
a.partner.ma:hover {background: url('images/partner_ma.png') no-repeat -139px 0;}
a.partner.medicina {
  width: 135px;
  height: 100px;
  background: url('images/partner_medicina.png') no-repeat 0 0;
}
a.partner.medicina:hover {background: url('images/partner_medicina.png') no-repeat -135px 0;}
a.partner.metal {
  width: 230px;
  height: 60px;
  background: url('images/partner_metal.png') no-repeat 0 0;
}
a.partner.metal:hover {background: url('images/partner_metal.png') no-repeat 0 -60px;}
a.partner.kroky {
  width: 155px;
  height: 60px;
  background: url('images/partner_kroky.png') no-repeat 0 0;
  margin: 20px 0 10px 0;
}
a.partner.kroky:hover {background: url('images/partner_kroky.png') no-repeat 0 -61px;}

a.facebook {
	float: right;
	display: block;
  width: 85px;
	height: 30px;
  background: url('images/social_facebook.gif') no-repeat right top;
  margin-top: -40px;
}
a.twitter {
	float: right;
	display: block;
	width: 85px;
	height: 30px;
  background: url('images/social_twitter.gif') no-repeat left top;
  margin: -40px 85px 0 0;
  *margin: -40px 0 0 0;
}
a.twitter.homepage {
  margin: -40px 0 0 0;
}
a.facebook_big {
	float: left;
	display: block;
  width: 320px;
	height: 75px;
  background: url('images/button_facebook.gif') no-repeat left top;
  margin: 20px 0 0 -10px;
  clear: both;
}
a.facebook_big:hover {
  background: url('images/button_facebook.gif') no-repeat left -75px;
}
#uvod div.logo a, #main div.logo a {
	display: block;
	height:100px;
	width:400px;
	float: left;
}

/*#uvod p {
	display: block;
	width: 510px;
	height: 120px;
	margin: 35px 0 20px 20px;
	font-size: 1.3em;
	color: #FFF;
	background: red;
}*/

#uvod a.button {
	display: block;
	width: 390px;
	height: 55px;
	background: url('images/button_vice.png') no-repeat left top;
	margin: 0 0 0 10px;
}
#uvod a.button:hover {
	background: url('images/button_vice.png') no-repeat left -55px;
}

a.button.vice {
	display: block;
	width: 180px;
	height: 55px;
	background: url('images/button_konzultace.gif') no-repeat left top;
	margin: 20px 0 0 0;
}
a.button.vice:hover  {
	background: url('images/button_konzultace.gif') no-repeat -180px top;
}

a.img_map {
	border-bottom: none;
}

#schema {
	display: block;
	position: absolute;
	width: 560px;
	height: 190px;
	margin: 30px 0 0 380px;
	top: 0px;
	*margin-left: 390px;
}
#schema li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	position: relative;
}
#schema li a, 
#schema li a:visited, 
#schema li a:link {
	margin:0;
	text-decoration: none;
	border: none;
	float: left;
	height: 190px;
	width: 130px;
	position: relative;
}
#schema li a.lekari  { background: url('images/schema1.jpg') no-repeat left top;}
#schema li a.lekari:hover  {	background: url('images/schema1.jpg') no-repeat left -190px;}
#schema li a.veda  { background: url('images/schema2.jpg') no-repeat left top;}
#schema li a.veda:hover  {	background: url('images/schema2.jpg') no-repeat left -190px;}
#schema li a.konzultanti  { background: url('images/schema3.jpg') no-repeat left top;}
#schema li a.konzultanti:hover  {	background: url('images/schema3.jpg') no-repeat left -190px;}
#schema li a.body  { background: url('images/schema4.jpg') no-repeat left top;}
#schema li a.body:hover  {	background: url('images/schema4.jpg') no-repeat left -190px;}

#schema_popis {
  width: 600px;
	height: 150px;
	padding: 0;
	margin: 20px 0;
	position: relative;
}
#schema_popis a {
  display: block;
  width: 145px;
	height: 150px;
	float: left;
	position: relative;
}
#schema_popis a.lekari  { background: url('images/schema_page_01.jpg') no-repeat left top;}
#schema_popis a.lekari:hover, #schema_popis a.lekari.select  {	background: url('images/schema_page_01.jpg') no-repeat left -150px;}
#schema_popis a.veda  { background: url('images/schema_page_02.jpg') no-repeat left top;}
#schema_popis a.veda:hover, #schema_popis a.veda.select  {	background: url('images/schema_page_02.jpg') no-repeat left -150px;}
#schema_popis a.konzultanti  { background: url('images/schema_page_03.jpg') no-repeat left top;}
#schema_popis a.konzultanti:hover, #schema_popis a.konzultanti.select {	background: url('images/schema_page_03.jpg') no-repeat left -150px;}
#schema_popis a.body  { background: url('images/schema_page_04.jpg') no-repeat left top;}
#schema_popis a.body:hover, #schema_popis a.body.select  {	background: url('images/schema_page_04.jpg') no-repeat left -150px;}

#schema_info {
  display: block;
  width: 535px;
  height: 70px;
  position: absolute;
  margin: 0 0 0 420px;
  *margin-left: 390px;
  top: 220px;
  background: #BEE3F8;
}

#sidebox p.oddelovac, #main p.oddelovac {
  width: 280px;
  border-top: 1px solid #D6d6D6;
  margin: 20px auto;
}
#main p.oddelovac {
  width: 100%;
}

.rozbalit {display:block;height:18px;background-repeat:no-repeat;background-position:right center;border-top:1px solid #D6d6D6;text-align:right;font-size:0.9em;line-height:18px;padding:0 12px 0 0;text-decoration:none}
.plus {background-image:url('images/plus.gif')}
.minus {background-image:url('images/minus.gif')}

.pribeh {
  margin: 5px 5px 3px 0;
  border: 3px solid #D6d6D6;
}

p.google_mapa span {
  font-size: 12px;
  line-height: 18px;
}

p.info_text {
  font-size: 11px;
  font-style: italic;
  background: url('images/ico_info.gif') no-repeat left top;
  padding: 2px 0 6px 15px;
}
div.kontakt_mapa {
  display: block;
  float: left;
  width: 330px;
  height: 210px;
  background: url('images/background_map.gif') no-repeat left center;
}
img.google_mapa {
  margin-right: 10px;
}

p.kontakt_mapa {
  line-height: 26px;
  font-size: 16px;
  padding-left: 10px;
}

.vyslednaCena {
  display: block;
  width: 580px;
  height: 30px;
  font-size: 1.2em;
  padding-left: 6px;
  background: #FFFF99;
  line-height: 32px;
  margin: 0 0 5px 0;
}
#vysledek {
  display: block;
  height: 90px;
  margin: 20px 0 0 0;
}
#vysledekVypoctu {
  display: block;
  height: 80px;
}

/* formuláře */
#valForm td.label {
  text-align: right;
}
#valForm label.error {
  display: inline;
  color: #888;
  font-size: 10px;
  font-style: italic;
  margin-left: 5px;
}

#valForm input.error {
  background: #FFFFCC;
  border: 1px dotted red;
}

.button_form, a.button_form {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	padding: .4em 1.5em .42em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #FFF;
	text-decoration: none;
}
.button_form:hover, a.button_form:hover {
	text-decoration: none;
	padding: .4em 1.5em .42em;
}
a.button_form { padding: .6em 1.5em .48em; }
a.button_form:hover { padding: .6em 1.5em .55em; }
.button_form:active {
	position: relative;
	top: 1px;
}

.red {
	color: #fef4e9;
	border: solid 1px #E33B29;
	background: #EE220C;
	background: -webkit-gradient(linear, left top, left bottom, from(#F15E4E), to(#E33B29));
	background: -moz-linear-gradient(top,  #F15E4E,  #E33B29);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F15E4E', endColorstr='#E33B29');
}
.red:hover {
	background: #EE220C;
	background: -webkit-gradient(linear, left top, left bottom, from(#E33B29), to(#EE220C));
	background: -moz-linear-gradient(top,  #E33B29,  #EE220C);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E33B29', endColorstr='#EE220C');
}
.red:active {
	color: #EE220C;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.poradna_dotaz {
  font-size: 0.9em;
  margin: 25px 0 0 0;
  padding: 10px;
  -webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
  background: #CAE8F7;
}
.poradna_dotaz p { margin: 3px 0; }

.poradna_odpoved {
  font-size: 0.9em;
  margin: 0 0 35px 50px;
  padding: 10px;
  border-left: 1px solid #A3D8F3;
  border-bottom: 1px solid #A3D8F3;
	background: #FFF;
}

.poradna_dotaz span, 
.poradna_odpoved span {
  font-size: 0.9em;
  margin: -5px 0 0 0;
  font-style: italic;
}

/* -- IS --- */
#is {
	background:#FFF;
	border-color: #AAA;
	text-align: left;
	margin:0;
	font-size: 13px;
	font-family: Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
}

#is h2 { font-size: 16px;}
#is h3 { font-size: 13px;}

#is_container {
	position:relative;
	width:100%;
	padding:0;
	text-align: left;
	top:0;
}

#is_logo {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	border-bottom: 1px solid #D3D3D3;
	padding-left:0;
	height: 100px;
	top:0;
	left:0;
}

#is_logo_aa {
	background: url(images/is/logo-is.gif) no-repeat center bottom;
	color: #8B1913;
	display: block;
	width: 220px;
	height: 95px;
	float:left;
	top: 5px;
	left: 5px;
}
.is_menu {
	display: block;
	width: auto;
	height: 65px;
	margin-top: 35px;
	text-decoration: none;
	float: left;
	text-align: center;
}
#is_logo p {
	position: absolute;
	width: 180px;
	height: 40px;
	text-align: right;
	float:right;
	right: 20px;
	display: block;
}
#is_main {
	position:relative;
	float:left;
	clear: left;
	width:100%;
}

.is_menu a {
	float: left;
	width: 80px;
	height: 64px;
	padding: 0;
	margin:0 5px0 5px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: none;
	text-decoration: none;
	line-height: 110px;
}
.is_menu a.select,.is_menu a:hover  {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
.is_menu a.napoveda {background: url(images/is/is_menu_napoveda.gif) no-repeat center top;}
.is_menu a.uvod {background: url(images/is/is_menu_uvod.gif) no-repeat center top;}
.is_menu a.novinky {background: url(images/is/is_menu_novinky.gif) no-repeat center top;}
.is_menu a.statistiky-navstevnosti {background: url(images/is/is_menu_prihlasky.gif) no-repeat center top;}
.is_menu a.obsah-webu {background: url(images/is/is_menu_web.gif) no-repeat 20px 2px;}
.is_menu a.struktura {background: url(images/is/is_menu_web.png) no-repeat 20px 5px;}
.is_menu a.nastaveni-webu {background: url(images/is/is_menu_nastaveni.gif) no-repeat center top;}
.is_menu a.partneri {background: url(images/is/is_menu_partneri.png) no-repeat center 5px;}
.is_menu a.z-oboru {background: url(images/is/is_menu_z-oboru.png) no-repeat center 5px;}
.is_menu a.faq {background: url(images/is/is_menu_faq.png) no-repeat center 5px;}
.is_menu a.pribehy{background: url(images/is/is_menu_pribehy.png) no-repeat center 5px;}
.is_menu a.programy{background: url(images/is/is_menu_programy.gif) no-repeat center 5px;}
.is_menu a.poradna{background: url(images/is/is_menu_poradna.png) no-repeat center 5px;}
.is_menu a.ke-stazeni{background: url(images/is/is_menu_ke-stazeni.png) no-repeat center 5px;}
.is_box_content {
	margin: 10px;
}

form#login_form {
	margin: 150px auto 0 auto;
	display: block;
	position: relative;
	padding: 20px;
	background: #40A0D8;
	color: #FFF;
}
#login_form table {
	margin-left: auto;
	margin-right: auto;
	border: none;

}

#login_form table td {
	border: none;
	padding: 5px;
}
.is_box_content h1 {
	display: block;
}
/* -- konec IS --- */


/* -- TinyMCE --- */
body.mceContentBody {
	background: #FFF;
	text-align: left;
}

.clear {
	clear:both;
}
.text_maly {
	font-size: 0.8em;
}
img.odsazeni {
	margin: 5px;
	border: 3px solid #CCC;
}
.fialova {
	background: #F3C7C7;
}
.cerveny {
	color: #CC0000;
}
a.mapa {
	line-height: 30px;
}
td.sedy {
  color: #888;
}
.uprostred {
  text-align: center;
}
/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; border: none; text-decoration: none; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/lightbox/prevlabel.gif) left 15% no-repeat; border: none; text-decoration: none; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/lightbox/nextlabel.gif) right 15% no-repeat; border: none;text-decoration: none;  }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* slider */
.wrap{
	margin: 35px 0 0 20px;
	width:380px;
	height:90px;
	text-align:center;
	display: block;
	font-size: 20px;
	color: #555;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5); 
	font-style: italic;
	*text-align:left;
}

div#slide-holder{
	z-index:40;
	width:380px;
	height:100px;
	position:absolute;
}
div#slide-holder div#slide-runner{
	width:380px;
	height:100px;
	overflow:hidden;
	position:absolute;
}
div#slide-holder p{
	margin:0;
	display: block;
	position:absolute;
  color: #555;
  width: 380px;
	height: 100px
}
div#slide-holder p span{
	line-height: 50px;
	font-style: normal;
	font-size: 20px;
	color: yellow;
}

/* slider konec*/

/* thickbox*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px0 5px0;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
a.thickbox, a.thickbox:visited  {
	border: none;
}

#infoRadim, #infoIva {
  text-align: left;
}
#SendContact {font-weight: bold; font-size: 1.2em;}
.nabidka h1 {font-size: 18px;}
.nabidka h2 {font-size: 15px;}

span.delka {
  display: inline-block;
  height: 15px;
  margin: 0 5px -5px 0;
  background: #2588C2;
  color: #FFF;
  padding: 1px 3px 3px 3px;
}
