
/* CSS 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* MAIN STYLES */

body {
  text-align: center;
  font-size: 12px;
  font-family: arial, tahoma, sans-serif;
  color: #3c3c3c;
  background: white url('/images/back.gif') repeat-x;
}

h1 {
  color: #b02425;
  border-bottom: 3px solid #dfdfdf;
  padding-bottom:0.3em;
  padding-top:0.5em;
  margin-bottom: 15px;
  font-size: 1.5em;
}

h3 {
  color: #b02425;
  margin-bottom: 10px;
  font-size: 1.3em;
  border-bottom: 1px solid #dfdfdf;
}

h4 {
  color: #b02425;
  font-size: 1.0em;
}

.zoznam { list-style: circle outside none; padding-left: 15px; }
ul { margin-bottom: 10px; }
address {margin: 1em; font-style:normal;}
address strong {color:red;}
a { color: red; text-decoration: none; }
a:hover { text-decoration: underline; }
small {font-size: 100%;}
p { margin-bottom: 15px;}

#main {
  width: 762px;
  margin: auto!important;
  text-align:left;
  position:relative;
  background:white;
  border-left:2px solid white;
  border-right: 2px solid white;
}

#preskocenie {display:none;}

#lavy {
  width:239px;
  position:absolute; 
  top:168px;
  left:0;
}

#obsah {margin-left: 245px; line-height: 1.4em;}

#banner {
  width:520px;
  height:221px;
  background:black;
  margin-left: -3px; 
  margin-top: 2px;
}

#menu {
  margin-left: 239px;
  width: 523px;
  height:66px; 
  background:#961213 url('/images/menu.gif') repeat-x;
}

#menu li {display:inline;}

#menu a {
  list-style-type:none; 
  float:left;
  padding: 40px 0.8em 5px 0.8em;
  font-weight:normal;
  text-decoration:none; 
  color:white;
  background: url('/images/rozdelovac.gif') no-repeat;
}

#menu a:hover { text-decoration: underline; color:#fee040; }

#logo strong {
  position:absolute;
  z-index:10;
  top:0;
  left:0;
}

#logo span {
  position:absolute;
  z-index:30;
  background: url('/images/logo.gif') no-repeat;
  width:239px; 
  height:170px;
  display:block;
  top:0;
  left:0;
}

#logo {position:static; cursor:pointer;}

.blok {background: #e9e9e9; padding-bottom:10px; }
.blok ul li {  
  list-style: circle outside none;
  margin-left: 20px;
  margin-top: 10px; 
  margin-bottom: 10px;
}

.blok ul a { color:#7f7f7f; }

.blok ul a:hover {color: #ff0000;}

.pata {
  border-top: 3px solid #dfdfdf;
  padding: 0.5em 0;
  width: 510px;
  display:block;
}

.pata a {color:#7f7f7f; font-weight:bold;}

.gallery img {
  margin: 6px; 
  padding: 3px; 
  border: 1px solid #7f7f7f; 
}

#gallery a:hover img {border: 1px dashed red;}

.info {
  padding: 10px;
  background-color: #ffffaa;
  border: 1px dashed #b02425;
  color: #b02425;
  font-weight: bold;
  font-size: 14px;
  text-indent: 0px!important;
  margin-bottom: 15px;
}

.info:hover { background-color: #ffff55; }

