﻿/*  Debug options 
#menu li a ,
#mail a,
#slogan a {
  background: red; -moz-opacity: .5; filter: alpha(opacity=50);
}
*/
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |            Basic Reset              |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

hr {
	display: none;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |          Basic Formating            |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */

body {
  font: 72%/160% "MS Sans Serif", Verdana, Arial, "Geneva CE", lucida, sans-serif;
}
#content {
  font-size: 1.2em;
}
#content_inside ol,
#content_inside ul {
  padding-left: 20px;
  padding-bottom: 10px;
}

td, th {
  border: 1px #E1EEF6 solid;
  padding: 3px;
  font-size: 10px;
}
th {
  background-color: #E1EEF6;
}
table {
  margin: 0 auto;
  margin-bottom: 10px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
#footer {
  font-size: 1em;
  line-height: 2em;
  text-align: center;
}
h1,h2,h3,h4 {
  font-family: Arial, "Geneva CE", lucida, sans-serif;
}
h1 em,h2 em,h3 em {
  font-style: normal;
  color: #C1D130;
}
h1, h2 {
  color: #7993CA;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 28px;
  margin-bottom: 15px;
	text-align: left;

}
h3 {
	font-weight: normal;
	font-size: 1.3em;
}
h4 {
  font-weight: bold;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |            Basic Colors             |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
body {
  background: #4C69AA url(images/background.gif) repeat-x left top;
	color: #4d4d4d;
}
#header {
  background-color: #fff;
}
#content, #search {
  background: #fff url(images/background_page.gif) repeat-y right top;
}
#content_inside a:link, #content_inside a:visited {
	color: #7993CA;
	border-bottom: 1px solid;
	text-decoration: none;
}
#content_inside a:hover {
	border-bottom: 1px #fff solid;
}
/* #side_bar a:link, #side_bar a:visited, #side_bar a:hover
#header a:link, #header a:visited, #header a:hover {
  border: none;
} */
#content_inside .green, #content_inside .green a:link, #content_inside .green a:visited {
  color: #C1D130;
}
#content_inside .grey, #content_inside .grey a:link, #content_inside .grey a:visited {
  color: #4d4d4d;
}
  
#footer {
  background: #4C69AA url(images/background_footer.gif) no-repeat top center;
  color: #FFF;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px #4C69AA solid;
}
#footer a:hover, #footer a.selected {
  border-bottom: 1px #fff solid;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |            Basic Layout             |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
#content, #footer {
  overflow: visible;
}
#wrap {
	margin: 0 auto;
	width: 100%;
}
#container {
  margin: 0 auto;
  width: 729px;
}
#header {
  background: url(images/header.gif) no-repeat left top;
  width: 729px;
  height: 311px;
  float: left;
  text-indent: -5000px;
  position: relative;
}
#content {
  float: left;
  width: 729px;
}
#footer {
  width: 100%;
  padding-bottom: 20px;
  clear: both;
}
#footer_in {
  width: 729px;
  margin: 0 auto;
}

/*
Logo and slogan
*/
#slogan a {
  display: block;
  left: 0;
  height: 56px;
  position: absolute;
  top: 10px;
  width: 200px;
}
#logo a {
  background: url(images/wihome.gif) no-repeat left top;
  right: 0;
  position: absolute;
  top: 72px;
  width: 273px;
  height: 86px;
  z-index: 100;
}
#email {
  background: url(images/house-1.gif) no-repeat left top;
  height: 166px;
  left: 0;
  position: absolute;
  top: 72px;
  width: 490px;
}
#mail {
  background: url(images/email.gif) no-repeat left top;
  bottom: 0;
  height: 73px;
  left: 0;
  position: absolute;
  width: 490px;
}
#mail a {
  bottom: 10px;
  display: block;
  height: 50px;
  left: 15px;
  position: absolute;
  width: 200px;
}

/*
Search panel
*/

