@charset "windows-1250";
/* CSS Document */

body {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serifMS;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFF;
}

a {
	color:#FFF;
}

.mp_galeria {
	width: 490px;
}

.mp_miniatury {
	width: 150px;
	padding-bottom: 20px;
}

.mp_miniatury_separator {
	width: 20px;
}

.form {
	height: 30px;
	vertical-align: middle;
	padding: 5px;	
	padding-left: 0px;
}

.rama_w1_l {
	background-color: #dfdede;
	background-image: url(img/naglowek_tlo.jpg);
	text-align: right;
	height: 242px;
}

.rama_w1 {
	background-color: #dfdede;
	text-align: center;
	width: 995px;
	height: 242px;
}

.rama_w1_p {
	background-color: #dfdede;
	background-image: url(img/naglowek_tlo.jpg);
	text-align: left;
	height: 242px;
}

.rama_w2_l {
	background-color: #1e2e29;
	background-image: url(img/menu_tlo.jpg);
	background-repeat:repeat-x;	
	text-align: right;
	height: 38px;
}

.rama_w2 {
	background-color: #1e2e29;
	background-image: url(img/menu_tlo.jpg); 
	text-align: left;
	height: 38px;
}

.rama_w2_p {
	background-color: #1e2e29;
	background-image: url(img/menu_tlo.jpg);
	background-repeat:repeat-x;	
	text-align: left;
	height: 38px;
}

.rama_w3_l {
	background-color: #1e2e29;
	text-align: right;
}

.rama_w3 {
	background-color: #1e2e29;
	text-align: center;
	width: 995px;
}

.rama_w3_p {
	background-color: #1e2e29;
	text-align: left;
}

.rama_w4 {
	background-color: #1e2e29;
	background-image: url(img/stopka_tlo.jpg); 
	text-align: center;
	height: 7px;
}

.rama_w5 {
	background-color: #FFF;
	text-align: center;
	height: 100px;
}

.tresc {
	background-color: #1e2e29;
	width: 995px;
}

.tresc_menu {
	line-height: 20px;
	vertical-align: top;
	text-align: right;
	color:#FFF;
	font-size: 18px;
	padding-top: 40px;
	width: 235px;
}

.tresc_podzial {
	background-image: url(img/podzial_tlo.jpg); 
	width: 1px;
}

.tresc_info {
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 36px;
	width: 531px;
	height: 300px;
}

.tresc_dodatki {
	width: 188px;
}

.przycisk_mg {
	border: none;
}

.pozycja_mb {
	list-style: none;
	outline: 1px solid blue;
}

.odnosnik_mb {
	color:#FFF;
	display: block;
	text-decoration:none;
	padding-right: 36px;
	padding-bottom: 10px;
}

.odnosnik_mb:hover, active {
	color:#99477e;
	text-decoration:none;
	padding-right: 36px;
	padding-bottom: 10px;
	background-image: url(img/odnosnik_mb_tlo.jpg);
	background-repeat: no-repeat;
	background-position:right;
}


.tytul {
	font-size: 18px;
	color:#99477e;
}

.podtytul {
	font-size: 14px;
}

.opis {
	font-size: 12px;
	color:#FFF;
}

.trenerzy {
	width: 1005;
}

.trenerzy_zdjecie {
	width: 220px;
	text-align: left;
}


.trenerzy_opis {
	vertical-align: top;
}

ul {
	font-size: 12px;
	color:#FFF;
}

input {
	font-size: 12px;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serifMS;
}

textarea {
	font-size: 12px;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serifMS;
}

table.galeria
{
	
}

table.galeria_zdjecie_pelne
{
	width: 640px;
	height: 480px;
}

table.galeria_zdjecie_pelne td
{
	text-align: center;
}

td.galeria_miniatura
{
	border: 1px solid  #999;
	height: 150px;
	width: 229px;
	padding: 0px;
	text-align: center;
}

td.galeria_odstep
{
	width: 15px;
}

td.galeria_odstep_poziomy
{
	height: 8px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index: 10000;
	
	/* styling */
	background-color: #1e2e29;
	
	width: 642px;	
	height: 482px;
	border: 1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(img/overlay/close_btn.png);
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
	height: 25px;
	width: 25px;
}
