body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blocquote, pre, form, fieldset, legend { margin: 0; padding: 0 }
sup, sub, code { line-height: 1em }
table, acronym, textarea { font-size: 1em }

body {
	font-family: verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
  color: #64593B;
	background: #FFF3D2 url(/templates/images/body_back.png) top center repeat-x;
}

table { line-height: 12pt }

/* basic elements */
p {
  margin: 15px 0;
}
a {
	color: #883C27;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
b, strong {
	color: #883C27;
}
h1, h2, h3, h4 {
	font-family: tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: normal;
}
h1, h1 a {
	font-size: 16pt;
	color: #883C27;
}
h2, h2 a {
	font-family: verdana, "Geneva CE", lucida, sans-serif;
	font-size: 23px;
	color: #883C27;
	margin: 21px 0;
}
h3, h3 a {
	font-size: 19px;
	color: #883C27;
	margin: 18px 0;
}
h4, h4 a {
	font-weight: bold;
	font-size: 14px;
	color: #883C27;
	margin: 16px 0;
}
ul, ol {
  margin: 15px 0;
}
li {
  margin-left: 30px;
}
input, textarea, select {
  border: 1px solid #E0D5B1;
  font-family: verdana, "Geneva CE", lucida, sans-serif;
  font-size: 8pt;
  padding: 3px;
}

#content[id] input, #content[id] select {
  margin-bottom: 2px;
}

* html select, * html input.button {
  margin-top: 1px;
}

input.radio {
  border: none;
  vertical-align: top;
}

* html input.radio {
  vertical-align: middle;
}

fieldset {
  border: 1px solid #D1C6A4;
  padding: 15px;
}
legend {
  color: #883C27;
  padding: 10px;
  font-weight: bold;
}
label {
  float: left;
  margin-right: 5px;
  text-align: right;
  margin-top: 2px;
}

* html label {
  margin-top: 3px;
  margin-right: 2px;
}

hr {
  height: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #d0d0d0;
}
blockquote {
  font-style: italic;
  color: gray;
}
img {
  border: 0;
}
/* common classes and id */
.img-shadow {
  float:left;
  background: url(/templates/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/templates/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 10px 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 0 solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  /*padding: 4px;*/
}
.arrow {
  font-size: 14pt;
  font-family: serif;
}
* html .arrow { font-size: 10pt }

.close {
  float: right;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url(/templates/images/corner_x.png);
  background-repeat: no-repeat;
}
.checkbox {
  border: none;
  background-color: transparent;
}
.button {
  border: 1px solid #E0D5B1;
  font-weight: bold;
  background-color: #883C27;
  text-align: center;
  color: #FFFFFF;
  padding: 2px 2px 3px 2px;
}
.star {
  background-image: url(/templates/images/star.gif);
  height: 12px;
  vertical-align: middle;
}
table.images td {
  padding-left: 10px;
}
.params {
  list-style: none;
}
.params li {
  list-style: none;
}
.params li span {
  width: 150px;
  float: left;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
  vertical-align: middle;
}
.absmiddle {
  vertical-align: middle;
}
.evenRow{
  background-color: #F8EAC1;
}
.oddRow {
}
.highlightRow {
  background-color: #FFFF9B;
}
.alternator tr td {
  background-color: #f5f5f5;
  padding: 10px 10px 8px 10px;
  border-bottom: 3px double silver;
  color: silver;
}

* html .alternator tr td {
  padding-bottom: 10px;
}

.alternator tr td a {
  color: #0000cd;
}
#subs ul li a {
  font-weight: bold;
}
.artforum-disable {
  display: none;
}

/* navigator */
#navigator {
  font-size: 8pt;
  clear: both;
  margin: 15px 0;
}
#back {
  float: right;
}
#back a {
  text-decoration: none;
}

/* forum */
table td {
  vertical-align: top;
}
#forum_topic_related {
  padding: 10px;
  width: 100%;
}
#forum_topic_related h3 {
  padding: 0;
  margin: 0;
}
table.topic_list td {
  height: 18px;
}
table.topic_list img {
  margin: 0;
  padding: 0;
}
table.topic_list a {
  border: none;
}
table.topic_list a:hover {
  border: none;
  text-decoration: underline;
}
#stars-set input {
  width: 20px;
  border: none;
  background-color: transparent;
  vertical-align: middle;
}

/* registration */
#registration {
  text-align: center;
}
#registration div {
  width: 70%;
  text-align: left;
  margin: auto;
}
#registration div div {
  width: 100%;
}
#registration form label {
  width: 200px;
}
#registration_message {
  text-align: center;
  color: red;
}

