html, body{ 
 margin:0; 
 padding:0; 
 font-family: verdana, arial, "Arial CE", sans-serif;
/* background-image: url('images/tlo2.gif'); */
 text-align:center; 
 background-color: #000000;
 background-repeat:repeat;
} 
a:link {
	color: #585858;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 margin-bottom:auto;
} 
 
#gorna {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}

#gorna a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#gorna a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#gorna a:hover {
	color: #FF0000;
	text-decoration: none;
}
#gorna a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper{
 border: 0px; 
}
 
#lewa{
 position:relative; 
 width:16%; 
 float:left;
 border: 0px;
 margin-bottom:0px;
 }
 
#kolumna{
 width:83%; 
 float:right; 
 position:relative; 
 border: 0px;
 margin-bottom:0px;
  }
 
#zawartosc{
 margin-top: 40px;
 float: left; 
 display: block; 
 position: relative; 
 width:640px; 
 border: 0px;
 }
 
#dolna{
/* height:15px; */
 text-align:center;
 clear:both;
 } 
 
#menu_l a { 
display: block; 
text-decoration: none; 
color: #585858; 
padding: 1px; 
border-left: 6px solid #353535; 
margin-bottom: 1px; 
} 

#menu_l a:hover { 
color: #FF0000; 
border-left: 6px solid #FF0000; 
} 

.grupa_czerw {
color: #FF0000; 
border-left: 6px solid #FF0000; 
}

.grupa {	
/* margin-bottom: 4px; */
margin: 15px 0px 4px 0px;
border-bottom: 2px solid #333333;
border-bottom-style: inset;
color: #999999;
font-weight: bold;
}
.text1 {
	font-size: 12px;
	color: #FFFFFF;
}
.stopka {
	color: #666666;
	font-size: 10px;
}
.maly_bialy {
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.maly_czerwony {
	font-size: 9px;
	font-weight: bold;	
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
}
.maly_szary {
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.sredni_szary {
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.tytul {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
}
.tresc {
	text-align:justify;
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
} 
.h2 {
	text-align:left;
	font-size: 14px; 
	font-weight: bold; 
	color: #FF0000; 
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0px; 
 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*/ 
#lewa{display:none;} 

/*hide the right column when printing*/ 
#prawa{display:none;} 
#srodek, #zawartosc{width:100%; float:none;}
}

