@charset "utf-8";

/* CSS Document */
*{
	margin:0px;
	padding: 0px;
}
body, html {
	text-align: center;
	margin: 0px auto;
	width:auto;
	height:auto;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	color:#1b0f06;
	font-size: 0.9em;
	text-align:left;
	overflow:auto;
	background: #fff;  
}
a {
	text-decoration:none;
	color:#060;
}
h1, h2, h3, h4, h5 {
	text-align:left;
	color:#060;
	margin:3px;
	font-family: 'Source Sans Pro', sans-serif;
}
#top {
	width:auto;
	margin:auto;
	padding:0;
	height:340px;
	background:url(../img/topBg.jpg) repeat-x;
}
#top .search{
	padding:3px;
	height:33px;
	float:right;
}
#top .search form{
	float:right;
}
#top .search .input{
	float:left;
}
#top .search input{
	padding:0 5px;
}
#top div.left{
	height:260px;
	background-image:url(../img/banerL.jpg);
}
#top div.right {
	height:260px;
	background-image:url(../img/banerR.jpg);
}
div.korekta{
	display:block;
	text-align:center;
	font-size:15px;
	background-color:#C00;
	
	padding:5px;
	position:absolute;
	left:45%;
	top:0;
	box-shadow:0 0 4px #000; 
}
div.korekta a{
	display:block;
	float:left;
	padding:5px;
	border-right:dashed #666 1px;
	color:#fff;
}
.work {
	background:url(../img/workBg.jpg) top center no-repeat;
}
ul.leftMen {
	font-size:12px;
}
ul.leftMenu a.link {
	
	color:#030;
}
ul.leftMenu li li a.link {
	color:#390;
}
ul.leftMenu ul.leftMenu{
	
	list-style-image:url(/img/list2.png);
}
ul.leftMenu {
	clear:both;
	float:none;
	margin:0;
	padding:5px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:110%;
}
ul.leftMenu a{
	text-decoration:none;
}
ul.leftMenu li {
	display:block;
	width:190px;
	min-height: 25px;
	margin: 5px;
	padding:5px 0 0 10px;
	background:url(../img/liBg.jpg) top left no-repeat;
}
ul.leftMenu li.rodzic span {
	margin-bottom:20px;
	height:20px;
	font-size:0.9em;
}
ul.leftMenu li li{
	width:auto;
	min-height: 12px;
	padding: auto;
	margin: auto;
	background-image:none;
	list-style-image:url(../img/list2.png);
}
.mini {
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
}
#bottom {
	background:url(/img/bottomBg.jpg) top repeat-x #8dbb31;
	min-height:350px;
	color:#FFF;
}
.stopka {
	padding: 10px;
	background:url(../img/bottomPasek.jpg) bottom center no-repeat;
	text-align:center;
	font-size:10px;
}
.rightProjekty {
	font-size:0.9em;
}
.rightProjekty li{
	list-style-image:url(../img/list2.png);
}
.rightProjekty img{
	clear:both;
	float:none;
	padding:5px;
	border-bottom: 1px dashed #D3DDD0;
}
.rightProjekty li{
	margin-bottom: 5px;
}
div.topMenu ul{
	
	float:right;
}
div.topMenu ul li{
	border-right:#6CA947 1px solid;
	float:left;
}
div.topMenu ul li a {
	display:block;
	padding: 11px 14px;
	
	color:#FFF;
	}
div.topMenu ul li a:hover {
	background:url(../img/butTopBg.jpg) repeat-x #fff;
	color:#030;
}
div.newsBox {
	clear:both;
	float:none;
	width:520px;
	padding: 5px;
	border-bottom: dashed 1px #D3DDD0 ;
	margin-bottom:10px;
	color:#385A3E;
	height:auto;
	overflow:auto;
}
div.newsBox ol,
div.newsBox ul, div.newsBox li {
	padding-left:10px;
  list-style-image:url(../img/list2.png);
}
div.newsBox h1.tytul {
	margin-bottom:20px;
	float:right;
	width:305px;
	font-size:130%;
	color:#363;
}
div.newsBox h1.full {
	width:515px;
}
div.newsBox p{
	text-align:justify;
	font-size:0.85em;
	margin: 10px 0 10px;
}
div.newsBoxImg {
	margin: 13px 15px 5px 5px;
	padding: 3px;
	border:#CCC 1px solid;
	float:left;
}
div.galeria img {
	margin: 5px;
	padding: 3px;
	border:#CCC 1px solid;
	float:left;
}
p.mini {
	margin:3px;
}
span.data {
	clear:both;
	float:right;
	color:#CCC;
	padding:1px;
	margin:3px;
	border-top:#CCC dotted 1px;
	text-align:right;
	font-size:10px;
}
span.wiecej {
	clear:both;
	float:right;
	color:#C00;
	padding:1px;
	margin:3px;
	text-align:right;
	font-size:11px;
}
div.paginationControl {
	clear:both;
	float:none;
	color:#CCC;
	font-size:10px;
	text-align:center;
}
div.galeria a{
	float:left;
}
div.alert {
	width:auto;
	height:auto;
	margin:2px;
	padding:5px;
	color:#FFF;
	background-color:#C00;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	display:none;
}

a.wiecej {
    background-color:#E1EAE1;
    border: 1px solid #B3CAAA;
    border-radius: 3px 3px 3px 3px;
    clear: right;
    color:#030;
    display: block;
    float: right;
    font-size: 10px;
    margin: 20px 5px;
    padding: 5px 10px;
}
a.wiecej:hover {
    background-color: #FFFFFF;
    border-color: #E1EAE1;
    color: #000000;
}
	