/*------------------------------------------------------------------------
# Starostwo - Dec, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2007 Grafland.pl. All Rights Reserved.
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;



















 ==
  table.contentpaneopen{
  width: 100%;
	}
	
	td.contentheading{
	  width: 100%;
	}
	==
	!the width-attribute is very important!
  
--------------------------------------------------------------------------------
- Candy thumb-function:
--------------------------------------------------------------------------------
  {jgxtimg src:=[path/image.jpg] width:=[320]}
  
  
--------------------------------------------------------------------------------  
- Candy gallery:
--------------------------------------------------------------------------------
  {jgxgal folder:=[path/folder] cols:=[4]}
  
  
-------------------------------------------------------------------------------- 
- Include .flv videos: (outdated! use jgmedia)
--------------------------------------------------------------------------------
  {jgflv file:=[path/video.flv] width:=[386] height:=[288] autostart:=[false]}
  
  !the right width and height is important!
  
  
--------------------------------------------------------------------------------  
- Mp3 player: (outdated! use jgmedia)
--------------------------------------------------------------------------------
  you can play just one specific mp3-file:
  
  {jgmp3 file:=[path/song.mp3]}
  
  or play tracks from a playlist:
  
    {jgmp3 file:=[path/songlist.xml]}
    (You can find a sample Tracklist in _jgfw_/files/example_playlist.xml)
 
--------------------------------------------------------------------------------  
- Include media files:
--------------------------------------------------------------------------------
  play wmv,wmy,avi,mpg,mpeg,mov,swf,flv,mp3 files.
  {jgmedia file:=[path/mediafile] width:=[386] height:=[288] autostart:=[false]}
  
  
--------------------------------------------------------------------------------
- Infobox:
--------------------------------------------------------------------------------
  {jgibox title:=[Test (click me)] style:=[width:320px;]}YOUR TEXT{/jgibox}
  
  
--------------------------------------------------------------------------------
- Tabber:
--------------------------------------------------------------------------------
  {jgtabber}
    [tab ==Tab 1==]Content 1[/tab]
    [tab ==Tab 2==]Content 2[/tab]
    [tab ==Tab 3==]Content 3[/tab]
  {/jgtabber}


--------------------------------------------------------------------------------
- Tooltips:
--------------------------------------------------------------------------------
	{jgtip text:=[description tooltip]}...content...{/jgtip}
	
	
--------------------------------------------------------------------------------
- Textimage:
--------------------------------------------------------------------------------
	{jgitext text:=[Hello World!] size:=[30] color:=[000000] bgcolor:=[ffffff] font:=[fontname.ttf]}
	
	the defined font must be located in jgfw_/font/

--------------------------------------------------------------------------------
- Content-box:
--------------------------------------------------------------------------------
	{jgbox linktext:=[open box]}...content to show...{/jgbox}


--------------------------------------------------------------------------------
- Accordion
--------------------------------------------------------------------------------
  {jgaccordion}
    [acctab ==Tab 1==]Content 1[/acctab]
    [acctab ==Tab 2==]Content 2[/acctab]
    [acctab ==Tab 3==]Content 3[/acctab]
  {/jgaccordion}


--------------------------------------------------------------------------------
- Quotes:
--------------------------------------------------------------------------------
	{jgquote}...quote content to show...{/jgquote}

--------------------------------------------------------------------------------
- Include (php) files into content:
--------------------------------------------------------------------------------
	{jgfile file:=[path/filename]}




















































}


body {
	color: #5A5A5A;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-repeat: repeat-x;
	behavior:url("csshover.htc");
}

 .banner {
background-repeat: no-repeat;

}


body.narrow {
}

body.wide {
}

img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

object {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

embed {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

 .left {
	float: left;
}

 .right {
	float: right;
}

 .center {
	float: center;
}

body.contentpane { /* Printable Page */
	width: auto;
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: Black;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #727272;
	text-decoration: none;
}

