/* Start of CMSMS style sheet 'zobal-menu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 
   overflow: hidden;  */ 
   width: 780px;
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}

#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute;
   z-index:1; 
   top:auto;
   margin:0px;
   padding-top: 6px;
   display: none;
   padding-bottom:6px;
   background-color: #1d1d1d !important
}
#primary-nav ul li {
  margin:0;
  padding:0;
} 
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px;
}
#primary-nav li { 
   margin-left: -1px;
   float: left;
   padding:0 8px; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
   background-color: #1d1d1d !important;
   z-index:100;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #a6a6a6;
}
#primary-nav li a:hover { 
   color: #eee;
}

#primary-nav li.menuparent li { 
   padding:2px 0; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive a { 
   color:#eee;
   text-decoration:none;
}
#primary-nav li.menuactive li a { 
   color:#eee;
   text-decoration:none;
}

#primary-nav li.menuactive a:hover {
   text-decoration:none;
   color:#a6a6a6;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
li.i80 a:link, li.i80 a:active, li.i80 a:visited {color:#8be069 !important; font-weight:bold !important;}
li.i80 a:hover {color:#37b305 !important}
.i73 {font-weight:bold;}
/* End of 'zobal-menu' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'zobal' */
body {  
  background-color: #000; 
  font: 11px Verdana, Arial, Tahoma, sans-serif;
  line-height:1.3em; 
  color: #555; 
  margin: 0; 
  padding: 0; 
  text-align: left;
  }
.clear { clear: both; height: 1px; width: 98%; }
p { margin: 0px; padding: 5px 0px; }
a { color:#ddd; text-decoration: none; }
a:hover { color:#fff; text-decoration: underline; }
div, img, form { border:0; margin: 0; padding: 0;}
table, tr, td {color:#555;}
#intro #container {background-image:none;}

h1 {color:#8be069; font-size: 12px; font-weight:bold;margin:0; padding:5px 0;}
h3 {position:absolute; display:block; color:#8be069; line-height:30px; margin: 0; margin-top:-22px !important; padding:0 0 3px 0; font-size: 11px; font-weight:bold; width:500px;height:20px;}
.p1 {color:#8be069;}
.pdf {position:absolute; margin-top:30px; margin-left:0; background: url(images/cms/pdf.gif) no-repeat center right;width:70px}
.pdf2 {position:relative; height:26px; line-height:26px; margin: 0 30px 0 0; padding-left:24px;background: url(images/cms/pdf.gif) no-repeat center left;}
.tabla-pod-linia {
  position:absolute; margin-top:15px; margin-left:0;
}
#container {
  margin: 0 auto;
  width:900px;
  padding:0;
  text-align:left;
  background: url(images/cms/bg-main.jpg) no-repeat top right; 
}
#menu {
  padding-top: 150px;
  padding-bottom:0;
  margin:0 0 0 -17px;
  font: normal 11px Verdana, Tahoma, sans-serif; 
  width: 780px !important;
  float:left;

}
#logo {
  padding: 35px 0 0;
}

#content {
  margin: 45px 0;
  padding:0px 20px 7px 0;
  float:left;
  display:inline;
  width: 533px;
  color:#888;
  border-right:1px solid #8be069;
  border-bottom:1px solid #8be069;
}
#right {
  margin: 45px 0;
  float:left;
  display:inline;
  width: 345px;
  border-top:1px solid #8be069;
  min-height:270px;
  _height:270px;

}
#floating {
  padding:18px 0 0 0;
  text-align:center;
  margin:0 auto;
}
#footer {
  background: url(images/cms/footer.gif) repeat-x;
  padding-top:15px;
  font: normal 10px Verdana, Tahoma, sans-serif;
  color: #555;
}
#footer span {color:#fff;}
#footer a {color:#666;}
#footer a:hover {color:#eee; text-decoration:none;}

#news-back {width:95%; text-align:right;}
.news-more {width:95%; text-align:right; padding:10px 0; border-bottom:1px solid #2d2d2d;}
.news-more a {color:#8be069;}
.news-date, #news-date  { color:#666; padding:10px 0; }

.toggler { 
  visibility: hidden; 
  opacity: 0;
  height: 0px;
margin:0; padding: 0;
}
.element {}
.contactform {margin:20px 0 0 0;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;} 
.contactform div label {display: inline; float:left; width:140px;  } 
.error_message {color: #f00;}

.inputf input {
  width:220px;
  line-height: 16px !important;  
  border: 1px solid #222;
  background-color: #000; 
  color: #8be069;
  font-size: 10px;
  margin: 3px 0 10px;
  padding:1px 2px;
}
.inputt textarea {
  width:330px;
  height: 80px !important;  
  border: 1px solid #222;
  background-color: #000; 
  color: #8be069;
  font: normal 11px Verdana, Arial, Tahoma, sans-serif; 
  margin: 0;
  padding:3px;
  overflow: auto;
}
.submit input {
  border: none;  
  background-color: #8be069; 
  color: #000;
  font: bold 11px Verdana, Arial, Tahoma, sans-serif;
  margin-right: 10px;
  padding:2px 10px;
  cursor: pointer;
}
.dymek
{
	margin: -16px -4px -6px -4px;
        _margin:4px;
        padding:0;
	width: 240px;
	font-family: Verdana;
        height:auto;
}
.dymek h4
{
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid orange;
	padding-bottom: 1px;
	margin-bottom: 2px;
	color: black;
}
.dymek .img {
	border: 1px solid black;
	padding: 1px;
	margin: 2px 2px 2px 4px;
}
.dymek p
{
	text-align: justify;
	font-size: 10px;
	color: #676767;
}
.dymek p span {
  display: block;
  margin-top:5px;
  height:20px;
  border-top: 1px solid #ddd;
  color:#000;
}
.dymek a
{
	color: green;
	text-decoration: none;
}
.dymek a:hover
{
	color: black;
}
#mapka {
width: 520px; 
height: 400px; 
border: 1px solid #222; 
background-image: url('http://gmapsapi.com/imgs/ladowanie.gif'); 
background-position: center; 
background-repeat: no-repeat;
}
/* End of 'zobal' */

