html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #aeadad;
	background-image: url(images/bgtlo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	font-family: Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #e5e5e5;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color: #3060a8;
} 
 
#header{
 position:relative; 
 height:185px; 
 background-color:#fff; 
 width:1000px;
 border-bottom-width: 9px;
 border-bottom-style: solid;
 border-bottom-color: #46b533;
} 
 
#leftcol{
	width:300px;
	float:left;
	position:relative;
	font-size: 12px;
	font-family: Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #e5e5e5;
}

#twocols{
 width:680px; 
 float:right; 
 position:relative; 
 background-color: #3060a8; 
}
 
#maincol{
	padding: 20px 25px 0 20px;
	background-color: #3060a8;
	float: right;
	display:inline;
	position: relative;
	width: 93%;
	font-size: 13px;
	font-family: Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #e5e5e5;
	background-image: url(images/bg_abstr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
 
#footer{
	height:80px;
	clear:both;
	background-color: #aeadad;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #46b533;
	font-size: 12px;
	font-family: Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #4c4c4c;
	text-align: left;
	padding: 0px 25px 0 27px;
} 

.mod p {
text-align: left;
width: 87%;
font-size: 12px;
font-family: Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
line-height: 18px;
font-weight: normal;
color: #e5e5e5;
padding: 20px 30px 25px 27px;
}

h1 {
	font-size: 18px;
	font-family: Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: normal;
	color: #99ccff;
	padding-top: 20px;
}
h2 {
	font-size: 13px;
	font-family: Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #e5e5e5;
}
.nazwa {
	font-size: 18px;
	font-family: Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
}

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
