@charset "utf-8";

div#regulamin_sekcja {
	width: 960px;
	position: relative;
}

div#regulamin_tytul {
	background-image:url(../gfx/regulamin/tytul.png);
	background-repeat:no-repeat;
	
	width: 233px;
	height: 18px;
	
	position: absolute;
	top: 47px;
	left: 10px;
}

div#regulamin_punkty {
	position:absolute;
	top:25px;
	right: 10px;
	width: 520px;
	height: 30px;
	line-height: 150%;
	
	text-align: center;
	vertical-align: middle;
}

div#regulamin_punkty a:link,
div#regulamin_punkty a:active,
div#regulamin_punkty a:visited{
	
	font-size: 16px;
	font-weight: bold;
	color: #898e93;
	text-decoration: none;
	
	padding-left: 20px;
}

div#regulamin_punkty a:hover {
	color: #34393e;	
}

div#rozdzial {
	text-align:justify;
	padding-bottom: 10px;
}

div#do_gory {
	padding-top: 10px;
	text-align: right;
}