body, h1, h2, h3, p, ul, li {
  margin: 0px;
  padding: 0px;
}

body {
  background: url(/images/bg_body.jpg);
  color: #ffffff;
  font-family: arial,tahoma,sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 22px;
  color: #dec64d;
  padding-bottom: 15px;
}

h2 {

}

h3 {
  font-size: 14px;
  color: #fff;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

label {
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.clear {
  height: 1px;
  overflow: hidden;
  clear: both;
}

.spacer {
  clear: both;
}

.more {
  background: url(/images/bt_more.png) no-repeat right 0;
  color: #fff;
  padding-right: 25px;
  font-weight: bold;
}

.button {
  background: url(/images/bt_button.png) no-repeat right 1px;
  color: #fff;
  padding-right: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.button:hover {
  color: #B3B3B3;
}

.yellow {
  color: #dec64d;
}

.messages {
  margin-bottom: 10px;
  font-weight: bold;
}

/* PAGE BODY */

#content {
  width: 100%;
  height: 100%;
  background: url(/images/bg_content.png) repeat-x 0 0;
}

#wrapper {
  width: 900px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  background: url(/images/bg_wrapper.png) repeat-y 0 0;
}

/* MENU */

#menu {
  height: 65px;
  border-top: 5px solid #dec64d;
  border-bottom: 2px solid #dec64d;
}

#menu ul li{
  width: 150px;
  float: left;
  list-style: none;
  background: url(/images/top_menu_li.jpg) no-repeat 149px 0;
}

#menu ul li.last, #menu ul li.last a  {
  background: none;
  width: 130px;
}

#menu ul li a{
  display: block;
  width: 129px;
  height: 55px;
  padding: 5px 10px;
  font-size: 12px;
}

#menu ul li a span{
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

#menu ul li a{
  color: #858585;
}

#menu ul li a:hover, #menu ul li a.active{
  text-decoration: none;
  background: url(/images/top_menu_h.jpg) repeat-x 0 0;
}

/* HEADER */

#header {
  height: 300px;
  background: url(/images/bg_header-s2.jpg) no-repeat 0 0;
  border-bottom: 2px solid #dec64d;
}

#header .block {
  background: url(/images/bg_head_block.png) no-repeat 0 0;
  float:left;
  height:100px;
  left:180px;
  padding:10px;
  position:relative;
  top:80px;
  width:330px;
}

#header .block span{
  font-size: 22px;
  font-weight: bold;
}

#header .block p {
  padding: 10px 0;
}

#header .language {
  float: left;
  position:absolute;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

#header .language a:hover {
  color: #dec64d;
  text-decoration: none;
}

/* LOGO */

#header .logo {
  width: 350px;
  height: 40px;
  top:30px;
  left: 530px;
  display: block;
  position:relative;
  float: left;
}

#header .logo a {
  text-decoration: none;
  font-size: 10px;
}

#header .logo a:hover{
  text-decoration: none;
}

#header .logo .velits span {
  display: block;
  padding:0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:1;
  width: 350px;
  height: 40px;
  background: url(/images/logo.jpg) no-repeat 0em 0em;
  cursor: pointer;
}

/* MAIN */

#main {
  padding: 20px 20px;
  overflow: hidden;
}

#main.background {
  background: url(/images/bg_main-s1.jpg) no-repeat 0 bottom;
  min-height: 500px;
}

#main-left {
  width: 490px;
  float: left;
  padding-right: 20px;
}

#main-left h1 {
  padding-top: 20px;
  padding-bottom: 15px;
}

#main-left ul li {
  padding-left: 20px;
  padding-bottom: 10px;
  list-style: none;
  background: url(../images/bull_yellow.jpg) 0 5px no-repeat;
}

#main-right {
  width: 350px;
  float: left;
  background: #131313;
  margin-bottom: 20px;
}

/* PAGER */

.pager {
  text-align: center;
  padding: 15px 0;
}

.pager a{
  padding: 0 5px;
}

.pager a.first {
  padding-left: 20px;
  background: url(/images/arrow_first.jpg) 0 4px no-repeat;
}

.pager a.back {
  padding-left: 10px;
  background: url(/images/arrow_back.jpg) 0 4px no-repeat;
}

.pager a.next {
  padding-right: 10px;
  background: url(/images/arrow_next.jpg) 40px 4px no-repeat;
}

.pager a.last {
  padding-right: 20px;
  background: url(/images/arrow_last.jpg) 67px 4px no-repeat;
}

.pager a.active {
  color: #dec64d;
  font-weight: bold;
}

/* KALENDAR */

#main-right .kalendar-block {
  padding: 20px;
}

#main-right .kalendar-block  h3 {
  border-bottom:1px solid #4D4D4C;
  margin-bottom:10px;
  padding-bottom:5px;
  padding-top:5px;
}

#main-right .kalendar-block  span {
  color: #c8c8c8;
  display:block;
  height:6px;
}

#main-right .kalendar-block  span:hover {
  color: #ffffff;
}

/* NOVINKY */

#main-left .new-block {
  padding:15px 0 30px;
  border-bottom: 1px solid #656565;
}

