/* -------------------- Main settings -------------------- */
form{
	margin: 0px;
	padding: 0px;
}

body {
  min-width:775px;
  color: #444444;
  background: #fff;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  padding: 0;
  margin: 0;
  text-align: justify;
}

img {
  border: 0;
}

.invisible {
  position: relative;
  left: -10000px;
  display: none;
}
em{
	text-decoration: underline;
	font-style: normal;
}
p{
  	margin: 0px;
	padding: 4px 0px;
}

.left{
	float: left;
	}

img.right{
}
p.right {
  text-align: right;
}

p.center {
  text-align: center;
}
/* -------------------- Layout -------------------- */
#top {
  width: 775px;
  height: 24px;
  margin: 0 auto 0px auto;
  background: #92ae0c;
}
#top p{
	color: #FFFFFF;
	padding: 3px 0px 0px 30px;
}

#topRightLink{
	padding: 3px 30px 0px 0px; 
	float: right;
	}
	
#topRightLink img{
	padding-top: 6px;
	vertical-align: top;
}
#topRightLink a:link, #topRightLink a:visited{
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#topRightLink a:active, #topRightLink a:hover{
	text-decoration: underline;
}

#header .leftTop{
	background:  url(../images/leftTopBG.gif) repeat-x;
	width: 549px;
	float: left;
	height: 22px;
	}
#header .rightTop{
	background:  url(../images/rightTopBG.gif) repeat-x;
	width: 226px;
	height: 37px;
	float: right;
	}

#header {
  clear: both;
  width: 775px;
  height: 99px;
  margin: 0 auto 6px auto;
  background-position: right 60px;
  border-bottom: 3px #92ae0c solid;
}
#logo{
	margin-top: 5px;
}
#baner {
  clear: both;
  width: 775px;
  margin: 0 auto 0px auto;
}

#header form .submit{
	border: 0px;
	background-color: #FFFFFF; 
	font-size: 15px;
	font-weight: bold;
}
#header form .input{
	border: 1px #999999  solid;
}

/* ------------------------ TOP MENU -----------------------------*/ 
#topMenu {
  width: 775px;
  margin: 8px auto 0px auto;
  height: 42px;
  background-image: url('../images/wraperTop.gif');
  background-repeat: no-repeat;
  background-position: bottom;
}


	
div.subMenu div.subMenuTitle{
	width: 150px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	background: url('../images/topSubMenu.gif') no-repeat;
	background-position: top;
	background-color: #7387A2;
	border-bottom: 1px #C6CDD5 solid;
}
div.subMenu div.subMenuTitle p{
	color: #FFFFFF;
	background-image: url('../images/squere.gif');
	background-position: 16px 56%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-weight: bold;
	}
div.subMenu div.subMenuContent{
	border-top: 1px #7387A2 solid;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 150px;
	background: #C6CDD5 url('../images/bottomSubMenu.gif') no-repeat;
	background-position: bottom;
	
}
div.subMenu{
	margin-bottom: 10px;
	}

div.subMenuContent ul {
  margin: 0 0 10px 0;
  padding-left: 0;
  list-style: none;
}
div.subMenuContent ul li{
	display: inline;
}

div.subMenuContent ul li a:link, div.subMenuContent ul li a:visited {
  display: block;
  text-align: left;
  width: 136px;
  padding: 3px 0px 3px 8px;
  color: #464953;
  border-bottom: 1px #E5E6E7 solid;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
div.subMenuContent ul li a:hover, div.subMenuContent ul li a:active{
	text-decoration: underline;	
}
div.subMenuContent ul li img{
	float: left;
	margin-bottom: 6px;
	margin-top: 5px;
	margin-right: 5px;
}

div.subMenuContent ul li a.submenuSelected:link, div.subMenuContent ul li a.submenuSelected:visited{
	text-decoration: underline;
}

div.subMenuContent ul li a.submenuRSelected:link, div.subMenuContent ul li a.submenuRSelected:visited{
	background-image: url('../images/squereMenu.gif');
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 18px;
	text-decoration: underline;
	width: 127px;
}

div.subMenuContent ul li a.submenuR:link, div.subMenuContent ul li a.submenuR:visited{
	background-image: url('../images/squereMenu.gif');
	background-repeat: no-repeat;
	background-position: 8px 8px;
	border-bottom: 1px #E5E6E7 solid;
	padding-left: 18px;
	width: 127px;
}

div.subMenuContent ul ul.ssMenu{
	margin-top: 0px;
	padding: 0px;
	}
div.subMenuContent ul ul.ssMenu li a:link, div.subMenuContent ul ul.ssMenu li a:visited{
	border-bottom: 1px #E5E6E7 solid;
	font-family: arial;
	padding-left: 18px;
	font-weight: normal;
	width: 127px;
}

div.subMenuContent ul ul.ssMenu li a.ssSelected:link, div.subMenuContent ul ul.ssMenu li a.ssSelected:visited{
	text-decoration:underline;
}

#topMenu ul {
  clear: both;
  display: block;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
  list-style: none;
}

