/*
 * screen.css - media screen (all) - styl pro zobrazování
 * Autor: Martin Zemánek, martinzemanek at email.cz 
 */
* { 
padding: 0; 
margin: 0;
}

body {
 font-family: Verdana, "Times New Roman", Arial;
 font-size: 12px;
 color: white;
 background: #839b53;
}
table {
  width:100%;  
  border-collapse:collapse;
}

.odsazeni_300 {
  padding-bottom:300px;
}
.noborder {
  border:none;
  background:none;
}
#wrap {
  margin:0 auto;
  width:979px;
}

#header { 
  background: url(../images/header.jpg) no-repeat;
  height:243px;
  width:979px;
  float:left;
}
#header #over a { 
  display:block;
  width:979px;
  height:240px;
}
#header #header_perex {
  position:absolute;
  top:135px;
  margin-left:130px;
}
#header #header_perex h1 a {
  font-size:16px;
  color:#364d08;
}

#menu { 
 width: 252px;
}
#menu #menu_top {
  background:  url(../images/box_top.jpg) no-repeat;
  background-position:bottom left;
  width:252px;
  height:4px;
  float:left;
  margin-top:5px;
}
#menu #menu_bottom {
  background: #81b242 url(../images/box_bottom.jpg) no-repeat;
  background-position:bottom left;
  width:252px;
  height:65px;
  float:left;
}
#menu #menu_bottom p {
  padding:10px 10px 0 20px;
  font-style:italic;
}
#menu ul{ /*UL of each sub menu*/
  list-style-type: none;
}
#menu ul li {
  height:30px;
  width:100%;
  float:left;
  line-height:30px;
  border-bottom: 1px solid #5b722e;
  border-top: 1px solid #a4bf6f;
}
#menu ul li.first {
  float:left;
  height:1px;
  width:100%;
  display:block;
  border:none;
  border-bottom: 1px solid #5b722e;
}
#menu ul li.last {
  float:left;
  height:1px;
  width:100%;
  display:block;
  border:none;
  border-top: 1px solid #a4bf6f;
}

#menu li a {
  text-decoration: none;
  font-weight:normal;
  color:white;
  padding-left: 20px;
  padding-right: 5px;
}
#menu li a.selected {
  color:#101010;
}
#menu li a:hover {
  color: #101010;
}
#main { 
 width:100%;
}
#content { 
 float:left;
 width:700px; 
 padding-top:5px;
 padding-right:5px;
 padding-left:5px;
 margin-top:5px;
}
#left { 
 float: left;
 width:250px;
 padding:5px 6px;
 padding-left:9px;
}
#content #table_search_top {
 height:4px;
 background: #b39472 url(../images/table_top.gif) no-repeat;
 width:700px;
 float:left;
 display:block;
}
#content #table_search_top_main {
 height:28px;
 line-height:28px;
 background: #b39472 url(../images/table_top_main.jpg) repeat-x;
 width:680px;
 padding:0 10px;
 float:left;
 display:block;
}
#content #table_search_top table tr td, #content #table_search_bottom table tr td {
 vertical-align:middle;
}
#table_search_bottom p {
  line-height:32px;
  text-align:center;
}
.links {
  padding:10px 5px;
  text-align:right;
}
.links a {
  text-decoration:underline;
}
#content #table_search_top table tr td {
 color:white;
}
#content #table_search_bottom table tr td {
 color:black;
}
#content table.seznam {
 width:700px;
}
#content table.seznam tr td {
 font-size:85%;
}
#content table.detail tr td {
 padding:2px 4px;
}
#content table tr th {
 height:32px;
 background: #eadac5;
 color: #463c30;
 background-position:top left;
 line-height:32px;
}
#content table tr.vypis {
 background: #fef1e1;
 color:#665b4d;
}
#content #table_search_bottom {
 height:32px;
 background: #eadac5;
 width:700px;
}

.vypis_bottom {
  background: url(../images/vypis_bottom.gif) repeat-x;
  background-position:top left;
  height:15px;
  float:left;
  display:block;
  width:700px;
  padding:0;margin:0;
}
#footer {
  background: #27241d;
  text-align:right;
	width: 100%;
	height:50px;
	line-height:25px;
	color:white;
	margin-top:10px;
}
#footer_center {
  width:979px;
  margin: 0 auto;
}
#footer_center a {
  color:white;
  letter-spacing:1px;
}
#banners {
  margin-top:30px;
  width:100%;
  display:block;
}
.search_box {
  text-align:center;
  padding-top:12px;
}
.infomessage {
  vertical-align: middle;
  color:green;
}
.errormessage {
  vertical-align: middle;
  color:red;
}
.left {
  text-align:left;
}

.right {
  text-align:right;
}
.center {
  text-align:center;
}
.center_small {
  text-align:center;
  width:100px;
}

.hidden {
	display: none;
}

