 html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #006DAD;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}  

#pagewidth{ 
 width:970px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
  
#twocols{
 width:820px; 
 float:right; 
 position:relative; 
 }
 
#leftcol{
 height: 1578px;
 _height: 1755px;
 width:150px; 
 float:left; 
 position:relative; 
 background-color:#61ACD7; 
 text-align: center;
 }
 
#rightcol{
 height: 1578px;
 _height: 1755px;
 width:150px; 
 float:right; 
 position:relative; 
 background-color:#61ACD7;
 text-align: center;
 }
 
#maincol{
 background-color: #A7D0E9;
 float: left;
 display: inline;
 position: relative;
 width: 670px;
 height: 1578px;
 _height: 1755px;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14pt;
 color: #006DAD;
}
#maincol hr{
 color: #83BDE0;
}
#maincol table{
 font-size: 11pt;
 color: #006DAD;
  font-weight: bold;
 text-align: center;
}
 
 #maincol table td{
 padding-bottom: 10px;
}

#maincol h1{
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 20pt;
 color: #006DAD;
 }
 
#maincol h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16pt;
 color: #007FC8;
}
 
#maincol a:link {
 color: #005C90;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 14pt;
}

#maincol a:visited {
 color: #005C90;
 text-decoration: none;
}

#maincol a:hover {
	color: #DC143C;
	text-decoration: none;
}
 
#footer{
 background-color:#4296CE; 
 clear:both;
 text-align: center;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #BDDFF7;	
 font-size: 11px;
 padding: 20px;
 } 
 
#footer a:link {
 color: White;
 text-decoration: none;
 font-weight: bold;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer a:visited {
 color: White;
 font-weight: bold;
 text-decoration: none;
}

#footer a:hover {
 color: #E3E3E3;
 text-decoration: none;
}
 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0;
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

* html .clearfix{height: 1%;}
.clearfix{display: block;}
.reklama {
float: center;
font-family:Arial, Helvetica, sans-serif;
margin-top: 25px;
width: 116px;
height: 18px;
font-size:10pt;
border-style:solid;
border: 1px;
border-color:#FFFFFF;
padding: 5px;
}
.reklama a {
text-decoration:none;
color:#FFFFFF;
}
.reklama a:hover{
color:#000000;

 }
@media print{ 
#leftcol{display:none;} 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
} 