/* CSS Document */
body {
      background-color:#EFEFEF;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:12px;
	  font-style:normal;
	  color:#000066;
	  }
	  
a:link, a:visited {
      color:#000066;
	  text-decoration:underline;
	 
	  }
	  
a:hover {
       color:#000066;
	   text-decoration:underline;
	   }
	   
h1 {font-size:160%; text-align:left; font-family:"Century Gothic";}
h2 {font-size:140%; text-align:left; color:#990000;}
h3 {font-size:120%; text-align:left; color:#990022}
p {font-size:100%; text-align:justify;}

/* glowne elementy struktury strony */
#main {
       position:absolute;
	   top:20px;
	   left:auto;
	   width:800px;
	   height:600px;
	   background-color:#f6f5f4;
	   
	   }
	   
/*naglwek */
#top {
       position:absolute;
	   top:0px;
	   left:0px;
	   width:800px;
	   height:80px;
	  
	   }
#logo {
		position:absolute;
		top:0px; 
		width:200px; 
		height:75px; 
		background-color:#e8e8e8; 	

		}	   
	   
#sub_menu {
		position:absolute; 
		top:80px; 
		left:0px; 
		width:800px; 
		height:40px; 
		background-color:#c7cccf; 
		text-align:right; 
		padding-top:7px
		}
		
#linia	{
		position:absolute;
		top:120px;
		left:0px;
		width:800px;
		height:5px;
		background-color:#000099;
		z-index:1;
		}


#tekst_top {position:absolute; top:0px; left:200px; width:600px; height:80px; background-color:inherit;}

/*****************  end   *************************/ 
	  


/* menu */
#menu {
       position:absolute; 
	   top:120px; 
	   left:0px; 
	   width:200px; 
	   height:460px; 
	   background-color:#e8e8e8;
	   }
	   
.telefon {
       list-style-image:url(bitmaps/telefon_maly.gif);
	   font-size:9px;
	   }

.male {width:180px; height:5px; background-color:inherit; border:none;}	   
.duze {width:180px; height:22px; background-color:inherit; font-weight:800;background-repeat:no-repeat; text-align:center;}
.biale {width:200px; height:30px; background-color:inherit; font-weight:800; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; color:#FF0000; text-align:center;}

/*****************  end   *************************/ 


/* wypelnienie i teksty czesci centralnej */ 

#center {
        position:absolute;
		top:120px;
		left:200px;
		height:440px;
		width:560px;
		background-color:#f6f5f4;
		background-repeat:no-repeat;
		background-position:bottom right;
		padding:20px
		}

.tekst_maly {font-size:80%;}

.left_menu {
			background-image:url(bitmaps/g2.jpg); 
			background-repeat:no-repeat; 
			background-position:center; 
			width:200px; 
			height:40px; 
			text-align:left;
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			padding-left:30px; 
			cursor:pointer;
			}