#search {
  bottom: 0;
  height: 195px;
  padding-left: 15px;
  position: absolute;
  right: 0;
  width: 224px;
}
#search h2 {
  background: url(images/property.gif) no-repeat left center;
  border-bottom: 1px #BDBDBD solid;
  float: left;
  height: 40px;
  width: 194px;
}
#search form {
  float: left;
  padding-bottom: 20px;
  text-indent: 0;
  width: 194px;
}
#search form select {
  width: 194px;
}
#search button {
  background: url(images/continue.gif) no-repeat left top;
  border: 0;
  height: 24px;
  margin-top: 15px;
  width: 194px;
}
#search .hr {
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 5px;
  width: 194px;
}
/*
    Basic Form styles
*/
#homepageform  {
  float: left;
  text-align:right;
  padding-right:5px;
  font-size: .9em;
  font-family: "MS Sans Serif", Verdana, Arial, "Geneva CE", lucida, sans-serif;
  padding-bottom: 1px;
  width: 150px;
}
form p, label, input, select, textarea  {
  float: left;
  font-size: .9em;
  font-family: "MS Sans Serif", Verdana, Arial, "Geneva CE", lucida, sans-serif;
  padding-bottom: 1px;
  width: 200px;
}
input, select, textarea {
  background-color: #F4F4F4;
  border: 2px #ddd solid;
  border-left-color: #4e4e4e;
  border-top-color: #4e4e4e;
}
select {
  height: 20px;
  padding: 1px;
}
select.multis {
  height: 100px;
  padding: 2px;
}

input {
  height: 14px;
  padding: 1px;
}
textarea {
	float: left;
	height: 60px;
}
label, form p {
  color: #4C69AA;
  text-align: left;
}
button {
  cursor: pointer;
}
button span {
  display: none;
}
input.radio {
	width: 20px;
}
.formrow {
  width: 435px;
  height: 30px;
  width: 100%;
  clear: both;
}
.formrow2 {
  width: 435px;
  height: 45px;
  width: 100%;
  clear: both;
}
.formrow3 {
  width: 435px;
  height: 70px;
  width: 100%;
  clear: both;
}
.formrow4 {
  width: 300px;
  height: 30px;
  width: 100%;
  clear: both;
}
.formrows {
  width: 435px;
  height: 110px;
  width: 100%;
  clear: both;
}
.submit {
  border: 0;
  height: 24px;
  background: url(images/submit.jpg) no-repeat left top;
  width: 194px;
}
#mainForm p.comment {
	text-align: left;
	width: 100%;
	float: left;
}
/*
  main Form Styles
*/
#mainForm {
  float: left;
  width: 435px;
}
#mainForm label {
  padding-right: 10px;
  text-align: right;
  width: 140px;
}
#mainForm .short_field {
  width: 80px;
}
#mainForm  .short_label {
  padding-left: 5px;
  text-align: center;
  width: 25px;
}
#mainForm p {
  padding: 10px 0;
  text-align: center;
  width: 360px;
}
#mainForm button {
  display: inline;
}
/*
Horizontal ruler
*/
.hr {
  border-bottom: 1px #BDBDBD solid;
}
h1.hr, h2.hr, h3.hr {
  padding-bottom: 15px;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |            Menu Layout              |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
#menu {
	background-color: transparent;
  width: 490px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}
#menu li.m1,
#menu li.m1 a {
  width: 78px;
}
#menu li.m2,
#menu li.m2 a {
  width: 67px;
}
#menu li.m3,
#menu li.m3 a {
  width: 75px;
}
#menu li.m4,
#menu li.m4 a {
  width: 80px;
}
#menu li.m5,
#menu li.m5 a {
  width: 83px;
}
#menu li.m6,
#menu li.m6 a {
  width: 90px;
}
#menu li,
#menu li a {
/*   background-repeat: no-repeat; */
/*   background-position: left top; */
  display: block;
  float: left;
  height: 57px;
}
#menu li {
  margin-right: 2px;
}
#menu li a:hover,
#menu li.over a,
#menu li.over a.selected {
/*   background-position: 0 -30px; */
}
#menu li a.selected {
/*   background-position: 0 -60px; */
}
#menu li .submenu_1 {
  visibility: hidden;
}
#menu li.over .submenu_1 {
  visibility: visible;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |         Submenu Layout              |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
