/* struktura */

html {
margin : 0; 
padding : 0; 

} 


body {
font-size: 11px;
font-family : Georgia; 
color : #6e6c6d; 
margin : 0; 
padding : 0; 
background: #040404;
} 


#wraper {
width: 930px;
margin:0;
padding:0;
background: #040404;
}


#top {
width : 930px;
height: 241px;
display:block;
background: url(images/top.jpg) no-repeat;
} 




#main {
width: 930px;
display: block;
position: relative;
background: #040404;
}

#left {
float : left; 
display:inline;
width :429px;
height: 559px;
background:  #040404 url(images/left.jpg) no-repeat;
} 

#licznik
{
padding-top:370px;
}


#right {
float : right; 
display:inline;
width : 501px;
position: relative;
background: #040404;
} 

#text {
font-size: 13px;
font-family: Georgia;
color : #6e6c6d; 
padding-left: 8px;
padding-right: 5px;
width: 297px;

text-align:justify;
float : left; 
display:inline;
}

#text2 {
font-size: 13px;
font-family: Georgia;
color : #6e6c6d; 
padding-left: 8px;
padding-right: 5px;
width: 488px;

text-align:justify;
float : left; 
display:block;
}

#slide {
font-size: 12px;
font-family: Times New Roman;
color : #545454; 
width: 179px;
height: 461px;
float : right; 
display:inline;
background:  #040404  no-repeat;
}






#footer {
display : block; 
width: 930px;
height: 70px; 

background: #040404;
clear:both;
} 


ul#menu, ul#menu li {
	display: block;
	list-style: none;
		float: left;
}

ul#menu{
	width: 116px;
	margin-left: 55px;
padding-top: 35px;
	

}

ul#menu li {
width: 116px;
height: 33px;
background: url(images/menu.jpg) bottom no-repeat;
text-align: left:
}


ul#menu li:hover {

}

ul#menu a:link, ul a:visited {
	display: block;
	text-decoration: none;
	padding-bottom: 5px;	
	color: #e8a23a;
              font-size:16px;
              font-style: italic;
              font-family: Georgia Times New Roman;
              text-align: left:

           }

ul#menu a:hover {
color: #fff;
font-weight: bold;
}



ul {
list-style: disc;
padding-top: 5px;
}

ul li {
padding-top: 4px;
}


h1, h2, h3, h4, h5, h6 {
color : #524a3e; 
font-family : Times New Roman; 
font-weight : bold; 
font-size: 15px;
text-align:left;
text-indent: 10px;
font-style: italic;
padding-bottom: 8px;
} 



a:link, a:visited {
color : #d59416; 
text-decoration : none; 
} 
a:active, a:hover {
text-decoration: underline;
} 

#prawy {

display: inline;
float: right;
}

#lewy{

display: inline;
float: left;
}

#frame {
padding-top: 10px;

}




