body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background: #6D3C01 url('images/bgr.jpg') repeat-x;
  color: #324F6A;
  font: 62.5% Arial,Helvetica,sans-serif;	
  text-align: center;
}

/* links  */

a {
  color: #7C90A1;
  text-decoration: underline;
}
a:hover { color: #234466; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  background: #f8fdfe;
  margin: 0 auto;
  text-align: left;
  width: 1005px;
}
#header {	
  background: #936f55;
  border-bottom: 1px solid #934c0e;
  height: 176px;
  position: relative;
  float: left;
}
#nav {
  bottom: 0;
  font-size: 1.1em;
  position: relative;
  right: 0;	
}
#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  float: left;
  font-size: 11px;
  line-height: 1.5em;
  padding: 30px 0px 10px 6px;
  width: 725px;
}
#content table td {
padding: 5px !important;
}
#sidebar {
  color: #4B798B;
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
/*  padding: 5px;*/
  width: 259px;
  position: relative;
  left: -5px;
}
#footer {
  clear: both;
  color: #fff;
  font-size: 1.1em;
  background: #997e53;
}

/* header */

#header h1 {
  font-size: 4.0em;
  position: relative;
  margin: 0;
  padding: 0;
  height: 152px;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  background: url('images/bbg.jpg') repeat-x;
  color: #fff;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 4px 10px 4px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#nav li a:hover,
#nav li a.current { background: url('images/bbg_hover.jpg') repeat-x; }

/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h2 {
  color:  #744005;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
}
#content h2 a {
  color:  #744005;
  text-decoration: none;
}
#content h2 a:hover {
  color:  #744005;
}
#content h3, #content h4 {
  background: none;
  color: #744005;
  font-size: 1.2em;
  font-weight: bold;
  margin: 2px 0 2px 0;
  padding: 5px 0 5px 0;
}
#content p {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  position: relative;
  color: #666666;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 5px 0 5px 0;
  padding: 0 0 0 20px;
}
*+html #content ul  {
  margin: 5px 0 5px 10px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}
#content ul li ul{
  line-height: 1.8em;
  margin: 5px 0 5px 0;
  padding: 0 0 0 40px;
}

*+html #content ul li ul{
  margin: 5px 0 5px 10px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
/*#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}	
#sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }
*/

/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
padding: 5px 0 5px 0;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

#footer-inner {
margin: 10px 0 0 0;
}

#footer .footer_links {
 background: #fff;
padding: 5px;
float: left;
}

#footer .footer_links a:link {
 color:#660000;
}

#footer .footer_links a {
 font-size: 11px;
font-weight: bold;
}

#footer div.footer_descript {
width: 1005px;
padding: 10px 0 10px 0;
clear: both;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}

/*newsletter*/

.newsletter {
	background: url('images/newsl_bgr.jpg') no-repeat 0 0;
	margin: 5px 10px 5px 0px;
	width: 259px;
	height: 252px;
	position: relative;
}

.newsletter_en {
	background: url('images/newsl_bgr_en.jpg') no-repeat 0 0;
	margin: 5px 10px 5px 0px;
	width: 259px;
	height: 252px;
	position: relative;
}

.newsletter fieldset {
	position: relative;
	padding: 60px 0 0 10px;
}

.newsletter fieldset label {
	width: 80px;
	display: block;
	float: left;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 5px 0;
}

.newsletter fieldset input {
	margin: 0 0 5px 0;
	width: 156px;
	font-size: 14px;
}

.newsletter .simple_message {
	background:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	left:10px;
	padding:2px;
	position:absolute;
	top:135px;
	width:241px;
}

.newsletter .newsletter_text {
	padding: 0px 10px 0 10px;
	display: block;
	font-size: 9px;
	color: #666666;
}

.newsletter .submit {
	background: #EADED2;
	color: #744005;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
	width: 150px;
	position: relative;
	left: 77px;
}


