html, body, div, span, pre, code, a, p, img, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, fieldset, label, legend { 
  border: 0;
  margin: 0;
  padding: 0;
}



html, body {
	height: 100%;
	background-color:#3e3e3e;  
	background: url(img/bg.jpg);
	text-align:center;
}

#belka {


	top: 80px;
	left: 112px;
	height: 150px;
	width: 780px;
	position: absolute;
	z-index: 1000;
}




#menu {

	top: 230px;
	left: 112px;
	width: 780px;
	position: absolute;
	z-index: 1000;
	font: 11px Verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#999999;
	background-image: url(img/footerbg2.png);

}
	

#menu #current {
	border-bottom: 5px solid #000;
 }

#menu #last a {
	margin-right: 0;
}

#menu a {
	float: left;
	height: 18px;
	margin-right: 25px;
	text-decoration: none;
}

#menu a:hover {
	border-bottom: 5px solid #333399;
	cursor :  crosshair;
}

#menu li {
	display: inline;
	margin: 0; text-align: center;
}


#menu ul {
	height: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}




#content {
	top: 252px;
	left: 112px;
	width: 760px;
	position: absolute;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 14px;
	background-color:#999999;
	color:#ffffff;
	padding:10px 10px 10px 10px;


}


#obrazek {

	float:left;
	padding:15px 15px 15px 15px;
}




/*   góra prawo dol lewp */

.galeria

{

	border-style: #5e5e5e 1px dotted;
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
}


#footer {
	height:21px;
	width: 760px;
	text-align: center;
	font-size:12px;
	color:#7d7d7d;
	vertical-align:bottom;
	margin:0px 0px 0px 0px;
	background-color:#E7E7E7;
	background-image: url(img/footerbg.gif);
	 
}





p { line-height: 22px; }


a {
	color: #192a72;
	border:none;
	text-decoration: none;
}

a:hover {
	color: #df0010;
	cursor :  crosshair;
}



