/* --------------------------------------------------------------
   css style sheet - palette layout | http://www.kazgod.com.pl
   --------------------------------------------------------------*/
@import url( 'plugins.css' );

/* GLOBAL STYLES */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,ul{margin:0;padding:0;border:0;}
body,table{
	color:#222;
	font-size:0.75em;
	font-family:Tahoma, Verdana;
}

body{
	padding:20px;
	text-align:center;
	background-color: #e9f1e5;
	line-height: 2;
	background-image: url(img/bg-2.gif);
	background-repeat: repeat-x;
	background-position: 50% -9px;
}

.input, select, textarea{
	border:1px solid #999;
	font-family: Tahoma, Verdana;
	font-size: 0.917em;
}
.submit{
	font-family: Tahoma, Verdana;
	font-size: 1em;
}

a{
	background-color:inherit;
	color:#CC0000;
	text-decoration:none;
}
a:hover{
	background:inherit;
	color:#19441b;
	text-decoration:underline;
}

.clear{clear:both;height:0px;font-size:0px;line-height:0px;}
.skiplink{position:absolute;top:-500px;left:0px;overflow:hidden;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

#container{
	width:959px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-position: left bottom;
}
#main{
	width:959px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #main{width:958px;}

/* HEADER WITH TOP MENU ABOVE LOGO */
#head1{
	float:right;
	width:90%;
	height: 35px;
	background-color: #19441b;
	background-image: url(img/head-1.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/* MENU TOP ABOVE LOGO */
#menu1{
	list-style:none;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 0;
}
#menu1 li{
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#menu1 li a{
	padding-left:15px;
	background:url('img/points.gif') no-repeat 0 5px;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Tahoma, Verdana;
	font-size: 1.08em;
	font-weight: normal;
}
#menu1 li a:hover, #menu1 .selected{
	background-color:inherit;
	color:#9DE369;
	text-decoration:underline;
}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head2{
	position:relative;
	clear:both;
	height:219px;
	color:#fff;
	background-color: #19431B;
	background-image: url(img/head-2.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #476b2e;
	border-left-color: #476b2e;
	width: 958px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #476b2e;
	padding: 0px;
}
#logo{padding:40px 40px 0;}
#logo h1{float:left;padding:13px 20px 5px;border:1px solid #1c1c13;background:#4b4b3a;}
#logo h2{clear:left;padding:5px 8px;background:inherit;color:#e2d6ad;font:normal 0.917em Georgia;}

/* NAVIGATION PATH - TREE */
#navipath{position:absolute;top:200px;padding:0 0 0 5px;}
#navipath a{background-color:inherit;color:#fff;text-decoration:none;}
#navipath a:hover{text-decoration:underline;}

/* HEADER WITH TOP MENU UNDER LOGO */
#head3{
	float:left;
	width:958px;
	background-color: #1B441C;
	height: 47px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #476b2e;
	border-left-color: #476b2e;
	background-image: url(img/head-3.gif);
}

/* MENU TOP BELOW LOGO */
#menu2{
	float:left;
	font-family:Tahoma, Verdana;
	font-size:1.08em;
	list-style:none;
}
#menu2 li{float:left;}
#menu2 a{
	display:block;
	float:left;
	height:46px;
	padding:0 14px;
	/*border-right:1px solid #c9c6b3;*/
	color:#FFFFFF;
	font-weight:normal;
	line-height:46px;
	text-decoration:none;
	font-family: Tahoma, Verdana;
}
#menu2 a:hover{
	color:#9DE369;
	text-decoration:underline;
	background-image: url(img/nav-hover.gif);
	background-position: center 0px;
	background-repeat: no-repeat;
}
#menu2 .selected{
	color:#9DE369;
	background-image: url(img/nav_selected.gif);
	background-position: center 0px;
}


/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body{
	clear:both;
	float:left;
	width:958px;
	background-image: url(img/column-left.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #476b2e;
	border-left-color: #476b2e;
	background-color: #E8F3E3;
}

/* LEFT COLUMN STYLES */
#column{
	float:left;
	width:212px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#column .type{
	padding:10px 0 0;
	color:#FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	background-color: inherit;
	background-repeat: no-repeat;
}
* html #column .type{
	background-color: inherit;
	background-image: url(img/spacer.gif);
	background-repeat: no-repeat;
}

#menu3, #menu4, #menu5, #menu6, #menu7, #menu8, #menu9, #menu10, #menu11{
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

/* LEFT MENU */
#menu3 ul, #menu4 ul, #menu5 ul, #menu6 ul, #menu7 ul, #menu8 ul, #menu9 ul, #menu10 ul, #menu11 ul{
	margin:4px 0;
	list-style:none;
}

#menu3 a, #menu4 a, #menu5 a, #menu6 a, #menu7 a, #menu8 a, #menu9 a, #menu10 a, #menu11 a{
	display:block;
	width:90%;
	padding:2px 10% 2px 15%;
	line-height: 1.5;
	background-image: url(img/leaf.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 110%;
}

