/**********************SCENARIUSZE********************/
p.scen_ogolny{
	   font-style: italic;
		line-height: 1.5em;
		margin:0px 40px 0px 40px;
		text-align: justify;
		border: 1px black solid;
		padding: 10px;
}

p.scen_zasady{
	    font-weight: bold;
		line-height: 1.5em;
		text-align: justify;
}


div#scenariusz{
	padding: 10px;
	/*position: relative;*/
}

/*************************/
table.scen_etap1{
border: 1px black solid;
background-color: White;
}

table.scen_etap1 td{
 height: 25px;
}

#bialy {
background:url(../zdjecia/bialy.png) repeat-y ;
}

#bialy2 {
background:url(../zdjecia/bialy2.png) repeat-y ;
}

#bialy3 {
background:url(../zdjecia/bialy3.png) repeat-y ;
}
/*
table.scen_etap1 tr.nagloweklink {
	   font-size: 1.2em;
		color: White;
		background: Black;
}
*/
table.scen_etap1 tr.nagloweklink a {
	   color: White;
}


/*rodzaj rozgrywki*/
table.scen_etap1 td.wygrana{
	background: Green;
}

table.scen_etap1 td.dogrywka{
	background: #fee300;
}

table.scen_etap1 td.przegrana{
	background: Red;
}