#main-left .new-block.first {
  padding-top: 5px;
}

#main-left .new-block.par {
  color: #b3b3b3;
}

#main-left .new-block.last{
  border: none;
}

#main-left .new-block .nadpis {
  font-weight: bold;
}

#main-left .new-block p {
  padding-bottom: 10px;
}

#main-left .new-block .content{
  padding-bottom: 10px;
  text-align:justify;
}

#main-left .new-deatail p {
  padding-bottom: 10px;
  text-align: justify;
}

#main-left .new-block .content img {
  float: left;
  border:3px solid #131313;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* MAIN ONE-COL */

#main p{
  padding-bottom: 10px;
  text-align: justify;
}

#main  .content {
  margin-bottom: 15px;
  overflow: hidden;
}

#main  .content .box {
  background: #131313;
  width: 400px;
  min-height: 400px;
  padding: 10px;
}

#main  .content .box img{
  margin-right: 15px;
  margin-bottom: 10px;
}

#main  .content .box h3{
  font-size: 18px;
  color: #dec64d;
}

#main  .content .box span {
  font-weight: bold;
  color: #fff;
}

#main  .content .box ul {
  margin: 10px 0;
}

#main  .content .box p {
  padding-top: 10px;
}

#main  .content .box ul li{
  list-style-position: inside;
  padding-bottom: 5px;
}

/* MAIN GALLERY */

#main #gallery img {
  border: 3px solid #131313;
  margin: 5px 1px 0 1px;
}

#main #gallery img:hover {
  border: 3px solid #dec64d;
  opacity: 0.5;
}

/* MAIN PODUJATIA */

#main .tbl_podujatia {
  width: 100%;
  border-collapse: collapse;
}

#main .tbl_podujatia th {
  width: 20%;
  background: #131313;
  padding: 10px 0;
}
#main .tbl_podujatia td {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #131313;
  border-right: 1px solid #1e1e1e;
}
#main .tbl_podujatia tr:hover {
  background:#2a2a2a;
}
#main .tbl_podujatia tr.par, #main .tbl_podujatia tr.par a {
  color: #dec64d;
}

/* MAIN PORADNA */

#main #main-left .poradna-block {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom:1px solid #656565;
}

#main #main-left .poradna-block.first {
  padding-top: 0px;
}

#main #main-left .poradna-block.last {
  border-bottom: none;
}

#main #main-left .poradna-block.par {
  color: #B3B3B3;
}

#main #main-left .poradna-block span {
  display: block;
}

#main #main-left .poradna-block span b {
  color: #fff;
}

#main #main-left .poradna-block .answer, #main #main-left .poradna-block .question {
  margin-top: 10px;
  text-indent: 20px;
  text-align: justify;
}

#main #main-left .poradna-block .answer {
  color: #DEC64D;
}

/* PORADNA FORM */

#block-form-title {
  background: #131313 url(/images/bt_expand.png) right 5px no-repeat;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #dec64d;
}

#block-form-title span {
  font-weight: bold;
}

#block-form {
  display: none;
}

#block-form table {
  width: 100%;
  padding: 10px 15px;
  background: #131313;
  margin-bottom: 20px;
  clear: both;
}

#block-form textarea {
  width: 100%;
  background: #474747;
  border: 2px solid #202020;
  padding: 1px;
  color: #fff;
}

#block-form input {
  width: 100%;
  background: #474747;
  border: 2px solid #202020;
  padding: 1px;
  color: #fff;
}

#block-form label {
  color: #DEC64D;
}

/* RIGHT */

#main #main-right .kalendar-block a.more {
  margin-top: 15px;
  padding-bottom: 15px;
}

/* FOOTER */

#footer {
  height: 150px;
  background: #131313;
}

#footer-bg {
  width: 100%;
  height: 80px;
  background: #dec64d;
  position: relative;
  margin-top: -60px;
  z-index: -1;
}

.border{
  background: url(/images/bg_footer.jpg) 0 0 no-repeat;
  height: 20px;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  text-align: center;
}

.border a{ 
  padding: 0 10px;
}

.loga-block {
  padding: 0 20px;
  height: 140px;
  font-size: 20px;
  line-height: 140px;
}

.loga-block a {
  margin-left: 10px;
}

.copy-block a{
  color: #696968;
  font-size: 11px;
  padding: 0 20px;
}

/* PAGGING */

.paging {
  display: block;
  text-align: center;
  border-top: 1px solid #656565;
  padding-top: 15px;
} 

.paging  .number, .paging span {
  margin: 0 3px;
}
.paging  .number.active {
  color: #dec64d;
}

.paging  .first {
  background: url(/images/pg_first.gif) 0 4px no-repeat;
  padding-left: 19px;
}

.paging .prev {
  background: url(/images/pg_back.gif) 0 4px no-repeat;
  padding-left: 12px;
  margin-left: 4px;
  margin-right: 5px;
}

.paging .last {
  background: url(/images/pg_last.gif) right 4px no-repeat;
  padding-right: 19px;
}

.paging .next {
  background: url(/images/pg_next.gif) right 4px no-repeat;
  padding-right: 12px;
  margin-right: 4px;
  margin-left: 5px;
}