#topMenu ul li {
  margin: 1px 0 0 0;
  display: inline;
}



#topMenu ul li a:link, #topMenu ul li a:visited {
  height: 17px;
  display: block;
  float: left;
  border-right: 1px #fff solid;
  text-align: center;
  padding: 3px 10px 0px 10px;
  color: #EEEEEE;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
	


a.topFirst:link, a.topFirst:visited {
	background-image: url('images/ltGCorner.gif');
	background-repeat: no-repeat;
  	background-color: #7185A6;
}
a.topFirst:active, a.topFirst:hover{
	background-image: url('images/ltCorner.gif');
  	background-color: #809D03;
}
a.topLast:link, a.topLast:visited{
	background-image: url('images/rtGCorner.gif');
	background-repeat: no-repeat;
	background-position: right top;
  	background-color: #7185A6;
}
a.topLast:active, a.topLast:hover{
	background-image: url('images/rtCorner.gif');
  	background-color: #809D03;
}
a.topNormal:link, a.topNormal:visited{
  	background-color: #7185A6;
}
a.topNormal:active, a.topNormal:hover{
  	background-color: #809D03;
}

a.topSelectedFirst{
	background-image: url('images/ltCorner.gif');
	background-repeat: no-repeat;
	background-color: #809D03;
}
a.topSelectedLast{
	background-image: url('images/rtCorner.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #809D03;
}
a.topSelected{
	background-color: #809D03;
}


#footer ul {
  clear: both;
  display: inline;
  height: 20px;
  list-style: none;
}

#footer ul li {
  margin: 0px;
  margin: 0px 0px 0px 0px;
  display: inline;
}

#footer ul li a{
  display: block;
  float: left;
  border-right: 1px #fff solid;
  text-align: center;
  margin-top: 12px;
  padding: 0px 10px 0px 10px;
  border-right: 1px #e5e6e7 solid;
  color: #7387A2;
  text-decoration: none;
  font-size: 11px;
  white-space: nowrap;
}

#footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline;
}

#footer ul li a.footerLast{
	border: 0px;
}
/* ---------------------------------------------- ----------------------*/

#wrapper {
  width: 775px;
  margin: 0 auto;
  background: url(../images/bck_wrapper.gif) repeat-y ;
}

#wrapper.white {
  background: #fff;
}

#wrapper #left {
	
  width: 158px;
  float: left;
  padding: 0px 0px 0px 15px;
  margin: 0;
  margin: 10px 10px 0 0;
}

#left a img{
    width: 151px;
}

#wrapper #content {
  width: 370px;
  font-family: arial;
  float: left;
  padding: 10px 19px 20px 20px;
  background: url(../images/contentTopBg.gif) top no-repeat;
}

#wrapper #content a:link,#wrapper #content a:visited, #wrapper #content a:active{
	color: #117711;
	text-decoration: none;
}

#wrapper #content a:hover{
	text-decoration: underline;
}

#wrapper #right {
  width: 153px;
  float: left;
  padding: 0px 0px 0px 20px;
  margin: 0;
  margin: 10px 0px 0 0;
}

#wrapper #footer {
  clear: both;
  height: 30px;
  padding-left: 5px;
  border-bottom: 1px #7387A2 solid;
  background: #FFFFFF url('../images/footerTopBg.gif') no-repeat;
  font-weight: normal;
}

#wrapper #copyright {
  background: #fff;
  padding: 0 10px;
  font-weight: normal;
}



#copyright p {
  margin: 0;
  padding: 10px 0;
  color: #B5B4B4;
  float: left;
  font-size: 10px;
}

#copyright p a:link,#copyright p a:visited {
  color: #A0A0A0;
  text-decoration: none;
  padding: 0 2px;
}

#copyright p a:hover,#copyright p a:active {
  text-decoration: underline;
}


#copyright p.right{
    width: 200px;
    float: right;
}

/******************** CONTENT *****************/
#content h1{
	font-size: 16px;
	text-align: left;
	color: #037731;
	padding-bottom: 1px;
	border-bottom: 1px #FFCD22 solid;
}

#content h2{
	text-align: left;
	font-size: 12pt;
	color: #037731;
}

#content h3, h3 a:link, h3 a:visited, h3 a:active{
	text-decoration: none;
	text-align: left;
	color: #037731;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 0px;
}

#content h4{
	color: #037731;
	margin-top: 10px;
	margin-bottom: 0px;
	}

#content table.list{
margin-bottom: 20px;
	}

