/*----------------------------------------------- UNIVERSAL TAGS -----------------------------------------------*/

a
{
    color:#5E1400;
}

a:hover
{
    text-decoration:underline;
    color:orange;
}

b
{
    color:#a90000;
    font-weight: bolder;
}

img
{
    border:none;
}
.button
{
    background: url('images/menu.png') repeat-x;
    height:20px;
    border:solid 1px #606060;
    color:white;
}

body
{
    background: url('images/body.jpg') repeat-x black;
    margin:auto;
    display: block;
    text-align: center;
    font-family:"Times New Roman", Times, serif
}

h1
{
    display:none
}


h2
{
  color:#5E1400;
  background: #CCA07A;
  font-size:17px;
  padding:5px 0 6px 10px;
  margin:0 -18px 8px -18px;
  font-family:"Times New Roman";
  border-bottom: 3px solid  #f4e6dc
}

h3
{
    color: #797979;
    font-size: 11px;
    padding:0;
    margin:20px 0 0 0;
    text-transform: uppercase;
}

hr
{
    border:none;
    border-top:solid 1px #E6E6E6;
    clear:both
}

table
{
    font-size:11px;
    border-collapse:collapse;
    display: inline;
    margin:20px;
    empty-cells:show
}


table caption
{
    font-size:15px;
    font-weight:bold;
    color:#f4870d;
    margin:0 0 5px 0
}

th
{
    background: url('images/info_bg.png') repeat-x;
    padding:2px 5px 1px 5px;
    text-align:left;
    border:solid 1px #CCA07A;
    display: none;
}
    
td
{
    padding:0 5px;
    border:solid 1px #CCA07A;
    empty-cells: show;
}

dl
{
    padding:0;
    margin:0px;
    width:400px
}

dt
{
    color:white;
    padding:3px 0 2px 10px;
    margin:1px 0 0 0;
    background: #CCA07A;
    clear:both;
    width:120px;
    display:inline;
    float:left
    
}

dd
{
    margin:0 0 0 160px;                
    padding:3px 0 0 0;
}
 
hr
{
    padding:10px;
    margin:10px;
}


/*----------------------------------------------- PAGE ID'S -----------------------------------------------*/

#envelope
{
    background: url('images/envelope.png') repeat;
    width:756px;
    margin:auto;
    display: block;
    text-align: left;
}

#header
{
    background: url('images/header.png') repeat-x;
    height:192px;
    width:750px;
    position:relative;
}

#logo a
{
    background: url('images/logo.png') no-repeat;
    height:127px;
    width:201px;
    position:absolute;
    top:40px;
    left:30px;
}

#date
{
    position:absolute;
    top:150px;
    left:30px;
    color:#E2C2A6;
}

#container
{
    width:750px;
    display: block;
    clear:both
    
}

#breadcrumbs
{
    margin:-7px -18px 0 -18px;
    padding:0 0 0 10px;
    font-size:11px;
    background: #f5eadf;
}

#sitemap
{
    width:800px;
    text-align: right;
    margin:auto;
    display: block;
    padding:3px 80px 5px 0;
}

#sitemap a
{
    color:#E2C2A6;
    font-size: 13px;
}

#content
{
    line-height:17px;
    font-family:sans-serif;
    font-size:12px;
    margin:0 20px 0 210px;
    padding:12px 18px 20px 18px;
    background: #edcfb4;
    min-height: 380px;
}

#content_top
{
    background: url('images/content_top.png') repeat;
    height:15px;
}

#content_bottom
{
    background: url('images/content_bottom.png') repeat;
    height:12px;
}

#footer
{
    clear:both;
    background: url('images/footer_bg.png') repeat;
    text-align: center;
    line-height: 18px ;
    font-size: 12px;
    color:white;
    height: 50px;
    margin:0 13px 0 16px;
}
#footer h2 {font-size:1em;display: inline;background: none;border:none;margin:0;padding:2px;}

#footer p
{
  margin:5px;
}

#footer a
{
    color:black;
}


        /*----------------------------------------------- MENU ID'S -----------------------------------------------*/

#menu
{
    float:left;
    font-size:18px;
    width:738px;
    background: url('images/menu_separator.png') right top no-repeat;
}


#menu ul
{
    margin:0;
    padding:0 0 0 16px;
    list-style:none;
}

#menu li
{
    width:178px;
    padding:0 0 0 2px;
    list-style:none;
    margin:0;
    float:left;
    background: url('images/menu_separator.png') left top no-repeat;
}



#menu li a
{
    height:25px;
    width:178px;
    padding:5px 0px 5px 0;
    background: url('images/menu.png') repeat;
    color:#E2C2A6;
    text-decoration:none;
    display:block;
    text-align: center;
}


#menu li a:hover
{
    background: url('images/menu_hover.png') repeat;
    color:white;
    text-decoration:none;
}

#menu li a.selected
{
    font-weight:bold;
}

#submenu
{
    float:left;
    font-size:18px;
    width:738px;
    background: url('images/menu_separator.png') right top no-repeat;
}


#submenu ul
{
    margin:0;
    padding:0 0 0 16px;
    list-style:none;
}

#submenu li
{
    width:178px;
    padding:0 0 0 2px;
    list-style:none;
    margin:0;
    float:left;
    background: url('images/menu_separator.png') left top no-repeat;
}