/* Small text */
 .small, .smalldark, .createdate, .modifydate, .mosimage_caption,
 .back_button, .pagenavcounter, .pagenav, .pagenavbar {
}

/* Heading */
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 5px;
	font-weight: bold;
	font-size: 11px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: none;
}

ul li {
	padding-left: 0px;
}


 .latestnews3 {
	color: black;
}

 .latestnews2 {
	color: white;
}

 .mostread3 {
	color: black;
}

 .mostread2 {
	color: white;
}



ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 0px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border: 0;
	height: 1px;
	background: url(../images/seperator.gif) repeat-x;
}

a img {
	border: none;
}

td, div {

font-size: 11px;
font-family: tahoma;
}


table.contentpaneopen td, table.contentpane td {
font-family: tahoma;


}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	font-family: tahoma;

}



/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #F4A94F;
	background: #F2F2F2;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
 
 .dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #5A5A5A;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
 .error {
	padding-left: 22px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

 .message {
	padding-left: 22px;
	color: #3F89C3;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

 .tips {
	padding-left: 22px;
	color: #D79546;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

 .highlight {
	border-bottom: 1px dotted;
	background: #F2F2F2;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #5A5A5A;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

 .button {
	color: #5A5A5A;
}

html>body .button {
	padding: 0 5px;
	color: #5A5A5A;
}

 .inputbox {
	border: 1px solid #D8D9DB;
	background: #FFFFFF;
}

 .inputbox:hover, .inputbox:focus {
	border: 1px solid #C0C0C0;
}



/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 5px;
	color: #005301;
	font-size: 12px;
	height: 30px;
	text-align: center;
	line-height: 12px;
}

div.module {
	margin-bottom: 5px;
	padding: 0;
	color: black;
	float: left;
	clear: both;
	width: 100%;
}


div.module div {
	padding: 0;
}

div.module div div {
	padding: 0;
}

div.module div div div {
	padding: 9px 15px 15px;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}



/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

 .article_seperator {
	height: 1px;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top: 2px;
	border-bottom: 0px;
	border-color: #228B22;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
}


#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
	height: 0px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;

}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 18px;
	background: url(../images/arrow-off.gif) no-repeat 7px 7px;
}

table.contenttoc th {
	padding: 1px 4px;
	background: #3F89C3;
	color: #FFFFFF;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

 .adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}

 .adminform textarea.inputbox {
}

 .blog_more {
	margin: 10px 0;
}

 .blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}


td.mainbody {
	border-bottom: 1px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-top: 1px;
	border-top: solid;
	border-top-width: 1px;
	border-left: 1px;
	border-left: solid;
	border-left-width: 1px;
	border-right: 1px;
	border-right: solid;
	border-right-width: 1px;
	border-color: #B7B7B7;
	padding: 5px;
}

 .category {
	font-weight: bold;
}

 .clr {
	clear: both;
}

 .componentheading {
	margin: 0 0 15px;
	font-size: 2em;
	line-height: normal;
	padding: 2px 0 3px;
	
	color: #3F89C3;
}


a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
	color: #3F89C3;
}

 .contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
font-size: 0px;
color: #ffffff;
}

.contentheading, .componentheading{

font-size: 0px;
color: #ffffff;
}



a.readon {
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/readon-blue.gif) left center no-repeat;
	font-weight: bold;
	color: #3F89C3;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none!important;
}



 .createdate {
	padding-bottom: 10px;
	line-height: 10px;
}

 .modifydate {
	height: 15px;
}

 .moduletable {
	padding: 0;
}

 .mosimage {
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

 .mosimage img {
	padding: 0;
	margin: 0!important;
}

 .mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #8F8F8F;
}

 .pagenav,
 .pagenav_prev,
 .pagenav_next,
 .pagenavbar {
	padding: 0 2px;
}

a.pagenav,
 .pagenav_prev a,
 .pagenav_next a,
 .pagenavbar a {
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
 .pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
 .pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
 .pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
}

 .pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

 .pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

 .sectiontableheader {
	padding: 5px;
	background: #532903;
	color: #FFFFFF;
	font-weight: bold;
}

 .sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 5px;
	color: black;
}

