P,DIV,TD {
	font-family: arial;
	font-size:12px;
	line-height: 17px;
	color: black;
}
STRONG {
	color: #be0101;
}

IFRAME {
	border: 3px solid #b00000;
}
P {
  margin: 10px 0px 10px 0px; 
}

BODY {
	padding:0px;
	margin:0px;
	text-align: center;
	background-color: #b00000;
}

H1 {
	font-size:24px;
	font-weight: normal;
	color: #c40000;
	margin: 0px;
}

H2 {
	font-size:22px;
	font-weight: normal;
	color: #c40000;
	margin: 0px;
	margin-top: 18px;
}

H3 {
	font-size:20px;
	font-weight: normal;
	color: #c40000;
	margin: 0px;
	margin-top: 16px;
}

H4 {
	font-size:20px;
	color: #c40000;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 16px;
}

H6 {

	font-size:100%;

}

a {
	color: #c40000;
	text-decoration: underline;
}
a:visited {
	color: #c40000;
	text-decoration: underline;
}
a:hover {
	color: #c40000;
	text-decoration: none;
}
a#toplink {
  visibility: hidden;
}
DIV#page {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}
DIV#page_wide {
	background: #ffcf32 url(img_layout/body.jpg) repeat-x center top;
}
DIV#top {
	height: 255px;
	background: url(img_layout/top.jpg);
	position: relative;
}

A#homelink {
	display: block;
	position: absolute;
	left: 10px;
	top: 3px;
}

A#homelink IMG {
	border: 0px;
}

DIV#main_menu UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 42px;
	top: 214px;
	z-index:100;
}
DIV#main_menu UL LI {
	display: block;
	float: left;
	background: url(img_layout/menu.jpg) no-repeat center top;
	position: relative;
	width: 147px;
	height: 41px;
}
DIV#main_menu UL LI A {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-top: 13px;
	height: 28px;
	text-transform: uppercase;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
DIV#main_menu UL LI A:hover {
	color: #ffcf32;
}
DIV#main_menu UL LI A.menu_current {
	background: url(img_layout/menu_act.jpg) no-repeat left center;
	color: #c80000;
}
DIV#main_menu UL LI UL LI A.menu_current {
	background: none; 
	color: white;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background: url(img_layout/menu_dropdown.gif) no-repeat center bottom;

padding-top: 4px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
  display: list-item;
  float: none !important;
  background-image: none !important;
  position: relative;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
  width: 147px; /*width of sub menus*/
  margin: 0;
  border-top-width: 0;
  float: none;
  font-size: 12px !important;
}


.ddsmoothmenu ul li ul li a:hover{
  /*color: #A7CA54 !important;*/
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 5px;
right: 10px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: white;
z-index: 99;
visibility: hidden;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.5;
}

DIV#middle {
	min-height: 250px;
	_height: 250px;
}

