/*
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
*/

/* výchozí barvy - kontrolujte kontrast barev pomocí http://www.sovavsiti.cz/kontrast/ */
html {
  background: #E9E114 url(images/body-bgr.png) top left repeat-x;
}
#content{background:#eee;}
#main{background:#ddd;}
#side{background:#ccc;}
#otherside{background:#ccc;}
#header{background:black;}
#other{background:black;}
#other a{color:white;}
#main table{background:#fff;}
#main table th {background:#E9E114;}
#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%;
/* Nastaví 1em na 10px pro všechny prohlížeče */
	text-align: center;
	color: #333;
/* vždy nastavit barvu písma, lepší než černá je tmavě šedá */
	font-family: sans-serif;
/* vždy nastavit řez písma, musí být dobře zobrazitelný, tj. pouze z těchto:     http://www.pixy.cz/blogg/clanky/fonttest/ukazka.html */
}
#content {
	width: 994px;
/* trojbarevný pozadí pro efekt stejně vysokých sloupců */
	text-align: left;
	margin: 0 auto;
	position: relative;
	margin:5px auto 0;
	background: url(images/content-bgr2col.png) top left repeat-y;
}
#homepage #content {
	background: url(images/content-bgr3col.png) top left repeat-y;
}
#main {
	background:transparent url(images/main-top-bgr.png) no-repeat scroll left top;
  float:left;
  left:12px;
  padding:20px 20px 0;
  position:relative;
  width:605px;
/* pozor, padding se přičítá, tj. celková šířka je 540+10 */
}
#homepage #main {
	background: transparent;
	padding: 0;
	width: 645px;
/* pozor, padding se přičítá, tj. celková šířka je 540+10 */
}
#homepage #main .item {
	background: url(images/item-top-bgr.png) left top no-repeat;
	float: left;
	width: 280px;
	padding: 20px;
/* pozor, padding se přičítá, tj. celková šířka je 540+10 */
}
#homepage #main .mapa {
	background: url(images/mapa.png) left top no-repeat;
	padding-top: 230px;
}
#homepage #main .mapa h2 {
	margin: 10px 0;
	color: black;
	font-size: 135%;
}
#homepage #main .mapa .email a {
	padding: 0 0 0 43px;
}
#homepage #main .mapa .email {
	padding: 8px 0;
	background: url(images/email.png) scroll 6px 6px no-repeat;
}
#homepage #main .left {
	margin-right: 5px;
/* pozor, padding se přičítá, tj. celková šířka je 540+10 */
}
#submain {
	position: absolute;
	left: 200px;
	width: 540px;
	top: 100px;
	display: none;
}
#side {
	width: 300px;
	float: right;
	position: relative;
	right: 12px;
	padding: 10px 10px;
	background: url(images/item-top-bgr.png) left top no-repeat;
}
#otherside {
	width: 200px;
	float: left;
	position: relative;
}
#header {
	height: 455px;
	overflow: hidden;
	position: relative;
	background: url(images/header-bgr.png) top left no-repeat;
}
#header a strong {
	display: none;
}
#current a {
/* vždy klikací logo! příklad náhrady textu obrázkem*/
  display:block;
  height:171px;
  margin:15px 0 0 15px;
  overflow:hidden;
  padding-left:215px;
  width:0;
}
#current a#navigation {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#other {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#other a {
}
#side h2, #otherside h2 {
	display: none;
}
#breadcrumb {
	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: 1em 1%;
	margin: 0 auto;
}
#side form {
width: 90%;
}
fieldset {
	margin: 0.5em 0;
}
fieldset legend {
	font-size: 150%;
	font-weight: bold;
	color: #CF3D3D;
	margin: 0 0 5px;
	display: inline;
/* jinak IE dává modrou, takže vždy nastavit */
}
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;
	padding: 0.2em;
	border: 1px solid #868688;
}
form label input, form .cf-box-group input, form .cf-box-b {
	width: 2em;
}
form button, .sendbutton {
	cursor: pointer;
	width: 60px;
	height: 23px;
	background: url(images/send-button.png) top left no-repeat;
	border: 0;
}
#side form {
	float: left;
	margin: 0 0 10px 11px;
	display: inline;
}
#side .sendbutton {
	float: right;
}
#side form li {
  margin:0 0 5px;
}
#side form textarea {
  height: 50px;
}
#side a.online {
  color:#CF3D3D;
  font-size:150%;
  background: url(images/online-bgr.png) no-repeat scroll 12px 4px;
  padding: 0 12px 110px 46px;
  font-weight: bold;
  float: left;
}
.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 {
	padding: 1em;
	clear: both;
	height: 92px;
	background: #FBE828 url(images/footer-bgr2col.png) top left no-repeat;
}
#homepage #footer {
	background: #E9E114 url(images/footer-bgr3col.png) top left no-repeat;
}
#footer p {
	font-size:120%;
  font-weight:bold;
  padding:3.6em 2em;
}
#footer li {
	display: inline;
}
#footer br {
	display: none;
}
#lista {
	padding: 1em;
	clear: both;
	text-align: center;
	background: #E9E114;
}
/* vždy nastavit obecný h1 až aspoň h4 */
h1, h2, h3, h4, h5, h6 {
/* sdružovat společná nastavení */
	font-family: sans-serif;
	font-weight: bold;
	color: #CF3D3D;
}
h1 {
	font-size: 175%;
	text-transform: uppercase;
/*Velká písmena dělat stylem, ne textem! */
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 150%;
}
/* tagy nastavovat vždy uvnitř elementu, kterého se týkají */
#main p, #side p, #otherside p {
/* velikost písma nastavovat na konkrétní tag, ne na celý div, písmo určené pro čtení (tj. ne nutně třeba patička) by mělo mít vždy minimálně 12 px (tj. 120%). Pakliže se nejedná o nějaký element, kde je velikost písma důležitá pro přesný design (občas u horizontálního menu a textových "obrázků"), tak jej nastavovat vždy v relativních jednotkách (em nebo %). */
	font-size: 120%;
	margin: 0.5em 0;
	line-height: 1.3em;
