html, body{ 
 margin:0 auto;
 padding:0; 
 color: #333;
 background: white;
 font-family: Arial, Tahoma, sans-serif, Verdana;
 font-size: 10pt;
 width: 100%;
}
a {
 text-decoration: none;
 color: #666699;
}
a:hover {
 text-decoration: underline;
}
hr {
 border-top: 1px solid #666699;
 border-bottom: none;
 border-left: none;
 border-right: none;
}

/* nagłówek */
#header{
 position:relative; 
 height:91px; 
 background: url(baner_20_5.jpg) no-repeat left;
 width:100%;
 text-align: left;
 line-height: 20pt;
 font-size: 16pt;
 color: white;
 border-bottom: 1px solid #666699;
}
#header img {
 float: left;
 border: none;
}

/* lewe menu */ 
#leftcol{
 width:200px; 
 float:left; 
 display: inline;
 position:relative;
}
#leftcol li {
 list-style-type: circle;
 margin: none;
 padding: none;
 padding-bottom: 0.5em;
}
#leftcol ul {
 margin: none;
 padding: none;
 /* padding-left: 30px;*/
}

/* treść */
#maincol{
 margin-left: 200px;
 /*margin-right: 150px;*/
 text-align: justify;
 padding: 0 2em 0 2em;
}
#maincol img {
 border: 1px solid #666699;
 margin: 10px;
}
#maincol h1 {
 font-size: 14pt;
 font-weight: normal;
 border-bottom: solid 1px #666699;
}
#maincol h2 {
 font-size: 12pt;
 font-weight: normal;
}

/* baner */
#header2{
 margin-left: 200px;
 padding: 0 1em;
 min-height: 80px;
 vertical-align: center;
 text-align: center;
 font-size: small;
 border-bottom: 1px dotted #666699;
}
#header2 img{
 border: none;
 margin: 0;
}

/* prawe menu */
#rightcol {
 width:150px; 
 float:right; 
 display: inline;
 position:relative;
}

/* stopka */
#footer {
 min-height:30px; 
 background-color:#ebe9e9; 
 clear:both;
 font-size: 7pt;
 text-align: left;
 border-left: 200px solid #666699;
 padding-left: 1em;
} 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;} 
  #twocols, #maincol{width:100%; float:none;}
 }