DIV#content {
	padding: 30px 45px 30px 45px;
	min-height: 250px;
	_height: 250px;
}
DIV#headlines {
	padding: 0px 0px 0px 20px;
}
DIV#headline1 {
	background: url(img_layout/header1.jpg) no-repeat top;
	width: 207px;
	height: 260px;
	float: left;
	margin-left: 10px;
	color: #36363e;
}
DIV#headline2 {
	background: url(img_layout/header2.jpg) no-repeat top;
	width: 207px;
	height: 260px;
	float: left;
	margin-left: 10px;
	color: #36363e;
}
DIV#headline3 {
	background: url(img_layout/header3.jpg) no-repeat top;
	width: 207px;
	height: 260px;
	float: left;
	margin-left: 10px;
	color: #36363e;
}
DIV#headline4 {
	background: url(img_layout/header4.jpg) no-repeat top;
	width: 207px;
	height: 260px;
	float: left;
	margin-left: 10px;
	color: #36363e;
}
DIV.header {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 8px 0px 140px 0px;
}
DIV#bottom {
	width: 100%;
	height: 150px;
	position: relative;
	clear: both;
	background: url(img_layout/bottom.jpg) repeat-x top;
}
DIV#bottom_box {
	width: 940px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background: url(img_layout/bottom_box.jpg);

}
DIV#secondmenu {
	position: absolute;
	left: 63px;
	top: 35px;
}
DIV#secondmenu UL {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
DIV#secondmenu UL LI {
	float: left;
	display: block;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	background: url(img_layout/menu2.jpg) no-repeat left center;
}
DIV#secondmenu UL LI A {
	text-decoration: none;
	color: white;
}
DIV#companyinfo {
	position: absolute;
	left: 63px;
	top: 60px;
	color: #ffcf32;
	font-size: 11px;
}
DIV#companyinfo A {
	color: white;
}
LABEL {
	color: red;
}
FORM.search_form {
	display: block;
	position: absolute;
	left: 630px;
	top: 47px;
}
INPUT.search_string {
	display: block;
	background: url(img_layout/search_input.jpg);
	width: 196px;
	height: 23px;
	padding: 7px 0px 0px 10px;
	border: 0px;
	float: left;
}
INPUT.search_submit {
	display: block;
	background: url(img_layout/search_button.jpg);
	width: 55px;
	height: 30px;
	border: 0px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

A IMG.thumbnail {

}
DIV#img_gallery TABLE TR TD A {
  text-decoration: none;
  color: #b00000;
  background-color: #feb81a;
  width: 190px;
  height: 180px;
  padding-top: 10px;
  display: block;
}
DIV#img_gallery TABLE TR TD A IMG {
	border: 3px solid #cb0101;
  padding: 1px;
}
DIV#img_gallery TABLE TR TD A IMG:hover {
	border: 3px solid #b00000;
  padding: 1px;
}
TABLE#captcha_table {
  background-color: #f3dfdf;
  border: 2px solid #c7c8c7;
  padding 2px;
  margin-left: 240px;
  margin-top: 20px;
}
INPUT#form_submit {
  margin-left: 390px;
  margin-top: 20px;
}
DIV.title_clear {
  clear: both;
}
/* --------- event cal ------------- */
.evheader {
	text-align: center;
	margin-bottom: 10px
}
.eventborder {
	border: 2px solid red;
	margin-bottom: 10px;
}
.tdeventheading {
	line-height : 20px;
	padding: 5px 5px 5px 5px;
	background-color: #470600;
	color: #fdc5a0;
	font-weight : bold;
	text-align : center;
}
.tdevent  {
    padding: 10px;
    background-color: #e9451f;
}
.eventheading {
	text-align : center;
}
.mteventheading {
	line-height : 20px;
	padding: 5px 5px 5px 5px;
	background-color: #470600;
	color: #fdc5a0;
	font-weight : bold;
	text-align : center;
}
.mtevent  {
	vertical-align: top;
	padding: 10px;
	background-color: #e9451f;
}
.alleventheading {
	line-height : 20px;
	padding: 5px 5px 5px 5px;
	background: url(header_bg.gif) repeat-x left top;
	color: #d8cd8d;
	font-weight : bold;
	text-align : center;
}
.allevent {
  vertical-align: top;
	padding: 10px;
	background-color: #66613e;
}
.evfooter {
	text-align: center;
}
/* -------------- DISKUSIA ---------------- */
.gbtitle {
	font-weight: bold;
}
#guestbook_form {
	background: url(transparent.png) no-repeat top center;
	width: 400px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

/* ---------------- ESTATE -------------------*/


DIV.image_spacer {
  width: 177px;
  min-height: 260px;
  _height: 260px;
  float: left;
  margin-right: 10px;
  background: url(img_layout/estate_img-bck.jpg);
  position: relative;
}
DIV.image_spacer A IMG {
  border: 0px;
}
DIV.image_spacer A {
  border: 3px solid #b50000;
  display: block;
  position: absolute;
  left: 10px;
  top: 11px;
}
DIV.image_spacer A:hover {
  border: 3px solid #970000;
}
DIV.result_data_price_info {
	position: absolute;
	left: 15px;
	top: 179px;
	color: #ffa1a1;
	text-align: center;
	width: 150px;
	font-weight: bold;
	font-size: 11px;
	display: none;
	visibility: hidden;
}
DIV.result_data_price {
	position: absolute;
	left: 15px;
	top: 179px;
	color: white;
	text-align: center;
	width: 150px;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
}
DIV.result {
	width: 420px;
	height: 310px;
	float: left;
}
DIV.result H3 {
	display: block;
	margin-bottom: 10px;
}
DIV.result H3 A {
	text-decoration: none;
}
DIV.result_data {
  float: left;
  width: 220px;
}
DIV.result_data B {
  color: #b50000;
}
DIV.result2 {
	background: url(img_layout/estate_filter.jpg) no-repeat left top;
	padding: 15px;
	margin-top: 15px;
	height: 145px;
}
DIV.result2 TABLE TR TD {
	color: white;
}
DIV.result2 H3 {
  margin: 5px 0px 5px 0px;
  color: white;
  font-size: 18px;
}
DIV.result2 H3 SPAN {
  font-size: 16px;
  color: #ffcf32 !important;
}