#submenu li a
{
    height:25px;
    width:178px;
    padding:5px 0px 5px 0;
    background: url('images/menu.png') repeat;
    color:#E2C2A6;
    text-decoration:none;
    display:block;
    text-align: center;
}


#submenu li a:hover
{
    background: url('images/menu_hover.png') repeat;
    color:white;
    text-decoration:none;
}

#submenu li a.selected
{
    font-weight:bold;
}

/*----------------------------------------------- GALLERY ID'S -----------------------------------------------*/

#gallery
{
    float:left;
    font-size:18px;
    width:200px;
    padding:0 0 15px 0;
}

#gallery h3
{
    font-size:17px;
    color:white;
    background: url('images/galery_heading.png') repeat;
    padding:8px 0px;
    margin:5px 0 0 20px;
    text-align:center;
    height:15px;
}

#gallery h3#counter
{
    font-size:15px;
    color:#723521;
    background: url('images/counter_bg.png') repeat;
    padding:5px 0px;
    margin:0px 0 0 20px;
    text-align:center;
    height:18px;
}

#gallery ul
{
    margin:0 0 0 20px;
    padding:0px;
    list-style:none;
}

#gallery li
{
    padding:0;
    list-style:none;
    margin:0;
    width:100%;
}

#gallery li img
{
    border:none;
    float: left;
    margin:14px 15px;
    position:absolute
}

#gallery li a
{
    padding:7px 5px 5px 40px;
    height:25px;
    background: url('images/galery_item.png') repeat;
    color:#E2C2A6;
    text-decoration:none;
    display:block;
    border-bottom:solid 1px #c08352;
    border-top:solid 1px #873f1b;
}

#gallery li a:hover
{
    background: url('images/galery_item_hover.png') repeat;
    color:white;
    text-decoration:none;
}

#gallery li a.selected
{
    font-weight:bold;
}


/*----------------------------------------------- CONTENT ID'S -----------------------------------------------*/

#content p
{
    text-align:justify;
}

#content ul
{
    margin:10px 0 10px 15px;
    padding:0px;
    color:#5E1400;
}

#content ul li
{
    background: url('images/li.png') no-repeat left 7px ;
    margin-left:15px
}

.right
{
    float:right;
}

.left
{
    float:left;
}

.center
{
    text-align: center;
    display: block;
}

.clear
{
    clear:both;
}

.alt_row
{
    background:#FBFBFB
}


#kontakt div.data
{
    float:left;
    height:100px;
}

#kontakt dd img
{
    margin:0px 5px 0 2px;
    float:left
}

#kontakt dd.icq span
{
    margin:0px 0 0 0;
    float:left
}

#ponuka div.item
{
    background:#FBFBFB;
    border:1px solid #e6e6e6;
    margin:14px 0px;
    padding:0 15px 15px 15px
}

#ponuka div.item h3
{
    background:#f1f1f1;
    border-bottom:1px solid #e6e6e6;
    margin:0 -14px 10px -14px;
    padding:5px 15px;
}


#gallery_images
{
    text-align: center;
}

#gallery_images img
{
    border:solid 3px white;
    margin:6px 30px;
}




/*----------------------------------------------- PRIMARY TAGS -----------------------------------------------*/

#mail
{
}

#mail h4
{
    text-align: center;
    font-size:40px;
    color:#c4002c;
    margin:100px 0px;
}

#mail a.default_link
{
    text-align: center;
    font-size:14px;
    color:#c4002c;
    text-decoration: underline !important;
    display:block;
    background:#F0F0F0;
    font-weight: bold;
    padding:5px 0px
}

#mail a.default_link:hover
{
    color:red;
}

#mail .right
{
    float:right;
}

#mail .center
{
    display: block;
    text-align: center;
}


/*----------------------------------------------- FIELDSET TAGS -----------------------------------------------*/

#mail
{
    width:370px;
}

#mail fieldset
{
    width:330px;
    padding:5px 20px 5px 20px;
    margin:16px auto;
    font-size: 15px;
    border:none
}

#mail legend
{
  font-weight: bold;
}

#mail fieldset div
{
    height:25px;
    margin:3px 0 0 0;
}

#mail label
{
  width:100px;
  background:#CCA07A;
  padding:3px 0 3px 8px;
  margin: 0 10px 0 0;
  display: block;
  clear:left;
  float:left;
  font-size: 12px;
  color:white;
}

#mail input, #mail textarea
{
  background:#f4e6dc;
}

/*----------------------------------------------- INPUT TAGS -----------------------------------------------*/
          
#mail input
{
    float:left;
    width:200px
}

#mail textarea
{
    float:left;
}

#mail select
{
    float:left;
}

#mail button.delete
{
    margin:0 5px
}

#mail button.update
{
    margin: 0 5px;
}

#mail .normal
{
    width:auto;
    float:none
}

#mail .button
{
    background: url('images/menu.png') repeat;
    color:#E2C2A6;
    text-decoration:none;
    display:block;
    text-align: center;
    width:auto;
    height: auto;
}

#content iframe
{
    margin: 40px 0 0 50px;
}

#kurzyvalut-webnoviny-sk {}
#kurzyvalut-webnoviny-sk h2{background: none;border:none}
#kurzyvalut-webnoviny-sk table{width:140px}

