a {text-decoration: underline;color:#7F1A06}
a:hover {color:#A82008; text-decoration: none}

H1, .H1 {font-family:,times,serif; font-size:18pt; text-decoration: none; color: #773909;font-weight : bold}
h2, .H2 {font-family:times,serif; font-size:14pt; text-decoration: none; color: #773909;font-weight : bold}
h3, .H3 {font-family:times,serif; font-size:11pt; text-decoration: none; color: #773909;font-weight : bold}

body {font-size: 12px;font-family:Arial,Verdana,Times,Courier;color:#6B5340;margin:0px;padding:0px;background:#8B430A;}

font, li, p, td {font-size: 12px;font-family:Arial,Verdana,Times,Courier;color:#6B5340;}

.reklama, .reklama a {font-size:11px; padding: 5px;color:#DDD;}


#header1{background: url(/images/pics/header_left.jpg) 0 0 no-repeat;width:178px; height:132px;}
#header2{background: url(/images/pics/header_bg.jpg) 0 0 repeat-x;height:132px;}
#header2 .pic1{border:1px solid #fff; margin-top:10px;}
#header2 td{text-align:center;vertical-align:middle;}
#header2 .td1{background: url(/images/pics/header_right.jpg) 0 0 no-repeat;width:20px; height:132px;}
#header2 .td2{background: url(/images/pics/header_right1.jpg) 0 0 no-repeat;width:20px; height:132px;}

#menu{background:url(/images/pics/menubg.jpg) 0 0 repeat-x;}
#menu td{vertical-align:middle;text-align:center;}
#menu td.m1{background:url(/images/pics/menutd_bg.jpg) top right no-repeat;width:139px;}
#menu a, #menu a:hover{font-size:12px;font-family:Arial;color:#CAB985;font-weight:bold;}
.menu-left{background:url(/images/pics/menu-left.jpg) 0 0 no-repeat; width:144px; height:31px;}
.menu-sep{background:url(/images/pics/menu_sep.jpg) 0 0 no-repeat;width:48px;height:31px;}
.lmenutop{background:url(/images/pics/submenu_top.jpg) 0 0 repeat-x;height:30px;}
.act_menu{display:block;height:17px;padding-top:2px; background:url(/images/pics/dots.gif) 0 0 repeat-x;font-size:13px;font-family:Arial;color:#EFE2CE;font-weight:bold;}
.act_menu a{font-size:13px;font-family:Arial;color:#EFE2CE;font-weight:bold;text-decoration:none;}

#submenu a,#submenu a:hover{color:#E7C489;font-size:12px;font-family:Arial;font-weight:bold;}
#submenu td{background: url(/images/pics/submenu_bg.jpg) top right no-repeat; vertical-align:middle; height:43px;padding-left:20px;}
td#leftmenu{background:#8B430A url(/images/pics/lmenu.jpg) bottom left no-repeat; height:202px;}
#submenu .act_submenu{vertical-align:middle; height:43px;color:#EFE2CE;font-size:13px;font-family:Arial;font-weight:bold; border-right: solid 6px #EFE2CE}

.shadowcont{background: #fff url(/images/pics/center_bg.jpg) 0 0 repeat-x;height:8px;}
.contleft{background: url(/images/pics/submenu.jpg) 0 0 repeat-y; width:11px;}
.contright{background: url(/images/pics/content_rborder.jpg) 0 0 repeat-y; width:5px;}
.sh-cont-left{background: url(/images/pics/content_lcorner.jpg) 0 0 no-repeat; width:11px;}
.sh-cont{background: url(/images/pics/content_bottom.jpg) 0 0 repeat-x; height:8px;}
.sh-cont-right{background: url(/images/pics/content_rcorner.jpg) 0 0 no-repeat; width:5px;}
.shadowcont-left{background: url(/images/pics/content_lcorner-top.jpg) 0 0 no-repeat; width:11px;height:8px;}
.shadowcont-right{background:#fff url(/images/pics/content_rcorner-top.jpg) 0 0 no-repeat; width:5px;height:8px;}
#content{color:#6B5340;font-size:12px; font-family:Arial;padding:0px 10px;background:#fff;height:350px;}
.pic{border:1px solid #816E5E;}

td#lcolumn{background:#BD5F0F;width:15px;}
td#rcolumn{background:#7B320B;width:20px;}

#footer{background: url(/images/pics/footer.jpg) 0 0 repeat-x; height:33px;}

#footer1{background:transparent url(/images/pics/footer_top.gif) 0 0 repeat-x;height:8px;}
#footer2{background:transparent url(/images/pics/footer_bg.gif);height:21px;}
#footer3{background:transparent url(/images/pics/footer_bottom.gif) 0 0 repeat-x;height:5px;}


#guestbook td{color:#6B5340;font-weight:bold;}




/* CMS dictionary */

span.cms_dict_tooltip {
  display: inline;
  position: relative;
border-bottom:1px dotted #666666;
  cursor: help;
}
 
span.cms_dict_tooltip span.cms_dict_tip {
  display: none;
}

 
span.cms_dict_tooltip:hover span.cms_dict_tip{
  display: block;
  z-index: 100;
  position: absolute;
  top: 1.6em;
  left: 0;
  width: auto;
  padding: 7px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font: normal 10px arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
  width: 250px;
}

 
a.cms_dict_link{
  font: normal 10px arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
}



/* Site tour */

#siteTourPanel
{
display: block;
position:absolute;
opacity: 0.6;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
top:0px; 
}


#siteTourPanel:hover
{
opacity: 0.8;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}



/* Path menu */

#cmsPathMenu
{
display: block;
position:fixed;
opacity: 0.6;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
top:0px; left: 130px;
padding: 0px 8px 4px 8px; 
background-color: #FFF7EB; 
font-size: 12px;
color: black;
}


#cmsPathMenu:hover
{
opacity: 0.8;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}




/* Site map and links */

#siteMapDiv
{
display: none; 
position: absolute; top: 10px; left: 400px;
width: 500px; height: 400px;
background-color: #8B420B;
padding: 15px;
border: 1px solid black;
z-index: 1000;
text-align: center;
vertical-align: middle;
}



#innerSiteMapDiv
{
text-align: left;
display: block; 
height: 380px;
background-color: #F9F4FA;
overflow:auto;
padding: 10px;
overflow:auto;
font-size: 12px;
}



#searchBox
{
padding: 1px;
display: none; 
position: absolute; top: 10px; left: 400px;
width: 300px; height: 25px;
text-align:center;
vertical-align:middle;
background-color: #8B420B;
padding: 10px;
border: 1px solid black;
z-index: 1000;
}



#searchDiv
{
display: block;
position: absolute;
opacity: 0.6;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
top:0px; left: 650px;
padding: 0px 8px 4px 8px; 
background-color: #FFF7EB; 
font-size: 12px;
color: black;
}


#searchDiv:hover
{
opacity: 0.8;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