tr.sectiontableentry2 td {
	padding: 5px;
	color: black;
}

 .small {
}

 .smalldark {
	text-align: left;
}

div.syndicate div {
	border: 1px solid #FFFFFF;
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-header,
#ja-topstory,
#ja-spotlight,
#ja-container,
#ja-footer {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

 .wide #ja-header,
 .wide #ja-topstory,
 .wide #ja-spotlight,
 .wide #ja-container,
 .wide #ja-footer {
	width: 950px;
}

 .auto #ja-header,
 .auto #ja-topstory,
 .auto #ja-spotlight,
 .auto #ja-container,
 .auto #ja-footer {
	width: 90%;
}

#ja-containerwrap {
	border: 1px solid;
}

#ja-container {
	padding: 0 0 10px;
}

/* HEADER
--------------------------------------------------------- */
}

#ja-header h1 {
	font-size: 2em;
	height: 70px;
	border-bottom: 1px solid #FFFFFF;
}

#ja-header h1 img {
	margin-top: 13px;
	float: left;
}

#ja-usertoolswrap {
	padding: 0;
	height: 25px;
	line-height: 25px;
	float: right;
	padding-left: 28px;
	background: url(../images/usertools-left-bg.gif) top left no-repeat;
}

#ja-usertools {
	padding: 0 10px 0 4px;
	float: left;
	display: block;
	font-size: 11px;
	height: 25px;
	background: url(../images/usertools-right-bg.gif) top right no-repeat;
}

#ja-usertools span {
	float: left;
	margin-right: 30px;
	display: block;
}

#ja-usertools img {
	padding: 5px 2px 0;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	width: 120px;
	float: left;
	display: block;
	margin-top: 2px;
}
 
#ja-usertools div.search {
	padding-left: 5px;
	background: url(../images/icon-search.gif) no-repeat center left;
}

#ja-usertools .inputbox {
	border: none!important;
	width: 100px;
	background: none;
	color: #8F8F8F;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* TOP NAVIGATION
----------------------------------------------------------- */
#ja-topnav-wrap {
	background: url(../images/topnav-left.gif) top left no-repeat #3F89C3;
	height: 29px;
	display: block;
	padding-left: 30px; 
}

#ja-topnav {
	background: url(../images/topnav-right.gif) top right no-repeat #3F89C3;
	float: right;
	text-align: right;
	height: 29px;
	line-height: 29px;
	padding: 0 5px;
	display: block;
}

#ja-topnav ul#mainlevel-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-topnav ul#mainlevel-nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-topnav ul#mainlevel-nav a {
	display: block;
	float: right;
	padding: 0 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-topnav ul#mainlevel-nav a:hover {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	width: 20%;
	clear: both;
	float: left;
	height: 210px;
	border-bottom: 5px solid #C0C0C0;
}

#ja-mainnav a {
	font-size: 10px;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 4px;
	display: block;
	color: #5A5A5A;
	text-decoration: none;
	background: url(../images/seperator.gif) repeat-x bottom;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	background: url(../images/seperator.gif) repeat-x bottom;
	color: #5A5A5A;
	text-decoration: none;
}

a.sublevel {
	padding: 3px 4px 3px 15px;
	display: block;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}

#ja-leftcol #active_menu, #ja-rightcol #active_menu {
	color: #5A5A5A;
	text-decoration: none;
}
/*End: Default Joomla! Menu  */

/* BANNER
--------------------------------------------------------- */
#ja-topstory {
	margin: 10px auto;
}

#ja-banner {
	float: right;
	width: 78%;
	overflow: hidden;
	border-bottom: 5px solid #3F89C3;
	height: 210px;
	background: url(../images/header/a.jpg) top left no-repeat;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-botslwrap {
	border-bottom: 1px solid #C0C0C0;
	padding: 20px 0;
	clear: both;
}

#ja-botsl {
}