#menu li {
  position: relative;
}
#menu li .submenu_1,
#menu li .submenu_2,
#menu li .submenu_3 {
  width: 200px;
  left: 0;
}
#menu li .submenu_1 {
  background-color: #253A6B;
  border: 5px #DFE7F6 solid;
  position: absolute;
  top: 55px;
}
#menu li .submenu_2 {
  float: left;
  position: relative;
  top: 5px;
}
#menu li .submenu_3 {
  bottom: -10px;
  float: left;
  height: 15px;
  position: relative;
}
#menu li .submenu {
  background-color: transparent;
  float: left;
  text-indent: 0;
  text-align: left;
  font-size: 1.2em;
  width: 180px;
  position: relative;
  left: 5px;
} 
#menu li .submenu li {
  height: auto;
}
#menu li .submenu li a {
  width: 177px;
  height: 17px;
  padding: 2px;
  overflow: hidden;
}
#menu .submenu li a:link,
#menu .submenu li a:visited {
  text-decoration: none;
  color: #C2D4F2;
}
#menu .submenu li a:hover {
  text-decoration: underline;
  color: #fff;
}

/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |          Content Layout             |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
#content p {
  padding-bottom: 20px;
}
#content p.novinky {
  padding-bottom: 5px;
}
#content_inside {
  width: 435px;
  float: left;
  padding: 10px 0 20px 20px;
}
ul.home li {
  background: url(images/bullet.gif) no-repeat left center;
  padding: 10px 0 10px 50px;
  list-style-type: none;
}
ul.normlist li {
  padding: 5px 0 5px 10px;
  list-style-type: circle;
}

/*New table style*/
.t1 {
	border-collapse: separate;
}
.t1 tr th {
	border:0;
	background: #5069A2 url("images/th.gif") repeat-x left top;
	color: #E1EEF6;
}
.t1 tr td {
	border: none;
	border-top: 1px #FFF solid;
	border-bottom: 1px #C5D8E6 solid;
	background-color: #E1EEF6;
	padding: 15px 3px 10px 3px;
	text-align: center;
	vertical-align: top;
}
.t1 tr .c1 a {
	display: block;
	float: left;
}
#content_inside .t1 tr .c1 a:link,
#content_inside .t1 tr .c1 a:visited {
	border: 2px #C0D2F1 solid;
}
#content_inside .t1 tr .c1 a:hover,
#content_inside .t1 tr .c1 a:focus {
	border: 2px #FFF solid;
}
.t1 tr .c1 {padding-left: 5px;padding-right: 5px}
.t1 tr .c2 {width: 60px;}
.t1 tr .c3 {width: 70px;}

.t1 tr .c5,
.t1 tr .c6,
.t1 tr .c9 {width:35px}

.t1 tr .c1,
.t1 tr .c3,
.t1 tr .c5,
.t1 tr .c7,
.t1 tr .c9 {
	background-color: #D8E6F0;
}
#content_inside .t1 tr .c2 a {
	color: #4C69AA;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |          Sidebar Layout             |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
#side_bar {
  width: 224px;
  padding-left: 15px;
  float: right;
}
.side_box {
  margin-bottom: 15px;
  padding: 15px 0;
  width: 194px;
}
.side_box2 {
  margin-bottom: 5px;
  padding: 0px 0;
  width: 194px;
}
.side_box a {
  border: 0;
}
.side_box a.tips:link, .side_box a.tips:visited {
	color: #7993CA;
	border-bottom: 1px solid;
	text-decoration: none;
}
.side_box a.tips:hover {
	border-bottom: 1px #fff solid;
}
.side_box a.tipspic:link, .side_box a.tipspic:visited {
	border-bottom: none;
	text-decoration: none;
}
.side_box a.tipspic:hover {
	border-bottom: none;
}
.side_box img.pic {
	border: 3px #7993CA solid;
	margin-bottom: 6px;
}
.side_box h2 {
  display: none;
}
.side_box h2.tips {
  display: block;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |          Footer  Layout             |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
#footmenu {
  padding-top: 20px;
}
#footmenu li {
  display: inline;
  padding: 0 6px;
  border-right: 1px #FFF solid;
}
#footmenu li.last {
  border-right: 0;
}
.copy {
  color: #9DB0D8;
}

.white {
	text-align: center;
	color: #ffffff;
}
.blue {
	text-align: center;
	font-size: 12px;
	color: #d7e2f6;
}