* html #menu3 a, * html #menu4 a, * html #menu5 a, * html #menu6 a, * html #menu7 a, * html #menu8 a, * html #menu9 a, * html #menu10 a, * html #menu10 a, * html #menu11 a
 {
	background-image: none;	
}

#menu3 a:hover, #menu4 a:hover, #menu5 a:hover, #menu6 a:hover, #menu7 a:hover, #menu8 a:hover, #menu9 a:hover, #menu10 a:hover, #menu11 a:hover 
{
	color:#19441b;
	text-decoration:underline;
}

#menu3 .sub1, #menu4 .sub1, #menu5 .sub1, #menu6 .sub1, #menu7 .sub1, #menu8 .sub1, #menu9 .sub1, #menu10 .sub1, #menu11 .sub1
{
	margin:0;
	padding:0 0 10px  0;
	border:0;
}

#menu3 .sub1 a, #menu4 .sub1 a, #menu5 .sub1 a, #menu6 .sub1 a, #menu7 .sub1 a, #menu8 .sub1 a, #menu9 .sub1 a, #menu10 .sub1 a, #menu11 .sub1 a
{
	display:block;
	width:90%;
	padding:2px 10% 2px 15%;
	border:0;
	background: no-repeat 14px 8px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5;
}
#menu3 a:hover, #menu4 a:hover, #menu5 a:hover, #menu6 a:hover, #menu7 a:hover, #menu8 a:hover, #menu9 a:hover, #menu10 a:hover, #menu11 a:hover{
	background-color:#e9f1e5;
}
* html #menu3 a, * html #menu4 a, * html #menu5 a, * html #menu6 a, * html #menu7 a, * html #menu8 a, * html #menu9 a, * html #menu10 a, * html #menu11 a, * html #menu3 .sub1 a, * html #menu4 .sub1 a,  * html #menu5 .sub1 a, * html #menu6 .sub1 a, * html #menu7 .sub1 a, * html #menu8 .sub1 a, * html #menu9 .sub1 a, * html #menu10 .sub1 a, * html #menu11 .sub1 a,
{
	width:100%;
	}

#menu3 .selected, #menu4 .selected, #menu5 .selected, #menu6 .selected, #menu7 .selected, #menu8 .selected, #menu9 .selected, #menu10 .selected, #menu11 .selected
{
	background-color:inherit;
	color:#19441b;
	text-decoration:underline;
}

/* RIGHT COLUMN STYLES */
#content{
	float:left;
	text-align:center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #E8F3E3;
	background-image: url(img/content-bg.jpg);
	background-repeat: no-repeat;
	min-height: 701px;
	width: 745px;
}

* html #content{
	width:744px;
	background-image: none;
}
#banner0
{
	height: 139px;
	width: 746px;
	background-repeat: no-repeat;
}

* html #banner0{width:744px;}

#page{width:94%;margin:0 auto;text-align:left;}
#page h1, .message h3{
	padding:10px 0 5px;
	background:inherit;
	color:#19441b;
	font-family: Tahoma, Verdana;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#page h2 {
	padding:10px 0 5px;
	background:inherit;
	color:#19441b;
	font-family: Tahoma, Verdana;
	font-size: 1.63em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#page h3 {
	color:#19441b;
}

.selektor {
	display: block;
	height: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.info {
	float: none;
	height: 200px;
	width: 100%;
}

#page p{
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 2;
	text-align: justify;
	margin-bottom: 10px;
}
#page h6{
	font-family: Tahoma, Verdana;
	font-size: 1.3em;
	line-height: 2;
	text-align: left;
	display: block;
	color: #669900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
	font-weight: normal;
	padding-top: 20px;
}

#page strong
{
}

blockquote
{
	color: #19441b;
	background-color: #B0CCB8;
	padding: 10px;
	border: 1px solid #7BAA88;
	-moz-border-radius: 10px;
	margin-top: 30px;
}

#page div.content{
	font-family: Tahoma, Verdana;
	font-size: 1.08em;
}

#page div.content ul, .subpagesList li ol{margin:0 0 0 30px;padding:0;}
#page div.content ul{
	padding:0;
	border-left:0;
	list-style-image: url(img/ul.gif);
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 30;
}

#page .tS{float:right;margin:0 0 3px;}
#page .tS a{padding:0 1px;background:inherit;color:#222;font-weight:bold;text-decoration:none;}
#page .tS0{font-size:0.917em;}
#page .tS1{font-size:1.08em;}
#page .tS2{font-size:1.333em;}

.pages{padding:8px 0;text-align:right;}