#ja-botsl .ja-box {
	float: left;
	overflow: hidden;
}

#ja-botsl .ja-box h3 {
	color: #3F89C3;
	margin-bottom: 5px;
	font-size: 1em;
	text-indent: 3px;
	text-transform: uppercase;
}

#ja-botsl .ja-box div.moduletable {
}

#ja-botsl .ja-box ul {
	padding: 0;
	margin: 0!important;
}

#ja-botsl .ja-box li {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#ja-botsl .ja-box a {
	color: #8F8F8F;
}

#ja-botsl .ja-box li a {
	padding: 4px;
	background: url(../images/seperator.gif) left bottom repeat-x;
	width: 90%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
}

#ja-botsl .ja-box li a:hover,
#ja-botsl .ja-box li a:active,
#ja-botsl .ja-box li a:focus {
	color: #5A5A5A;
	text-decoration: none;
}

#ja-botsl .ja-box td {
	padding: 0;
}

#ja-botsl .ja-box  .article_seperator {
	display: none;
}

#ja-botsl .box-ended {
	margin-right: 0!important;
	float: right;
}

#ja-spotlight {
	margin: 10px auto 0;
}

#ja-spotlight .ja-box {
	float: left;
	overflow: hidden;
}

#ja-spotlight .ja-box h3 {
	margin-bottom: 5px;
	font-size: 1em;
	text-indent: 3px;
}

#ja-spotlight .ja-box div.moduletable {
}

#ja-spotlight .ja-box ul {
	padding: 0;
	margin: 0!important;
}

#ja-spotlight .ja-box li {
	padding: 0;
	margin: 0;
	background: none;
}

 .box-centered {
	text-align: center!important;
}

 .box-centered div.moduletable,
 .box-centered div.module-orange,
 .box-centered div.module-green,
 .box-centered div.module-blue {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: left;
}

#ja-spotlight .box-ended div.moduletable,
#ja-spotlight .box-ended div.module-orange,
#ja-spotlight .box-ended div.module-green,
#ja-spotlight .box-ended div.module-blue {
	margin-right: 0!important;
	float: right;
}

 .box-fulled div.moduletable,
 .box-fulled div.module-orange,
 .box-fulled div.module-green,
 .box-fulled div.module-blue {
	width: 100%!important;	
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	margin-left: 1px;
}

#ja-pathway img {
	display: none; /* DO NOT SHOW PATHWAY DEFAULT ARROW */
}

#ja-pathway a {
	padding-right: 22px;
	background: url(../images/slash.gif) no-repeat center right;
}

#ja-pathway a:hover, #ja-pathway a:active {
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
	margin: 10px 0;
}

#ja-mainbody {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-content {
	float: right;
	width: 70%;
	padding-right: 2.5%;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody-fl #ja-content {
	float: left;
	width: 97.5%;
}

#ja-mainbody-fr{
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-content {
	float: right;
	width: 77.5%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 25%;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: right;
	width: 20%;
	margin: 10px 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	border-top: 5px solid #D8D9DB;
}

#ja-bottomline {
	float: left;
	padding: 10px 5px 30px;
	color: #8F8F8F;
}

#ja-bottomline a {
	color: #8F8F8F;
}


#ja-cert {
	padding: 20px 5px 30px;
	float: right;
}

#ja-cert a {
	padding-left: 5px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 0px 0;
	display: block;
font-weight: bold;

}




#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_search_searchword {

	margin-left: 7px;
        margin-top: 5px;
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
 .clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* JA CoolAds Module */
#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ja-coolads-container {
	overflow: hidden;
	margin-right: 5%;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}


a.sublevel-nav:link, a.sublevel-nav:visited {
font-family: tahoma;
margin-right: 2px;
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #0B87FF;
}
a.sublevel-nav:hover {
	font-family: tahoma;
	font-size: 12px;
	margin-right: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #C5C5C5;
}




a.mainlevel-nav:link, a.mainlevel-nav:visited {
font-family: tahoma;
margin-right: 2px;
margin-left: 8px;
float: left;
font-size: 12px;
font-weight: none;
text-decoration: none;
color: white;
}