/* běžný text by měl mít meziřádkové mezery aby se co nejlépe četl */
}
#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 .item ul li {
	font-weight: bold;
	color: #CF3D3D;
	list-style: none;
	padding-left: 20px;
	background: url(images/list-item.png) no-repeat scroll 2px 3px;
	margin: 5px 0;
}
#main .item ul {
	margin: 15px 0;
}
#main ol li {
	list-style: decimal url()
}
#main li li {
	font-size: 100%;
}
#main table {
	margin: 10px auto;
	width: 90%;
	border-collapse: collapse;
	border: 1px solid black;
}
#main table th {
	text-align: right;
}
#main table th, #main table td {
	vertical-align: middle;
	font-size: 120%;
	padding: 0.2em 0.5em;
	border: 1px solid black;
}
#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: 1px solid black;
}
#main table tfoot th, #main table tfoot td {
	border-top: 1px solid black;
}
#main table tbody th {
	border-right: 1px solid black;
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: left;
}
/* skrývání nepotřebných částí, vždy nechat */
.hidden {
	display: none;
}
a {
	text-decoration: underline;
/* odkazy by měly být vždy potržené, ne nutně u blokových menu a podobně */
	color: #333;
/* vždy musí mít nějakou základní barvu, kontrastní s pozadím main, nejlépe modrou */
}
a:hover {
	text-decoration: none;
}
#main a {
  color: #CF3D3D;
  font-weight: bold;
}
a img {
	border: none;
/* nemazat, kvůli IE nesmyslu s okrajem obrázků v odkazech */
}
/* 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;
}
#menu,#menu2 {
font-size:130%;
font-weight:bold;
position:absolute;
right:40px;
top:23px;
}
#menu li,#menu2 li {
padding: 0 10px;
border-right: 1px solid black;
position: relative;
}
#menu2 {
left:19px;
top:413px;
width: 960px;
}
#usermessagea {
margin:0;
}
#menu2 ul li ul {
position: absolute;
width: 250px;
background: #FFFFFF;
padding-top: 10px;
border-bottom: 1px solid #e9e114;
left: 0px;
top: 15px;
}
#menu2 ul li ul li {
border-left: 1px solid #e9e114;
border-right: 1px solid #e9e114;
border-top: 1px solid #e9e114;
padding:0;
display: block;
float: left;
width: 250px;
}
#menu2 ul li ul li a {
display: block;
text-decoration: none;
padding:2px 5px 4px;
}
#menu2 ul li ul li a:hover {
background: #E9E114;
}
#menu2 ul ul,
#menu2 ul ul li:hover ul ul {
display: none;
}
#menu2 ul li:hover ul,
#menu2 ul ul li:hover ul {
display: block;
}
.telefon{
padding:10px 0px 30px 20px;
font-size:140%;
color:#CF3D3D;
font-weight:bold;
}
.flash1{
position:absolute;
top:48px;
right:23px;
}