body{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#calosc{
	width:732px;
	margin:auto;
	position:relative;
}

#naglowek{
	background-image:url("img/tlo_naglowka.png");
	height:220px;
}

#naglowek h1{
	margin:0;
	background: 180px 50px url("img/tytul.png") no-repeat;
	width:732px;
	height:104px;
}

#naglowek h1 span{
	display:none;
}

#gora{
    display:block;
	background: url(img/tlo_gora.png) no-repeat;
}

#tresc{
	background: url(img/tlo_tresci.png);
	line-height:2.2em;
	color:#355;
	min-height:500px;
}

#tresc a{
	color:#002;
	font-weight:bold;
	text-decoration:none;
}

#tresc a:hover{
	text-decoration:underline
}


h2{
	margin:0;
	font-family: "Courier New", Courier, monospace;
	font-size:24px;
	color:#055460;
}

h3{
	margin:0;
	font-family: "Courier New", Courier, monospace;
	font-size:19px;
	font-style:italic;
	color:#055460;
}

#prawy{
	float:right;
	width:250px;
	background-color:#fff;
	margin-top:48px;
	margin-right: 25px;
}

#prawy p, #prawy h3{
	margin:20px;
}

#prawy img{
	float:right;
	margin-bottom:20px;
}

#lewy{
	margin-right:250px;
	padding:48px;
}

#logo{
	width:200px;
	height:193px;
	background-image:url("img/logo.png");
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	right:-50px;
}

 #stopka{
 background-image:url('img/tlo_stopki.png');
 background-repeat:no-repeat;
 color:white;
 height:24px;
 font-weight:8px;
 }
 
 #stopka a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
 }
 
  #stopka a:hover{
	text-decoration:underline
 }
 
 #stopka p{
 margin:0;
 text-align:center;
 padding-top:8px;
 	
 }