/* website special */
#main {
  width: 968px;
  margin: 0 auto;
}

#header {
  position: relative;
	font-size: 8pt;
  height: 285px;
  background: url(/templates/images/head_back.png);
}

#header_flags {
	position: absolute;
	top: 21px;
	left: 10px;
}
#header_flags UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_flags UL LI, #header_flags UL LI A {
	display: block;
	width: 35px;
	height: 25px;
}

#header_flags UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px solid black;
	float: left;
}

#header_flags UL LI A {
	text-indent: -3000px;
}

#flag_sk, #flag_sk A {
/*	left: 15px;*/
}

#flag_en, #flag_en A {
/*	left: 40px;*/
}

#header h1 {
  margin: 0;
}

#header h1 a {
  display: block;
  position: absolute;
  left: 27px;
  top: 65px;
  width: 280px;
  height: 150px;
  font-size: 1px;
  text-indent: -1000px;
}

#header_image {
  position: absolute;
  top: 69px;
  right: 11px;
}

#search {
  position: absolute;
  top: 15px;
  left: 292px;
  color: #f0e2bc;
}

#search form {
  position: absolute;
  top: 8px;
  left: 36px;
}

#search input {
  position: absolute;
  top: 1px;
  border: 0;
}

#search input.text {
  width: 90px;
  height: 13px;
  color: #f0e2bc;
  background: #c38c42;
  padding: 2px 2px 0 2px;
}

#search input.button {
  left: 178px;
  padding: 0;
}

#top_links {
  position: absolute;
  top: 23px;
  right: 8px;
}

#top_links a {
  color: #f0e2bc;
  text-decoration: none;
  padding-left: 16px;
  margin-left: 2px;
}

#top_links a:hover {
  text-decoration: underline;
}

#top_foto_links, #top_foto_links_bg {
  position: absolute;
  bottom: 11px;
  right: 11px;
  text-align: center;
  line-height: 18px;
  color: #a27637;
  width: 627px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index:99;
  border-top: 1px solid 6f3a17;
}
#top_foto_links_bg { background-color: #96612d;
  opacity:0.8;filter:alpha(opacity=80)
}

#top_left_links {
  position: absolute;
  top: 231px;
  left: 32px;
  text-align: center;
  line-height: 18px;
  color: #a27637;
}

#top_left_links SPAN {
	color: #ffdf84;
	font-weight: bold;
}

#top_left_links a, #top_foto_links a {
  color: #ffdf84;
  text-decoration: none;
}

#top_left_links a:hover, #top_foto_links a:hover {
  text-decoration: underline;
}

#main_menu table {
  width: 100%;
  border-collapse: collapse;
}

#main_menu table td {
  padding: 0;
  margin: 0;
}

#main_menu table td.divider {
  width: 2px;
  background: url(/templates/images/main_menu_divider.png) no-repeat;
}

#main_menu a {
  display: block;
  height: 33px;
  text-align: center;
  color: #F0E2BC;
  font-size: 9pt;
	font-family: tahoma, "Lucida Grande CE", lucida, sans-serif;
  text-decoration: none;
  padding: 17px 9px 0 9px;
  margin: 0 4px;

  /*font: 8pt sans-serif;
  padding-top: 18px;
  height: 32px;*/
}

#main_menu a:hover, .mmenu-active {
	background: url(/templates/images/main_menu_back.png) 0 -50px repeat-x;
	color: #FFDF6A;
}

#main_menu a.mmenu-subactive {
  background: url(/templates/images/main_menu_back_0.png) 0 -50px repeat-x; 
}

.submenu {
  height: 23px;
  padding: 6px 2px 0 2px;
}

.submenu a {
  color: #3B1801;
  font-size: 8pt;
  text-decoration: none;
  background: url(/templates/images/menu_bullet.png) 0 2px no-repeat;
  padding-left: 17px;
  margin-left: 10px;
}

.submenu a:hover { text-decoration: underline }

.smenu-inactive {
	display: none;
}

#content_container {
  width: 946px;
  margin-left: 11px;
}

#content {
  margin: 17px 0;
}

#content p {
	text-align: justify;
}

#footer {
  clear: both;
  width: 946px;
	font-size: 11px;
	line-height: 16px;
  text-align: center;
  background: url(/templates/images/footer_back.png) repeat-x;
  padding: 6px 0 17px 0;
  margin-left: 11px;
}

#footer table {
  border-collapse: collapse;
  margin-top: 24px;
}

#footer table td {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

#footer a { color: #64593B; text-decoration: none }
#footer a:hover { text-decoration: underline }