a.mainlevel-nav:hover {
	font-family: tahoma;
	margin-right: 2px;
	margin-left: 8px;
	font-weight: none;
	float: left;
	text-decoration: none;
	color: #838383;
}

a.mainlevel-nav:active {
font-family: tahoma;
margin-right: 2px;
margin-left: 8px;
float: left;
font-weight: none;;
text-decoration: none;
color: white;
}

a.mainlevel-nav#active_menu {

font-family: tahoma;
float: left;
margin-right: 2px;
margin-left: 8px;
font-weight: none;
text-decoration: none;
color: white;
}
a.mainlevel-nav#active_menu:hover {
font-family: tahoma;
margin-right: 2px;
margin-left: 8px;
font-weight: none;
float: left;
text-decoration: none;
color: white;
}




/* 11111111111111111



/* remove the bullets, padding and margins from the lists */
 .menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
 .menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
 .menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:2px;
top:31px;
}

/* style all the links */
 .menu a, .menu :visited {
display:block;
font-size:10px;
padding:0px;
color: white;
background-color: #2f8943;
text-decoration:none;
margin-right:0px;

text-align:center;
}




/* style the links hover */
 .menu :hover{
	color: black;
	background-color: #2f894e;
	
}


 .newest {
border-bottom: 2px;
border-bottom: solid;
border-bottom-width: 3px;
height: 100%;
text-align: center;
vertical-align: middle;
border-bottom-color: white;

}



/* hide the sub level links */
 .menu ul ul {
visibility:hidden;
position:absolute;

height:0;
}

 .menu ul ul ul li {
visibility:hidden;
position:absolute;

height:0;
}

/* make the sub level visible on hover list or link */
 .menu ul ul li:hover li,
 .menu ul ul a:hover li{
visibility:visible;

}

/* make the sub level visible on hover list or link */
 .menu ul li:hover ul,
 .menu ul a:hover ul{
visibility:visible;

}


 .ilek {
border-bottom: 1px;
border-bottom: solid;
border-bottom-width: 1px;
border-left: 1px;
border-left: solid;
border-left-width: 1px;
border-right: 1px;
border-right: solid;
border-right-width: 1px;
border-color: #B7B7B7;
width: 120px;
}

 .ilek3 {
border-bottom: 1px;
border-bottom: solid;
border-bottom-width: 1px;
border-left: 1px;
border-left: solid;
border-left-width: 1px;
border-right: 1px;
border-right: solid;
border-right-width: 1px;
border-color: #B7B7B7;
width: 120x;
position: absolute;
left: 119px;

}


 .il {
width: 120px;
display:block;
font-size:10px;
float:center;
padding:0px;
color:black;
background:white;
text-decoration:none;
margin-right:0px;
text-align:center;
width: 120px;
}




/*22222222222222222222





/* remove the bullets, padding and margins from the lists */
 .menu2 ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
 .menu2 li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
 .menu2 table{
position:absolute;
border-collapse:collapse;
z-index:100;
left:0px;

}

/* style all the links */
 .menu2 a, .menu2 :visited {
display:block;
font-size:10px;
padding:0px 0;
color: white;
background-color: #2f8943;
text-decoration:none;
margin-right:0px;
text-align:center;
}
/* style the links hover */
 .menu2 :hover{
	color: black;
	background-color: #2f894e;
	
}

/* hide the sub level links */
 .menu2 ul ul {
visibility:hidden;
position:absolute;

height:0;
}
/* make the sub level visible on hover list or link */
 .menu2 ul li:hover ul,
 .menu2 ul a:hover ul{
visibility:visible;

}


 .menu2 ul ul ul li {
visibility:hidden;
position:absolute;

height:0;
}

