html { background: #010000 url(bg.gif) repeat-x; }
body { color: #BEBEBE;  font-family: verdana; font-size: 9pt;}


/*linki start*/
a, a:visited {
	text-decoration: none;
	color: #BEBEBE;	
}
a:hover {
	color: #fff;
	border-bottom: 0px dotted white;
}
/*linki koniec*/


#CIALO {
	width: 950px;	
	margin: 0 auto;
	text-align: left;		
}


#menu_left {
   position: absolute;
	bottom: 100px;
	left: 100px;
	float: left;
	width: 300px;
	padding: 0; margin: 0px 18px 0 0;		
	display: inline;	
}	
/*
#sidebar ul.sidemenu {
font-size: 10pt;
	text-align: left;
	margin: 20px 5px 20px 0px; 
	padding: 0;		
	border-top: 0px solid #111;		
}

*/
#menu_left ul.sidemenu_left li {
  font-family: verdana;
  font-variant: small-caps;
  font-size: 10pt;
  list-style: none;
  padding: 4px 10px;
  margin: 0;	
  /* border-bottom: 2px solid #111; */
 }	

#kontakt {
   position:absolute;
	bottom: 150px;
	right: 100px;
	float: left;
	width: 300px;
	padding: 0;
	margin: 0px 18px 0 0;		
	display: inline;	
	background-image: url(szach.gif);
   font-family: verdana;
   font-variant: normal;
   font-size: 10pt;
}	

#kontakt h1, h2, h3, h4 {
   font-variant: small-caps;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #070707;
	border: 1px solid #111;   
}
	
#stopka {	
 	clear: both;
 position:absolute;
	bottom: 50px;
	right: 500px;
	padding: 1em 0 2.5em 0;
	background: #010000;
	color: #4E4E4E;
	width: 100%;
	float: left;		
	border-bottom: 60px solid #010000;	
}
#stopka a {	
	color: #0E909C;
	border: none;
}
#stopka a:hover {
	color: #fafafa;
}
#stopka .rssfeed {
	background: url(rss.gif) no-repeat left 1px;
	padding-left: 17px;
}

#stopka-center {
	float: center;
	width: 100%;
}	