#index {
  position: relative;
  /*background: url(/templates/images/index_back.png) repeat-y;*/
  margin-bottom: 17px;
}

#styri_sekcie img { vertical-align: bottom }

#styri_sekcie a {
	font-size: 8pt;
  color: #ffdf84;
  text-decoration: none;
}

#styri_sekcie a:hover {
  text-decoration: underline;
}

#index .column {
  float: left;
  width: 383px;
  padding: 14px 16px 0 16px;
  margin: 0 0 17px 2px;
}

#index .column div {
  margin-bottom: 14px;
  
}

#index .column div p {
	text-align: left;
	font-size: 8pt;
}

#index .column .images td {
  display: block;
  width: 415px;
  text-align: left;
  padding-left: 0;
}

#index .column h2 {
  margin: 0 0 15px 0;
}

#newsletter {
	font-size: 8pt;
  width: 203px;
  background: #EEE4C3;
  padding: 18px 16px 13px 16px;
  margin-bottom: 17px;
}

#newsletter form { margin-top: 17px }
#newsletter input.text { width: 195px }
#newsletter input.checkbox { position: relative; top: 2px; margin-left: 7px }
#newsletter input.button { width: 203px; margin: 14px 0 11px 0 }

#newsletter em { position: relative; left: 2px }

#left_menu {
  width: 203px;
  line-height: 20px;
  background: #EEE4C3;
  padding: 13px 16px;
  margin-bottom: 17px;
}

#left_menu a {
  font-size: 8pt;
  text-decoration: none;
  background: url(/templates/images/menu_bullet.png) 0 2px no-repeat;
  padding-left: 17px;
}

#left_menu a:hover { text-decoration: underline }


.clear { clear: both; height: 0; line-height: 0 }

.image-right { float: right; margin-bottom: 11px }

.pagination { margin: 15px 0 }
.pagination .current { font-weight: bold; text-decoration: none }

.validation-advice{color: red}

/* inquiry */
.inquiry-container { padding: 10px;  border: 1px dotted #D1C6A4}
.inquiry-container STRONG {}
.ibutton {border: 1px solid #E0D5B1;
  font-weight: bold;
  background-color: #883C27;
  text-align: center;
  color: #FFFFFF;
  padding: 2px 2px 3px 2px;
  display:block;
  text-decoration:none;
  margin-top:15px;}
.irow {
  float: right;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  height: 15px;
}
.ivalue {

}
.irow1 { background-color: #D1C6A4; }
.irow2 { background-color: #6F3A17; color:White; }
.irow3 { background-color: #3B1801; color:White; }
.itable td {

}
.itable {
	margin-bottom: 10px;
	
}
.idiv {margin-top:15px;}
.idiv INPUT {
	border: none;
}

/* generated form */
.autoform-text {
	width: 100%;
}
.autoform-textarea {
	width: 100%;
	height: 100px;
}
.autoform-radio, .autoform-checkbox {
	border: none;
}
.autoform-select {
	width: 100%;
}

/* temporary photogallery styles */
#fototable {
	width: 900px;
}

.fotoheader {
	background-color: #5F5437;
	padding: 5px;
}
.fotoheader A {
	color: #F0E2BC;
	text-decoration: none;
}
.fotoheader A:hover {
	text-decoration: underline;
}
.fotosection {
	background-color: #D1C6A4;
	padding: 10px;
	border-bottom: 1px dotted #605638;
}
.column A IMG {
	float: left;
	border: 1px solid #CEC6A0;
	margin-right: 5px;
	margin-bottom: 5px;
}
#vizualizacia {position:relative; width:900px; height:543px; background-image: url("../images/vizualizacia.jpg")}
#vizualizacia A {position: absolute; text-indent:-3000px; display:block; z-index:99}
#vizualizacia A:hover {background-color:#FFF; opacity:0.4; filter:alpha(opacity=40); text-indent:-3000; border: 1px solid black;}
#vizu-hlavnabudova {width: 228px; height: 104px; top: 135px; left: 173px}
#vizu-koliba {width: 74px; height: 43px; top: 92px; left: 138px}
#vizu-relax {width: 139px; height: 75px; top: 52px; left: 305px}
#vizu-drevenice {width: 176px; height: 92px; top: 0px; left: 129px}
#vizu-muzeum {width: 98px; height: 75px; top: 60px; left: 31px}
#vizu-tenis {width: 178px; height: 104px; top: 84px; left: 444px}
#vizu-kone {width: 256px; height: 114px; top: 135px; left: 622px}
#vizu-motokary {width: 129px; height: 90px; top: 135px; left: 0px}
#vizu-amfiteater {width: 245px; height: 153px; top: 276px; left: 633px}