/* make the sub level visible on hover list or link */
 .menu2 ul ul li:hover li a,
 .menu2 ul ul a:hover li a{
visibility:visible;
}


 .menu2 ul a:hover ul li{
visibility:visible;
}





 .ilek2 {
border-bottom: 1px;
border-bottom: solid;
border-bottom-width: 1px;
border-left: 1px;
border-left: solid;
border-left-width: 1px;
border-right: 1px;
border-right: solid;
border-right-width: 1px;
border-top: 1px;
border-top: solid;
border-top-width: 1px;
border-color: #B7B7B7;
width: 120px;
left:126px;
top:5px;
position: absolute;
}



 .il2 {
width: 120px;
display:block;
font-size:10px;
float:center;
padding:0px 0;
color:black;
background:white;
text-decoration:none;
margin-right:0px;
text-align:center;
width: 120px;
}

 .il3 {
	width: 120px;
	display: block;
	font-size: 10px;
	float: center;
	padding: 0px 0;
   text-decoration: none;
	margin-right: 0px;
	margin-bottom: -20px;
	text-align: center;
	width: 120px;
	top: -18px;
	position: absolute;
}



 .il4 {
	width: 120px;
	display: block;
	font-size: 10px;
	float: center;
	padding: 0px 0;
   text-decoration: none;
	margin-right: 0px;
	margin-bottom: -20px;
	text-align: center;
	width: 120px;
	height: 100%;
	top: 0px;
	
}

 .il4a {
	width: 120px;
	display: block;
	font-size: 10px;
	float: center;
	padding: 0px 0;
   text-decoration: none;
	margin-right: 0px;
	margin-bottom: -20px;
	text-align: center;
	width: 120px;
	height: 100%;
	top: 15px;
	
}
 .il5 {
	width: 120px;
	display: block;
	font-size: 10px;
	float: center;
	padding: 0px 0;
	margin: 0px;
   text-decoration: none;
	margin-right: 0px;
	margin-bottom: -20px;
	text-align: center;
	width: 120px;
	height: 100%;
	top: 31px;
	
}


 .newest2 {
border-bottom: 2px;
border-bottom: solid;
border-bottom-width: 3px;
border-left: 2px;
border-left: solid;
border-left-width: 3px;
height: 15px;
background-color: White;
text-align: center;
vertical-align: middle;
border-bottom-color: white;
border-left-color: white;

}

 .newest2a {
border-bottom: 2px;
border-bottom: solid;
border-bottom-width: 3px;
border-left: 2px;
border-left: solid;
border-left-width: 3px;
height: 30px;
background-color: White;
text-align: center;
vertical-align: middle;
border-bottom-color: white;
border-left-color: white;
}



 .center {
	float: center;
}

 .right {
	float: right;
}

 .left {
	float: left;
}

.mapka {
	background-color: white;
	float: right;
}



.hover img {display:none; border:none;}
.hover {position: relative;}
.hover:hover img {display: block; position: absolute; top: 1em; left: 0;}