DIV.result TABLE {

  /*margin-top: 5px;

  margin-left: 25px;*/

	font-size:11px;

}

DIV.result_header {

  width: 457px;

  height: 30px;

  background: url(result_top.gif) no-repeat top;  

  font-size:13px;

	color: white;

	font-weight: bold;

	height: 23px;

	padding: 7px 0px 0px 25px;

	font-size:11px;

}

DIV.result_header A {

	color: white;

}
TABLE#listing_table {
	background-color: #ffc325;
	display: block;
	clear: both;
	margin-left: 200px;
}
DIV#search_form {
  width: 815px;
  height: 160px;
  background: url(img_layout/estate_filter.jpg) no-repeat left top;
  color: #546D83;
  padding: 15px 15px 0px 15px;
  margin-top: 15px;
}

DIV#search_form H2 {
  margin: 5px 0px 5px 0px;
  color: white;
  font-size: 18px;
}
DIV#search_form H2 SPAN {
  font-size: 16px;
  color: #ffcf32 !important;
}

DIV#search_form TABLE TD {
	Color: white;
}

DIV#search_form TABLE TD SELECT {
  color: black;
}

.search-button {
  display: block;
	background: url(img_layout/estate_button-usefilter.jpg);
	width: 197px;
	height: 20px;
	border: 0px;
	cursor: pointer;
}
.search-button2 {
  display: block;
	background: url(img_layout/estate_button-removefilter.jpg);
	width: 197px;
	height: 20px;
	border: 0px;
	cursor: pointer;
}

/* ------------ FORM --------------*/
TABLE#pageform {
	display: block;
	float: left;
	width: 350px;
}
TABLE#pageform TD.field_title {
	font-weight: normal;
	font-size: 15px;
}
TABLE#pageform TD.field_title INPUT {
	display: block;
	margin: 5px 0px 5px 0px;
	border: 1px solid red;
	background-color: #ffdd6e;
	padding: 5px;
	width: 300px;
}


DIV.images {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(img_layout/tag_foto.gif);
    width: 43px;
    height: 43px;
    z-index: 50px;
    font-size: 0px; 
}
DIV.novinka {
    position: absolute;
    left: 0px;
    bottom: 25px;
    background: url(img_layout/tag_novinka.gif);
    width: 43px;
    height: 43px;
    z-index: 50px;
    font-size: 0px; 
}
DIV.nas-tip {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(img_layout/tag_nastip.gif);
    width: 43px;
    height: 43px;
    z-index: 50px;
    font-size: 0px; 
}

DIV.mapka {
    position: absolute;
    right: 0px;
    bottom: 25px;
    background: url(img_layout/tag_mapka.gif);
    width: 43px;
    height: 43px;
    z-index: 50px;
    font-size: 0px; 
}


/* ---------- ESTATE NEHNUTELNOST ------- */
DIV.box_mid {    
    width: 845px;
    background: url(img_layout/lay_mid.jpg) repeat-y  ;
    margin-top: 15px;    
}
DIV.box_bot {

}
DIV.box_top {    
    padding: 20px;
    position: relative;
    padding-bottom:50px;
}

div.lay_bot {
  position:absolute; bottom:0px; left:0px;
  width: 845px;     height:48px;
  background: url(img_layout/lay_bottom.jpg) repeat-y  ;  
}

div.lay_top {
  position:absolute; top:0px; left:0px;
  width: 845px;   height:16px;
  background: url(img_layout/lay_top.jpg) repeat-y  ;  
}

DIV.box_top H2 {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
}
DIV.box_top table {margin-bottom:0px;}
DIV.box_top H3 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding-top: 0px;
  margin-top:0px;
}
DIV.box_top H2 SPAN, DIV.box_top H3 SPAN {
  font-size: 16px;
  color: #FFCF32 !important;
  font-weight: normal;
}
DIV.box_top SPAN {
  color: #FFCF32;
}
A.box_button {
    display: block;
    position: absolute;
    top: 60px;
    right: 30px;
    width: 170px;
    height: 26px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFCF32;
    padding-top: 8px;
    font-weight: bold;
    text-decoration: none;
}
A.box_button:hover {
    color: red;
}

.box_top table tr td {color:white;}
