@charset "utf-8";
/* CSS Document */
body {
	background:url(images/bg.jpg) center top no-repeat;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Verdana, sans-serif;
	font-size:11px; 
	color: #616161;
	padding-top:154px;
}

#logo{
	left: 50px;
    position: absolute;
    top: -120px;
	border:0px;
}

.centry .sitemain {
	width: 850px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}

.clear{clear:both; margin:0; padding:0;}
.left{float:left}
.right{float:right}
.clearfix:before,
.clearfix:after { 
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */
p{margin-top:0}


ul#menu{
	width:850px;
	clear:both;
	background:url(images/menu.png);
	height:34px;
	position:relative;
	margin-bottom:20px;
}
ul#menu, ul#menu li{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul#menu li{
	float:left;
	position:relative;
	height:34px;
}
ul#menu li a{
	height:34px;
	line-height:34px;
	display:block;
	padding:0 11px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	color:#616161;
	text-decoration:none;
	text-transform:uppercase;
}
ul#menu li:last-child a:hover{
	padding: 0 14px;
}
ul#menu li a:hover, ul#menu li a.hover{
	background:url(images/hover.jpg);
	color:#efeff0;
}
#container{
	position:relative;
	padding:9px;
	margin-top:10px;
}
#boxes{
	clear:both;
	position:relative;
	overflow:hidden;
}
.box{
	float:left;
	background:url(images/box.jpg);
	width:192px;
	height:134px;
	padding:8px;
	position:relative;
}
.box a{
	position:absolute;
	display:block;
	width:192px;
	height:134px;
	padding:8px;
	background-color: rgba(204,204,204,0.01);
}
.box p.title{
	font-size:22px; 
	font-family: 'Open Sans Condensed', sans-serif;
	margin:0;
	line-height:normal;
}
.box p{line-height:20px; margin-top:5px;}
#textContent{
	background:#FFF;
	border:1px solid #e9e9e9;
	margin-top:10px;
	padding:15px;
	line-height:20px;
}
#textContent h3{
	margin-top:0;
	color:#016103;
	font-size:14px;
}
.columnLeft{
	width:570px;
	border-right:1px #e9e9e9 solid;
	padding-right:15px;
	margin-right:15px;
}
.columnRight{
	width:180px;
}
#footer{
	margin:15px 0;
	margin-top:10px;
	clear:both;
	overflow:hidden;
	text-align:center;
}
a{
	text-decoration:none;
	color:#016103;
}
a.red{color:red;}


/* OSTYLOWANIE MENU ROZWIJANEGO */
ul#menu ul li{
	background:#064e7e url(images/menubg.jpg) repeat-x top;
	height:30px;
	line-height:30px;
	padding: 0 5px;
	width:100%;
}
ul#menu ul li a{
	font-size:11px;
	font-family:Verdana, sans-serif;
	display:block;
	color:#FFF;
	height:30px;
	line-height:30px;
	text-transform:none;
	white-space: nowrap;
	padding:0 5px;
	font-weight:bold;
}
ul#menu ul li a:hover, ul#menu ul li a:hover{background:transparent; color:#fff333;}
ul#menu ul li:last-child a {padding:0 5px;}
ul#menu li ul li ul {margin-top:-1px;margin-left:3px;}

.sidemenu, .sidemenu  li{list-style-type:none;padding:0;margin:0;}
.sidemenu li{border-top:1px solid #E9E9E9; padding:5px 0px;}

h1#ssh1 {
font-size:20px; 
color:#626262;
padding:0;
margin:0px 0px 5px 0px;  
} 
h1#ssh1page {
color: #016103;
font-size: 20px;
margin-top: 0; 
border-bottom:1px solid;
line-height:170%;
}
.ssh2 {
font-size:16px !important; 
color:#626262 !important;
padding:0;
margin:0;  
}
div#ssmain p {
text-align:justify;
margin-bottom:0px;

}
h2.ssh2page{
color: #616161;
font-size:18px;
}
.ssjust
{
text-align:justify;
}
.sshead {
 font-weight:bold; 
 font-size:13px;
}
.caps {
text-transform:uppercase;
}   
 .ofertaag .nazw {font-size:14px; font-weight:bold;}
 .ofertaag img {float:left; width:150px; padding-right:10px;}
 .ofertaag li {margin-bottom:10px;}
 .opi {float:left; width:350px;}
 .cl {clear:both;}