.newsletter_en fieldset {
	position: relative;
	padding: 60px 0 0 10px;
}

.newsletter_en fieldset label {
	width: 80px;
	display: block;
	float: left;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 5px 0;
}

.newsletter_en fieldset input {
	margin: 0 0 5px 0;
	width: 156px;
	font-size: 14px;
}

.newsletter_en .simple_message {
	background:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	left:10px;
	padding:2px;
	position:absolute;
	top:135px;
	width:241px;
}

.newsletter_en .newsletter_text {
	padding: 0px 10px 0 10px;
	display: block;
	font-size: 9px;
	color: #666666;
}

.newsletter_en .submit {
	background: #EADED2;
	color: #744005;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
	width: 150px;
	position: relative;
	left: 77px;
}

h3.online {
	background: url('images/online_button.jpg') no-repeat 0 0;
	width: 259px;
	height: 50px;
	cursor: pointer;
}

h3.online_english {
	background: url('images/online_button_en.jpg') no-repeat 0 0;
	width: 259px;
	height: 50px;
	cursor: pointer;
}

h3.online_slovak {
	background: url('images/online_button_slo.jpg') no-repeat 0 0;
	width: 259px;
	height: 50px;
	cursor: pointer;
}

h3.online span {
	display: none;
}

h3.online_english span {
	display: none;
}

h3.online_slovak span {
	display: none;
}

.info {
position: absolute;
font-weight: bold;
color: #ffffff;
right: 0;
background: url('images/bbg.jpg') repeat-x 0 0;
height: 24px;
padding: 0 10px 0 46px;
}

.info span {
  position: relative;
top: 6px;
right: 20px;
}

.info_en {
position: absolute;
font-weight: bold;
color: #ffffff;
right: 0;
background: url('images/bbg.jpg') repeat-x 0 0;
height: 24px;
padding: 0 10px 0 103px;
}

.info_en span {
  position: relative;
top: 6px;
right: 20px;
}

.info_slo {
position: absolute;
font-weight: bold;
color: #ffffff;
right: 0;
background: url('images/bbg.jpg') repeat-x 0 0;
height: 24px;
padding: 0 10px 0 114px;
}

.info_slo span {
  position: relative;
top: 6px;
right: 20px;
}

#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 12px; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

ul.nevezetessegek li.title {
width: 259px;
height: 36px;
padding: 0 !important;
background: #997e53 url('images/sight_title.jpg') no-repeat 6px 6px;
cursor: none !important;
}

ul.nevezetessegek li.title span {
display: none;
}

ul.nevezetessegek li {
color: #744005 !important;
padding: 4px 0 4px 0;
cursor: help;
}

ul.nevezetessegek_en li.title {
width: 259px;
height: 36px;
padding: 0 !important;
background: #997e53 url('images/sight_title_en.jpg') no-repeat 6px 6px;
cursor: none !important;
}

ul.nevezetessegek_en li.title span {
display: none;
}

ul.nevezetessegek_en li {
color: #744005 !important;
padding: 4px 0 4px 0;
cursor: help;
}

ul.nevezetessegek_slo li.title {
width: 259px;
height: 36px;
padding: 0 !important;
background: #997e53 url('images/sight_title_slo.jpg') no-repeat 6px 6px;
cursor: none !important;
}

ul.nevezetessegek_slo li.title span {
display: none;
}

ul.nevezetessegek_slo li {
color: #744005 !important;
padding: 4px 0 4px 0;
cursor: help;
}

.links {
float: left;
width: 885px;
padding: 0 0 0 10px;
}

.footer_img {
float: left;
}

.box_left {
width: 350px;
float: left;
position: relative;
margin-top: 20px;
}

.box_left h3 a {
color: #744005;
font-size: 17px;
text-decoration: none;
}

.box_right {
width: 350px;
float: right;
position: relative;
margin: 20px 0 0 20px;
}

.box_right h3 a {
color: #744005;
font-size: 17px;
text-decoration: none;
}