input {
  border:1px solid #31281c;
  background: white;
  font-size:11px;
  padding: 2px;
}
select {
  border:1px solid gray;
  font-size:11px;
}
textarea {
  border:1px solid gray;
  padding:2px;
  font-size:11px;
  border-style: inset;
  font-size:11px;
}
.submit {
  border:1px solid gray;
  font-size:13px;
  background:#7aa621;
  height:auto;
  cursor:pointer;
}
.submit_ok {
  background: url(../images/button.jpg) no-repeat;
  border:1px solid #31281c;
  width: 28px;
  text-align:center;
  cursor:pointer;
  color:white;
}
.submit_ok_v2 {
  background: url(../images/input.gif) repeat-x;
  border:1px solid #31281c;
  width: 28px;
  text-align:center;
  cursor:pointer;
  color:white;
  font-weight:bold;
}
.td_20 {
text-align:center;
width:20px;
}
.td_40 {
text-align:center;
width:40px;  
}
.td_60 {
text-align:center;
width:60px;
}
.td_100 {
text-align:center;
width:100px;
}
.td_150 {
text-align:center;
width:100px;
}
.td_xx {
text-align:left;
width:auto;
}
table.seznam tr td {
 padding:0 5px;
}
.vypis {
  height:32px;
  overflow:hidden;
  border-bottom:1px solid #665b4d;
}
.red {
 color:red;
}
.green {
  color:green;
}

img {
  border:none;
}
.back {
  padding:10px;
  background:#27241d;
}
a {
  text-decoration:none;
  color:gray;
  font-weight:bold;
}

a:hover {
  color:black;
  text-decoration:underline;
}

h1 {
 font-size:16px;
 padding-bottom:5px;
 color:#fff;
 padding-bottom:8px;
 font-weight:bold;
}
h2 {
 font-size:14px;
 padding-bottom:5px;
 color:#fff;
}
h3 {
 font-size:14px;
 padding-bottom:5px;
 color:#fff;
}
h4 {
 font-size:12px;
 padding-bottom:4px;
 color:#fff;
}
.justify {
  text-align:justify;
}

.clear {
  clear: both;
}

.smaller {
  font-size:85%;
}
.smaller_center {
  font-size:85%;
  text-align:center;
}
.smaller_color {
  font-size:85%;
  color:#7aa621;
}
.color {
  color:#7aa621;
}
.background {
  background:#f3f2f2;
  border-style: inset;
  border:1px solid #bababa;
}
.color_bold {
  color:#7aa621;
  font-weight:bold;
}

.paging {
display:block;
float:right;
width:785px;
text-align:center;
margin-top:10px;
margin-bottom:20px;
padding:4px 0;
}

.paging p {
background: blue url(../images/lime/menu_over.gif) repeat-x;
text-align:center;
width:250px;
margin: 0 auto;
padding:4px 0;
border:1px solid black;
}

label {
  padding: 0 5px;
  color:white;
}
/*** ----------------------- Stará verze -------------------------***/
#backBox { width:100%; margin: 0 auto; min-height:100%; height:100%; position:relative; }
#container { width:100%; margin: 0 10px; background-color:white; text-align:left; }
/*** FORMULARE ***/
div.formBox { padding: 10px; margin: 0px 0 0 0; background-color: #27241d; }
div.formBox h3 { padding: 0px 0 15px 10px }
div.formBox fieldset { background:#839b53; padding:5px 0; }
div.formBox label, div.formBox input, div.formBox fieldset, div.formBox select { margin:5px 0; }
label { float:left; width:220px; font-weight:bold; padding:0 20px; text-align:right; }
label.normal { text-align:left; font-weight:normal; padding:0; width:600px; }
input.button { float:none; padding: 5px 10px; font-weight: bold; font-family: Tahoma; letter-spacing: 0.1em; }
input.noborder { border:0; }
input.disabled { background-color:#e6e0da; color:#c1a698; }
form div.row { clear:both; padding:0px 0; }
form div.separator { border-top: 1px solid #eadcce; margin:20px; }
span.povinne { color:red; padding-right:0.2em; }
#selectCountrydiv,#selectCAdiv { display:inline; }
#selectCountry,#selectCA { width:15em; margin-right:20px; }
#vymera,#cena_prodej,#cena_pronajem { text-align:right; }
/*** KLIKACI MAPA ***/
div.lokalita_druh { padding-left:440px; }
div#mapa_box { width:620px; margin:0 auto;}
div#mapa_kraje_box  { visibility:hidden; float:left; position:absolute; }
div#mapa_okresy_box { visibility:visible; float:left; position:absolute; }
p.disclaimer { text-align:justify;margin: 10px 0 0 0; border-top: 1px dashed silver; padding: 5px 10px 0 10px; font-size: 12px; color: gray; }
div.form_error { background: url(/images/icons/error32.png) 20px 5px no-repeat; color:red; font-weight:bold; border-bottom: 1px dashed gray; padding: 5px 0px 0px 70px; }
div.form_error ul { list-style: none; }
div.form_ok    { background: url(/images/icons/ok32.png) 20px 0 no-repeat; color:green; background-position:left; padding: 20px 0 20px 50px; font-weight: bold; margin:20px; }
div.or {text-align:left; position:relative; top:10px;}
div.or img { vertical-align:middle; margin-right:10px; }
/*** ----------------------- XXX Stará verze XXX -------------------------***/