/* IMAGES STYLES */
.imagesList{list-style:none;}
.imagesList li{margin:0 0 10px 0;background:inherit;color:#5b5b5b;font-size:0.917em;text-align:center;}
.imagesList li img{border:2px solid #dcdac9;}
.imagesList li div{text-align:center;}

#imagesList1{float:left;margin:10px 10px 0 0;}
#imagesList2{clear:right;float:right;margin:10px 0 0 10px;}

/* FILES LIST STYLES */
#filesList{
	padding:5px 0;
	list-style:none;
	vertical-align:middle;
	color: #990000;
}
#filesList li{margin:0 0 4px;}
#filesList img{margin:0 8px 0 0;vertical-align:middle;}
#filesList em{background:inherit;color:#5b5b5b;}

/* SUB PAGES LIST STYLES */
.subpagesList{float:left;width:100%;margin:7px 0;list-style:none;}
.subpagesList li{
	clear:left;
	float:left;
	width:96%;
	margin:3px 0;
	padding:5px 2%;
	border: 1px solid #dcdac9;
	background-color: #FCFCFA;
	-moz-border-radius: 10px;
}
* html .subpagesList li{width:100%;}
.subpagesList li .photo{float:left;margin:0 6px 5px 0;}
.subpagesList li img{border:2px solid #dcdac9;}
.subpagesList li h4{padding-bottom:2px;}
.subpagesList li h4, .subpagesList li h4 a{
	background:inherit;
	color:#669900;
	font-family: Tahoma, Verdana;
	font-size: 1.167em;
	font-weight: bold;
}
.subpagesList li h4 a:hover{
	background:inherit;
	color:#19441b;
	text-decoration: none;
}
.subpagesList li h5{font-weight:normal;font-size:1em;}
.subpagesList li ul, .subpagesList li ol{float:left;margin:0 0 0 30px;padding:0;}
.subpagesList li li{padding:0;border-left:0;}
.subpagesList li ul{list-style:disc;}
.subpagesList li ol{list-style:decimal;}

/* OPTIONS LINK */
#options{clear:both;margin:10px 10px 0;background:inherit;color:#7f7f66;font-size:0.917em;text-align:right;}
#options a{
	padding:0 7px 0;
	color: #000000;
}
#options .back, #options .print{float:right;}
#options .print a{border-left:1px solid #7f7f66;}

.message{padding:40px 0;text-align:center;}

/* ADDITIONAL COLUMN */
#column2{display:none;float:right;width:100px;}

/* FOOTER - COPYRIGHT AND POWERED BY xxx STYLES */
#foot{
	clear:both;
	float:left;
	width:958px;
	color:#fff;
	font-size:1.08em;
	background-repeat: no-repeat;
	background-image: url(img/footer.jpg);
	height: 123px;
	background-position: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #476b2e;
	border-left-color: #476b2e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #476B2E;
}
#foot a{background:inherit;color:#fff;text-decoration:none;}
#foot a:hover{text-decoration:underline;}

#copy{
	float:left;
	padding-top: 85px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 90px;
	font-size: 10px;
	line-height: 1.5;
	width: 855px;
	color: #E9F1E6;
}
.foot{
	float:right;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;
}
#powered strong{
	font-weight:normal;
}

input {
	vertical-align: middle;
	line-height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
#pogoda
{
	text-align: center;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}
.images{
	border:1px solid #dcdac9;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 5px;
}


#banner-dolistne
{
	height: 130px;
	width: 746px;
	background-image: url(layout/wuxal.gif);
	background-repeat: no-repeat;

}
#banner-dolistne a
{
	background-image: url(img/spacer.gif);
	background-repeat: repeat;
}
#banner-xenon
{
	height: 130px;
	width: 746px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#banner-xenon a
{
	background-image: url(img/spacer.gif);
	background-repeat: repeat;
}


.images2
{
	border:1px solid #dcdac9;
	padding: 3px;
	margin-bottom: 5px;
}

select
{
	font-family: Tahoma, Verdana;
	font-size: 14px;
	height: 25px;
}

@media print{
  /* PRINT STYLES */
  body{margin:1cm 0;background:#fff;color:#000;}
  #container{width:16cm;height:auto;background:#fff;}
  #main{width:16cm;margin:0 auto;border:0px;}

  #logo{padding:0;}
  #logo h1{padding:0;}
  #logo h2{font-family:Arial;}

  #body{background:#fff;}
  #head2, #content, #foot{width:16cm;}
  #head2{height:auto;}
  #column, #head1, #head3, #navipath, #back, #page .tS{display:none;}
  a, #head2, #logo h2, #foot, #foot a, .subpagesList li, #page h3, .subpagesList li h4 a, #filesList em, .imagesList li{background:inherit;color:#000;}
}


#head0
{
	float:right;
	width:10%;
	height: 21px;
	background-color: #19441b;
	background-image: url(img/head-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 10px;
	text-align: center;
}
.box-center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
}

.sponosor {
	background-color: #FFFFFF;
	height: 105px;
	width: 255px;
	border: 2px solid #19441b;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
.sponosor2
{
	background-color: #FFFFFF;
	height: 60px;
	width: 160px;
	border: 2px solid #19441b;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
}