.tooltip {
			position: relative;
  z-index:0;
		}
		
		.tooltip dfn { 
			display: none;
z-index:0;
		}
		.tooltip:hover dfn, .tooltiph dfn { 
			display: block;
			position: absolute;
			left: -108px;
			top: -50px;
			z-index:0;
				
			padding: 2px 2px;
			
			border: 1px solid green;
			background: #FFFFFF;
			color: #000;
			
			font-style: normal;
			font-size: 0.8em;
			line-height: 100%;
			text-decoration: none;
		}
		
		.tooltip dfn span {
			display: block;
		}
		
		
		   
    

       
       * {
              font-family:arial,tahoma,verdana,helvetica;
              font-size:12px;
       }

       /* the menu */

       ul,li {
		 
		 				                display:block;
              margin:0;
              padding:0;
              border:0;

       }

       .ul {
              width:127px;
              background:white;
              list-style:none;
z-index:9;
				  margin:0;
				  padding:0;


       }

		 
		 
		 
		        .ul2 {
              width:127px;
              background:white;
              list-style:none;
z-index:9;
				  margin:0;
              padding:0;
              border:0;

       }
		 
		 		        .ul3 {
              width:124px;         
              list-style:none;
				  margin:0;
z-index:9;
              padding:0;
              border:0;

       }

       .li {
              position:relative;
              padding:0px;
				  margin:0;
              padding:0;
              border:0;
              z-index:9;

       }
		        .lig {
              position:relative;
              padding-bottom: 0px;
				  margin:0;
				  padding: 0px;
              z-index:9;
       }
              li.folder       { 
				 
				  position:relative;
				  padding-bottom: 1px;
				  margin:0;
				  padding-left: 0px;
				  padding-right: 0px;
				  padding-top: 0px;
				 z-index:9;

				  }              
              li.folder ul {
                     position:absolute;
                     left:127px; /* IE */
                     top:3px;
							margin:0;
							
							border-left: solid;
							border-left-width: 1px;
							border-color: White;
							padding: 0px;
z-index:9;
              }              
                     li.folder>.ul { left:127px; } /* others */
							
							
							
							
							
							
							
							
							
							
							
							   li.folder2       { 
				  position:relative;
				  padding-bottom: 1px;
				  margin:0;
				  padding-left: 0px;
				  padding-right: 0px;
				  padding-top: 0px;
z-index:9;

				 

				  }              
              li.folder2 ul {
                     position:absolute;
                     left:5px; /* IE */
                     top:35px;
z-index:9;
							margin:0;
							 width: 115px;
							border-left: solid;
							border-left-width: 1px;
							border-color: White;
							padding: 0px;

              }              
                     li.folder2>.ul { left:5px; } /* others */
							
							
							
							
							

       .a {

display:block;
font-size:10px;
margin-bottom: 1px;
color: white;
background-color: #2f8943;
text-decoration:none;
margin-right:0px;
width:100%; /* IE */
text-align:center;
z-index:9;
				                display:block;
 
				 
              padding:0;
              border:0;



       }
		 
		 a.a:hover {
		 		color: black;
z-index:9;


		 }
		 
		        .ag {
              padding:0px;
				    display:block;
              text-decoration:none;
              color:white;
z-index:9;
				  font-size: 10px;
				  text-align: center;
				  line-height: 34px;
				  height: 34px;
				  background-image: url(../images/menu_bg.png);
              font-weight:bold;
				  background-color: Aqua;
              width:100%; /* IE */
				  				  margin:0;
				  padding:0;
       }
		 
		 a.ag:hover{
		 	color: Black;
z-index:9;
		 }
		 
		 		        .ag2 {
              padding:0px;
				    display:block;
z-index:9;
              text-decoration:none;
              color:white;
				  font-size: 10px;
				  line-height: 28px;
				  text-align: center;
				  height: 34px;
              font-weight:bold;
              width:100%; /* IE */
				  margin:0;
				  padding-left: 3px;
				  padding-bottom: 0px;
				  padding-right: 0px;
				  padding-top: 0px;
				
       }
		 
		 a.ag2:hover{
		 	color: Black;
		 }
  li>.ag2 { width:auto; } /* others */
              li>.a { width:auto; } /* others */
				  li>.ag { width:auto; } /* others */
				 

       li a.submenu {
              background:url("../images/sub.gif") right no-repeat;
				               
     margin:0;
	  padding:0;       
            
display:block;
font-size:10px;
color: white;
background-color: #2f8943;
text-decoration:none;
margin-right:0px;
margin-bottom: 0px;
width:100%; /* IE */
z-index:9;
text-align:center;
       }

       /* regular hovers */


              li.folder a.submenu:hover {
                     background-color: #2f8943;
							color: black;
              }
				  
				  li.folder>a.submenu:hover { width:auto; } /* others */
        li.folder>a.submenu { width:auto; } /* others */
       /* hovers with specificity */
       
       li.folder:hover { z-index:10; }              
              
       ul .ul, li:hover ul ul {
              display:none;
       }
		 
		        ul .ul2, li:hover ul ul {
              display:none;
       }

       li:hover ul, li:hover li:hover ul {
              display:block;
       }