/* CSS Document */

/*1st sub level menu*/
.menu_icony ul{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
border: 1px solid #000;
background-color: #FFFFFF;
margin-left: -4px;
margin-top: 49px;
list-style: none;
list-style-type: none;
}
.menu_icony li {
	display: none; 
	margin: 0;
	margin-left: -40px;
	padding: 0;

	}
/*Sub level menu list items (undo style from Top level List Items)*/
.menu_icony ul li{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
display: list-item;
float: none;
}


.menu_icony ul li a{
display: block;
width: 200px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 5px;

}
.menu_icony ul li a:hover{
background-color: black;
color: white;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
position: relative;
display: inline;
float: left;
background-color: #fff; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 4px 8px;
border: 1px solid white;
border-left-width: 0;
text-decoration: none;
color: black;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
left: 0;
position: absolute;
top: 0em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 200px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 5px;
border-right: 0px solid #000;border-left: 0px solid #000;border-bottom: 0px solid #000; border-top: 0px solid #000;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #fff url(img/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(img/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 4em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
.formbutton{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(img/formbg.gif) repeat-x left top;
}
html, body {
 	height:100%;
   padding:0;
    margin:0;
   }
   body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;   
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
   #outer{
   height:100%;
   min-height:100%;
  }
html > body
   
a { text-decoration:underline;}
a:hover {text-decoration:none;}
 input { font-size:11px}
td {font-size:11px; }
th {font-size:11px; }

.ikony{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666666; cursor:pointer;}

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(img/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

#chromemenu{
width: 99%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(img/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(img/chromebg2.gif) center center repeat-x;
}

.lo1{ background-color:#eeeeee;}
.lo2{background: url(img/chromebg.gif) center center repeat-x;}
.lo1_2{ background-color:#f7f7f7;}
.lo2_2{background: url(img/chromebg.gif) center center repeat-x;}


.p1{ background-color:#ffffff;}
.p2{ background-color:#AEBED8;}

.zakladka{color:#CC0000; font-weight:bold; text-decoration:none;}
.zakladka:hover{color:#CC0000; font-weight:bold; text-decoration:underline;}

.mapa{ text-decoration:none; color:#000000;}
.mapa:hover{ text-decoration:underline; color:#000000; font-weight:bold;}

.td_tab{
	padding-top:3px; 
	text-align:center;
}
DIV.loader {

position:absolute;
width:200px;
height:200px;
padding-top:100px;
background:url(overlay.png);
	
	text-align:center;
}
.opis
{
	color:#666666;
}
