body {
    font-family : Arial, 'Sans Serif', Verdana;
    font-size : 12px;
    margin : 0px;
    padding: 0px;
    background: url('../../redata/images/bg_main.jpg');
  }

#topline {
   width: 100%;
   height: 29px;
   background: url('../../redata/images/bg_topline.jpg');
   float: left;
   border-bottom: 3px solid #ffffff;
}

#container {
    margin : 0 auto;
    display : block;
    width : 963px;
}

#header {
   float: left;
   width: 963px;
   height: 156px; //(187 cele aj s menu)//
   
}

#content {
   float: left;
   width: 963px;
   min-height: 150px;
   background: url('../../redata/images/bg_framebck.png');
}

#framefoot {
   float: left;
   width: 963px;
   height: 27px;
   background: url('../../redata/images/bg_framefoot.png') bottom;
}

#footer {
   float: left;
   width: 963px;
   height: 268px;
   background: url('../../redata/images/bg_footer.png');
}

#footline {
   float: left;
   width: 100%;
   height: 83px;
   border-top: 3px solid #ffffff;
   background: url('../../redata/images/bg_footline.jpg');
   position: relative;
}

#footbar {
   margin : 0 auto;
   display : block;
   width : 950px;
}

#leftfoot {
   color: #ffffff;
   float: left;
   margin-top: 30px;
}

#rightfoot {
   float: right;
   margin-top: 30px;
   color: #ffffff;
}

#rightfoot a {
   color: #a0ffa0;
   text-decoration: none;
}

#rightfoot a:hover {
   color: #c0ffc0;
   text-decoration: underline;
}

#footercontent {
   width: 900px;
   margin: 20px 35px;
}

.simg {
   max-width: 85px;  
}

#TmpDiv {
   float: left;
   text-align: center;
   width: 100%;
   padding-top: 20px;
   font-weight: bold;
   font-size: 14px;
   z-index: -10;
}

#links a:hover {
   color: #fff;
   text-decoration: underline;
   }

#links a {
   color: #7e4801;
   text-decoration: none;
}