#content table.list th.first{
	margin-top: 0px;
	padding-top: 0px;
}
#content table.list th{
	text-align: left;
	padding-top: 15px;
	}
#content table.list td.label{
	width: 50px;
	text-transform: capitalize;
	vertical-align: top;
	}
#content table.list td{
	width: 270px;
	}
p.komisja{
	margin-bottom: 30px;
}

div.person{
	clear: both;
	border-top: 1px #FFCD22 solid;
}
div#first{
	border-top: 0px #FFCD22 solid;
}

div#last{
	border-bottom: 1px #FFCD22 solid;
	height: 170px;
}
div.person img{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.person h3{
	padding-top: 10px;
}
div.person p{
	padding-bottom: 20px;
}


/********** INWENTARYZACJA ****************/
table.inwentaryzacja{
	width: 370px;
}
table.inwentaryzacja td{
	vertical-align: top;
	padding: 0px 5px 3px 0px;
}

table.inwentaryzacja th{
	vertical-align: top;
	padding: 0px 5px 0px 0px;
	width: 320px;
	font-weight: normal;
}

table.inwentaryzacja a:link, table.inwentaryzacja a:visited,table.inwentaryzacja a:active{
	color: #363943;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
table.inwentaryzacja a:hover{
	text-decoration: underline;
}

table.ankieta{
	clear: both;
	width: 370px;
}

table.ankieta th{
	width: 120px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

table.ankieta td{
	text-align: left;
	font-weight: normal;
}

table.ankieta tr.row1{
	background-color: #F4F4F4;
}
table.ankieta tr.row2{
	background-color: #FBFBFB;
}

img.ankieta{
	width: 370px;
}

img.ankHerb{
	float: right;
	width: 70px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}

input.button{
	background:#F0F3E0;
	border:1px solid #A9DFA9;
	color:#334731;
	font-size:11px;
	font-weight:bold;
	height:20px;
	padding-bottom: 3px;
	text-align:center;
}

/***************** GMINY **********************/
table.ug{
	margin-right: 5px;
	margin-bottom: 35px;
}

table.ug th{
	vertical-align: top;
	padding-right: 3px;
	width: 100px;
}

img.herb{
	width: 90px;
	margin-top: 15px;
	margin-left: 10px;
	float: right;
}


#content .herbLeft{
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    width: 36px;
}

#content .herbLast{
    margin-right: 0px;
}

h3 a:hover{
	text-decoration: underline;
}

/*************** NEWSY ********************/
div.news{
}

div.news p.date{
	float: left;
	font-style: italic;
}
div.news p.desc a{
	float: none;
}
div.news a{
	margin-top: 4px;
	float: right;
}

div.news div.clear{
	padding-top: 5px;
	clear: both;
	border-bottom: 1px #FFCD22 solid;
}


a.print{
	float: right;
}

#content ul{
	margin-top: 0px;
	margin-bottom: 10px;
}


#content table.dyzury td{
	vertical-align: top;
}
#content table.dyzury td p{
	vertical-align: top;
	margin-top: 0px; margin-bottom: 0px;
	padding: 0px;
}

/******** FORM ****************/
.textfield{
	border: 1px #bbbbbb solid;
	height: 200px;
	width: 360px;
	padding: 4px;
	display: block;
	margin: 0px 0px 10px;
}

textarea.textfield{
}

select{
	margin-bottom: 10px;
}

.clear{
	clear: both;
}

.licence{
	color: #B5B4B4;
	font-size: 10px;
	padding-bottom: 10px;
}

.pagesNum{
	text-align: center;
}

#wrapper #content .pagesNum a.selected:link, #wrapper #content .pagesNum a.selected:visited{
	text-decoration: underline;
}

.investField{
    border-top: 1px #ebebeb solid;
    padding: 5px 0px 0px;
    margin-bottom: 3px;
    clear: both;
}

.investField .label{
    float: left;
    width: 146px;
    font-weight: bold;
    padding: 0px 20px 0px 0px;
    text-align: left;
}

.investField .label span{
    display: block;
    font-weight: normal;
    font-size: 11px;
}

.investField .value{
    float: left;
    width: 204px;
    text-align: left;
}

.loHeight{
    font-size: 1px;
    height: 2px;
}

.right{
    float: right;
}

.mainLabel{
    text-align: left;
    height: 27px;
}

.mainLabel .title{
    color: #037731;
    font-size: 13px;
    font-weight: bold;
    padding-right: 7px;
    display: block;
    float: left;
    padding-top: 2px;
}

.mainLabel .value{
    height: 19px;
    background: #f4f4f4;
    display: block;
    float: left;
    padding: 3px 10px 0px;
}


.imgMin{
    display: block;
    width: 116px;
    float: left;
    margin-right: 10px;
}

.imgMinLast{
    margin-right: 0px;
}

#google_translate_element{
    margin-left: 71px;
}