@charset "utf-8";


/****************************** L A Y O U T ***************************************/



/*"""""""""""""""""""""""" OGOLNE """""""""""""""""""""""""""""*/

body {
	background: url(../images/bg_tresc.jpg) top repeat-x;
	text-align: center;
	z-index: 0; 
}

#t1 {	/* bg 1 */
	background: url(../images/bg_rozblysk.png) center top no-repeat;
	z-index: 1; 
}

#t2 {	/* bg 2 */
	background: url(../images/bg_miasto.png) center 7px repeat-x;
	z-index: 2; 
}

#kontener {		/* glowny */
	width: 960px;
	margin: 0 auto 0 auto;	/* g, p, d, l */
}




/*""""""""""""""""""""""""""" HEADER """""""""""""""""""""""""""*/

#nag_str {	/* header */
	width: 960px;
	margin: 0 0 75px 0;
}


/*------- NAWIGACJA -LOGO ---------------*/

#nav_gora {		/* kontener (logo+linki+jezyki) */
	width: 960px;
	position: relative;
	padding: 55px 0 0 0;	/* g, p, d, l */
	margin: 0 0 45px 0;
}


/*---------------- LOGO ----------------*/

#logo_pl {
	width: 154px;
	height: 159px;
	text-align: center;
	float: left;
	background: url(../images/logo_cien.png)center bottom no-repeat;
}

#logo_pl a {
	width: 155px;
	height: 138px;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo_SCKiS_de.png) no-repeat;
}




/*"""""""""""""""""""""""""" NAV GORA """"""""""""""""""""""""""*/

#menu_top {		/* <nav> nawigacja-gora(linki+jezyki) -kontener */
	width: 800px;
	float: right;
	text-align: right;
	position: relative; 
	z-index: 3;
}


/*--------- ZMIANA JEZYKA -------------*/

#zmiana_jezyka {
	width: 150px;
	height: 28px;
	float: right;
}

#zmiana_jezyka li {
	display: block;
	float: right;
}

#zmiana_jezyka a {
	width: 32px;
	height: 28px;
	margin: 0 0 0 5px;
	display: block;
	text-align: left;
	text-indent: -9999px;
}

.jezyk_PL a {
	background: url(../images/jezyk_PL.png) center 0px no-repeat;
}

.jezyk_PL a:hover {
	background: url(../images/jezyk_PL.png) center -28px no-repeat;
}

.jezyk_EN a {
	background: url(../images/jezyk_EN.png) center 0px no-repeat;
}

.jezyk_EN a:hover {
	background: url(../images/jezyk_EN.png) center -28px no-repeat;
}

.jezyk_DE a {
	background: url(../images/jezyk_DE.png) center 0px no-repeat;	
}

.jezyk_DE a:hover {
	background: url(../images/jezyk_DE.png) center -28px no-repeat;
}

.jezyk_CH a {
	background: url(../images/jezyk_CH.png)center 0px no-repeat;	
}

.jezyk_CH a:hover {
	background: url(../images/jezyk_CH.png) center -28px no-repeat;
}


/* button ON-wybor jezyka - dla (EN) */
#str_1 .jezyk_DE a, #str_2 .jezyk_DE a, #str_3 .jezyk_DE a, #str_3-0 .jezyk_DE a, #str_3-1 .jezyk_DE a, #str_3-1-1 .jezyk_DE a, #str_3-1-2 .jezyk_DE a, #str_3-2 .jezyk_DE a, #str_3-3 .jezyk_DE a, #str_4 .jezyk_DE a, #str_4-0 .jezyk_DE a, #str_4-1 .jezyk_DE a, #str_4-1-1 .jezyk_DE a, #str_4-2 .jezyk_DE a, #str_5 .jezyk_DE a, #str_6 .jezyk_DE a, #str_7 .jezyk_DE a, #str_8 .jezyk_DE a, #str_9 .jezyk_DE a, #str_10 .jezyk_DE a, #str_11 .jezyk_DE a, #str_12 .jezyk_DE a, #str_13 .jezyk_DE a, #str_14 .jezyk_DE a, #str_15 .jezyk_DE a {    
	background: url(../images/jezyk_DE.png)center -28px no-repeat;
}






/*---------- MENU GÓRA -------------*/

#menu_glowne {
	height: 45px;
	float: right;
	margin: 55px 0 0 0;		/* g, p, d, l */
	clear: both;
}

#menu_glowne ul {
	display: block;
	background: url(../images/bg_button_gora.jpg) left top repeat-x; 
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.5);
	box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.5);
	behavior: url(Scripts/PIE.htc);
}

#menu_glowne li {
	display: block;
	float: right;
}

.but_1, .but_2, .but_3, .but_4 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}

#menu_glowne a {
	height: 30px;
	display: block;
	float: right;
	padding: 13px 30px 2px 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #0063a0;
	text-align: center;
	white-space: nowrap;
}

#menu_glowne a:hover {
	color: #FFF;
	background: url(../images/bg_button_gora.jpg) left -45px repeat-x;
}

.but_1 a {
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	behavior: url(Scripts/PIE.htc);
}

.but_5 a {
	-moz-border-radius: 15px;
	border-radius: 0 15px 15px 0;
	behavior: url(Scripts/PIE.htc);
}

/* button ON - nawigacja góra (PL)  */	
#str_1 .but_1 a, #str_2 .but_2 a, #str_3 .but_3 a, #str_3-0 .but_3 a, #str_3-1 .but_3 a, #str_3-1-1 .but_3 a, #str_3-1-2 .but_3 a, #str_3-2 .but_3 a, #str_3-3 .but_3 a, #str_4 .but_4 a, #str_4-0 .but_4 a, #str_4-1 .but_4 a, #str_4-1-1 .but_4 a, #str_4-2 .but_4 a, #str_5 .but_5 a {
	color: #FFF;
	background: url(../images/bg_button_gora.jpg) left -45px repeat-x; 
}


/*"""""""""""""""""""""""""""" BANER """""""""""""""""""""""""""*/

#baner_top {	/* baner (foto+haslo) - kontener */
	width: 944px;
	height: 338px;
	padding: 8px;
	background-color: #FFF;
	position: relative;
	z-index: 4;
	-moz-border-radius: 0px 40px 0px 40px;
	border-radius: 0px 40px 0px 40px;
	-moz-box-shadow: 0px 0px 20px rgba(100, 100, 100, 0.4);
	box-shadow: 0px 0px 20px rgba(100, 100, 100, 0.4);
	behavior: url(Scripts/PIE.htc);
}


/*------------- BANER FOTO ---------------*/

#baner_foto_glowny, #baner_foto_sport, #baner_foto_kultura {		/* baner-foto GLOWNY */
	width: 616px;
	height: 338px;
	float: left;
	-moz-border-radius: 0px 0px 0px 40px;
	border-radius: 0px 0px 0px 40px;
	behavior: url(Scripts/PIE.htc);
}


#baner_foto_glowny {		/* baner-foto GLOWNY */
	background: url(../images/baner_ogolny.jpg) center center no-repeat;
}

#baner_foto_sport {			/* baner-foto SPORT */
	background: url(../images/baner_sport.jpg) center center no-repeat;
}

#baner_foto_kultura {		/* baner-foto KULTURA */
	background: url(../images/baner_kultura.jpg) center center no-repeat;
}


/*------------ BANER HASLO ------------*/

#baner_haslo {	/* baner-haslo -kontener */
	width: 320px;
	height: 338px;
	float: right;
	background: url(../images/bg_baner_haslo.jpg) left bottom repeat-x;
	-moz-border-radius: 0px 40px 0px 0px;
	border-radius: 0px 40px 0px 0px;
	behavior: url(Scripts/PIE.htc);
}

#baner_haslo h1 {
	display: block;
	padding-top: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFF;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	line-height: 33px;
	text-align: center;
	background: url(../images/baner_syrenka.png) center 65px no-repeat;
}

#baner_haslo h1 span {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	line-height: 36px;
}




/*""""""""""""""""""""""""" MENU BOK """""""""""""""""""""""""""*/

#menu_bok {		/* <nav> - kontener */
	width: 240px;
	position: relative;
	z-index: 3;
	float: left;
	margin: 0 40px 150px 0;		/* g, p, d, l */
}

#menu_bok ul {
	display: block;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #fff;	
	-moz-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	behavior: url(Scripts/PIE.htc);
}

#menu_bok li {
	display: block;
	background: url(../images/linia_pozioma.gif) left bottom repeat-x;
}

#menu_bok .but_10 {
	background-image: none;
}

#menu_bok a {
	height: 30px;
	display: block;
	padding: 12px 0 3px	25px;	/* g, p, d, l */
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #747474;
	text-decoration: none;
	font-weight: 700;
	text-align: left;
	background: url(../images/arr_menu.png) left 15px no-repeat;
}

#menu_bok a:hover {
	color: #ff6600;
}

#menu_bok .but_11, #menu_bok .but_6 {	/* aktualności blok (PL)  */
	display:none;
}

/* button ON nawigacaj bok (EN)  */
#str_6 .but_6 a, #str_7 .but_7 a, #str_8 .but_8 a, #str_9 .but_9 a, #str_10 .but_10 a, #str_11 .but_11 a {
	color: #ff6600;
}


/*----------- BANER 1% ------------*/
#baner_1procent {
	height: 185px;
	position: relative;
	z-index: 4;
	margin-bottom: 30px;
}

#baner_1procent a {
	height: 177px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	border: 4px solid #FFF;
	background: url(../images/baner_1_procent_DE.jpg) center center no-repeat;
	-moz-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	behavior: url(Scripts/PIE.htc);
}




/*----------- WYDARZENIE SPORTOWE ------------*/
#baner_wyd_sportowe {
	height: 124px;
	position: relative;
	z-index: 4;
	margin-bottom: 30px;
}

#baner_wyd_sportowe a {
	height: 116px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	-moz-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	behavior: url(Scripts/PIE.htc);
	border: 4px solid #FFF;
	background-image: url(../images/turnieje/IV_ORTTS/baner_IV_ORTTS.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}






/*"""""""""""""""""""""""""" STOPKA """"""""""""""""""""""""""" */

#stopka_glowna {	/* <footer> cala szerokość z tłem  */
	height: 270px;
	clear: both;
	background: url(../images/bg_stopka.jpg) center top repeat-x;
}

#stopka_kontener {	/* kontener na 960px  */
	width: 960px;
	margin: 0 auto; /* g, p, d, l */
	padding-top: 40px;
}



/* NAV STOPKA - wspolne */

#nav_stopka {	/* <nav> kontener na nav_stopka_1 i nav_stopka_2 */
	width: 670px;
	float: right;
	padding-top: 30px;
}

#nav_stopka ul {
	display: block;
	clear: both;
	padding-bottom: 20px;
}

#nav_stopka li {
	float: left;
}

#nav_stopka_1_PL {	/* wysrodkowanie dla stopka-1 PL */
	margin-left: 100px;
}

#nav_stopka_2_PL {	/* wysrodkowanie dla stopka-2 PL */
	margin-left: 123px;
}

#nav_stopka a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;	/* g-d, p-l */
	background: url(../images/dzialka_nav_stp.gif) right center no-repeat;
}

#nav_stopka .but_foot_5 a, #nav_stopka .but_foot_10 a {
	background-image: none;
}

#nav_stopka a:hover {
	color: #FFF;
	text-decoration: underline;
}


#nav_stopka .but_foot_11, #nav_stopka .but_foot_6  {	/* aktualności blok (PL)  */
	display:none;
}

/* button ON nawigacaj stopka (EN)  */
#str_1 .but_foot_1 a, #str_2 .but_foot_2 a, #str_3 .but_foot_3 a, #str_3-0 .but_foot_3 a, #str_3-1 .but_foot_3 a, #str_3-1-1 .but_foot_3 a, #str_3-1-2 .but_foot_3 a, #str_3-2 .but_foot_3 a, #str_3-3 .but_foot_3 a, #str_4 .but_foot_4 a, #str_4-0 .but_foot_4 a, #str_4-1 .but_foot_4 a, #str_4-1-1 .but_foot_4 a, #str_4-2 .but_foot_4 a, #str_5 .but_foot_5 a, #str_6 .but_foot_6 a, #str_7 .but_foot_7 a, #str_8 .but_foot_8 a, #str_9 .but_foot_9 a, #str_10 .but_foot_10 a, #str_11 .but_foot_11 a {	
	color: #FFF;
	text-decoration: underline;
}


/*--------------------- © 2012 SCKiS HALS ----------------------*/


#stopka_kontener p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #FFF;
	display: block;
	float: left;
	width: 250px;
	padding-top: 90px;
	background: url(../images/logo_stopka_de.png) center top no-repeat;
}



/*--------------- BOX BOCZNY - dla wszystkich -----------------*/

#box_boczny {
	width: 240px;
	position: relative;
	z-index: 4;
	float: right;
	text-align: left;
}







/******************************* S T Y L E *************************************/



/*******  OGÓLNE *******/



/***  NAGLOWKI ***/



/* H2 */
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	color: #ff6600;
	margin-bottom: 30px;
}

h2 span {
	color: #0063a0;
}



/* H3 */
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	color: #0063a0;
	margin-bottom: 10px;
}

.pomarancz_h3 {
	color: #ff6600;
}

h3 span {
	font-weight: 400;
}



/* H4 */
h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #0063a0;
	margin-top: 10px;
}

.pomarancz_h4 {
	color: #ff6600;
}

.bold_h4 {
	font-weight: 700;
}



/* H5 */
.nag_nav_s-k {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin-bottom: 18px;
	line-height: 19px;
}



/***  TXT ***/

p {
	font-family: 'Arimo', sans-serif;
	color: #3B3B3B;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

p span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #0063a0;	
}

.niebieski_txt {	/* txt niebieski */
	font-family: 'Arimo', sans-serif;
	color: #0063a0;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.niebieski {	/* strong niebieski */
	font-family: 'Arimo', sans-serif;
	color: #0063a0;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
}

strong {	
	font-family: 'Arimo', sans-serif;
	color: #3B3B3B;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
}

p em {
	font-style: italic;
	
}


/***  LINKI ***/

a {
	font-family: 'Arimo', sans-serif;
	color: #3B3B3B;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none;	

}

a:hover {
	font-family: 'Arimo', sans-serif;
	color: #ff6600;
	text-decoration: underline;	
}


/***  LISTY - TXT  ***/

.lista_txt li {
	font-family: 'Arimo', sans-serif;
	color: #3B3B3B;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	display: block;
	padding-left: 15px;
	margin-bottom: 4px;
	background: url(../images/wyroznik_h3.png) left 6px no-repeat;
}


/*  KRESKA - KONCZACA */
.kreska_konczaca {
	padding: 50px 0;	/* g-d, p-l */
	background: url(../images/linia_pozioma.gif) left center repeat-x;
}

.kreska_konczaca_2 {
	padding: 40px 0;	/* g-d, p-l */
	background: url(../images/linia_pozioma.gif) left center repeat-x;
}


/*  button - WIECEJ INFORMACJI */
.wiecej_informacji {
	height: 25px;
	display: block;
	padding: 7px 15px 4px 25px;	/* g, p, d, l */
	margin-top: 30px;
	position: relative;
	float: right;
	z-index: 4;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(Scripts/PIE.htc);
	text-transform: uppercase;
	background: #ff6600 url(../images/wiecej_informacji_but.png) 13px bottom no-repeat;
}

.wiecej_informacji:hover {
	height: 25px;
	display: block;
	padding: 7px 15px 4px 25px;	/* g, p, d, l */
	margin-top: 30px;
	position: relative;
	float: right;
	z-index: 4;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #ff6600;
	line-height: 20px;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(Scripts/PIE.htc);
	text-transform: uppercase;
	background: #fff url(../images/wiecej_informacji_but.png) 13px top no-repeat;
}



/*################## STRONA GŁOWNA (str_1) ##################### */

#tresc_kontener {
	float: right;
	width: 680px;
	text-align: left;
	margin-bottom: 150px;
}


/*------------- TEKST GŁOWNY -------------*/

#txt_glowny {
	font-family: 'Arimo', sans-serif;
	float: left;
	width: 410px;
	text-align: left;
}


/*---------- BOXY WIZJA-MISJA -----------*/

#wizja_misja {	/* <section> kontener dla box WIZJA I MISJA  */
	width: 240px;
	float: right;
	text-align: left;
	position: relative;
	z-index: 4;
}



#wizja_misja aside {	/* <aside> wspolne dla WIZJA i MISJA  */
	width: 200px;
	float: right;
	margin-bottom: 40px;
	padding: 20px;
	-moz-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	behavior: url(Scripts/PIE.htc);
}

#wizja {
	background: url(../images/bg_wizja_box.jpg) center center repeat-x;
}

#misja {	
	background: url(../images/bg_misja_box.jpg) center center repeat-x;
}


#wizja_misja p {
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	font-style: italic;
	font-weight: normal;
}

#wizja_misja h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #FFF;
	line-height: 22px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	padding-left: 50px;
	background: url(../images/icon_M-W.png) left center no-repeat;
}

#wizja_misja h3 span {
	font-size: 16px;
	font-weight: 400;
}



/*--------------------- BOXY SPORT-KULTURA ---------------------*/


/*  WSPOLNE - kontener  */

#sport_kultura {	/* <section> kontener dla SPORT i KULTURA  */
	width: 680px;
	float: right;
	clear: both;
	position: relative;
	z-index: 3;
}


/*  WSPOLNE - foto  */
.foto_box_s-k { /* zdjęcia ramka dla SPORT i KULTURA   */
	height: 120px;
	width: 147px;
	float: left;
	-moz-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	behavior: url(Scripts/PIE.htc);
}


/*  WSPOLNE - nawigacja  */
#sport_kultura ul {
	width: 150px;
	display: block;
	float: right;
}

#sport_kultura li {
	display: block;
	background: url(../images/linia_pozioma.gif) left bottom repeat-x;
}

#sport_kultura .box_sk_last {
	background-image: none;
}

#sport_kultura a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 16px;
	padding: 10px 0 12px 22px;
	background: url(../images/arr_menu.png) left 11px no-repeat;
}

#sport_kultura a:hover {
	color: #ff6600;	
}


/*  SPORT  */
#sport_box {
	float: left;
	width: 318px;
}

#sport_box .foto_box_s-k {	/* zdjęcie box SPORT */
	background-image: url(../images/s-k_box_foto-sport.png); 
}



/* KULTURA */

#kultura_box {
	float: right;
	width: 318px;
}

#kultura_box .foto_box_s-k {	/* zdjęcie box KULTURA */
	background-image: url(../images/s-k_box_foto-kultura.png);
}




/*################## NASZE CELE (str_2) ##################### */

#nasze_cele_str_2 {
	padding-right: 20px;	/* do zmian */
}



/*################## SPORT (str_3) KULTURA (str_4) ogolne ##################### */


#sport_str_3, #kultura_str_4 {
	float: left;
	width: 410px;
}


/* navigacja dla sport i kultura */

#menu_sport-kultura  {	/* <nav> */
	float: right;
	margin-bottom: 40px;
	padding: 20px;
	-moz-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	behavior: url(Scripts/PIE.htc);
	background: url(../images/bg_wizja_box.jpg) center center repeat-x;
}


/* navigacja dla SPORT i KULTURA - button+ikonka */
.menu_s ul, .menu_k ul {
	display: block;
}

.nav_s_1, .nav_s_2, .nav_s_3, .nav_k_2 {
	display: block;
	background: url(../images/linia_pozioma_niebieska.png) left top repeat-x;
}

.nav_s_0 a {	/* button SPORT */
	background: url(../images/ico_sport.png) left 8px no-repeat;
}

.nav_k_0 a {	/* button KULTURA */
	background: url(../images/ico_kultura.png) left 8px no-repeat;
}

.nav_s_1 a, .nav_k_1 a {	/* button projekty - SPORT */
	background: url(../images/ico_projekty.png) left 8px no-repeat;
}

.nav_s_2 a, .nav_k_2 a {	/* button zrealizowane imprezy - SPORT i KULTURA */
	background: url(../images/ico_imprezy.png) left 8px no-repeat;
}

.nav_s_3 a {	/* button klub sckis hals - SPORT */
	background: url(../images/ico_klub.png) left 8px no-repeat;
}

.nav_s_0 a, .nav_s_1 a, .nav_s_2 a, .nav_s_3 a, .nav_k_0 a, .nav_k_1 a, .nav_k_2 a {
	width: 158px;
	display: block;
	padding: 13px 0 13px 42px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #96d1fa;	
	text-decoration: none;
	font-weight: 700;
}

.menu_s a:hover, .menu_k a:hover {
	color: #fff;
}

/* button on dla menu SPORT (PL) */
#str_3-0 .nav_s_0 a, #str_3-1-1 .nav_s_1 a, #str_3-1-2 .nav_s_1 a, #str_3-2 .nav_s_2 a, #str_3-3 .nav_s_3 a {	
	color: #fff;
}

/* button on dla menu SPORT (EN) */
#str_3-0_EN .nav_s_0 a, #str_3-1-1_EN .nav_s_1 a, #str_3-1-2_EN .nav_s_1 a, #str_3-2_EN .nav_s_2 a, #str_3-3_EN .nav_s_3 a {	
	color: #fff;
}

/* button on dla menu SPORT (DE) */
#str_3-0_DE .nav_s_0 a, #str_3-1-1_DE .nav_s_1 a, #str_3-1-2_DE .nav_s_1 a, #str_3-2_DE .nav_s_2 a, #str_3-3_DE .nav_s_3 a {	
	color: #fff;
}


/* button on dla menu KULTURA (PL) */
#str_4-0 .nav_k_0 a, #str_4-1-1 .nav_k_1 a, #str_4-2 .nav_k_2 a {	
	color: #fff;
}

/* button on dla menu KULTURA (EN) */
#str_4-0_EN .nav_k_0 a, #str_4-1-1_EN .nav_k_1 a, #str_4-2_EN .nav_k_2 a {	
	color: #fff;
}

/* button on dla menu KULTURA (DE) */
#str_4-0_DE .nav_k_0 a, #str_4-1-1_DE .nav_k_1 a, #str_4-2_DE .nav_k_2 a {	
	color: #fff;
}


/* navigacja dla sport i kultura - podmenu */
.podmenu_s_1 a, .podmenu_s_ost a, .podmenu_k_ost a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #96d1fa;	
	text-decoration: none;
	font-weight: 400;
	display: block;
	padding: 5px 0 5px 52px;
	line-height: 12px;
	background: url(../images/arr_white_small.png) 40px top no-repeat;
}

.podmenu_s_ost a, .podmenu_k_ost a {
	padding-bottom: 20px;
}

.podmenu_s_1 a:hover, .podmenu_s_ost a:hover, .podmenu_k_ost a:hover {
	color: #fff;
	background: url(../images/arr_white_small.png) 40px -40px no-repeat;
}

/* button on dla podmenu SPORT (PL) */
#str_3-1-1 .podmenu_s_1 a, #str_3-1-2 .podmenu_s_ost a {
	color: #fff;
	background: url(../images/arr_white_small.png) 40px -40px no-repeat;
}

/* button on dla podmenu SPORT (EN) */
#str_3-1-1_EN .podmenu_s_1_EN a, #str_3-1-2_EN .podmenu_s_ost a {
	color: #fff;
	background: url(../images/arr_white_small.png) 40px -40px no-repeat;
}

/* button on dla podmenu SPORT (DE) */
#str_3-1-1_DE .podmenu_s_1_DE a, #str_3-1-2_DE .podmenu_s_ost a {
	color: #fff;
	background: url(../images/arr_white_small.png) 40px -40px no-repeat;
}


/* button on dla podmenu KULTURA (PL) */
#str_4-1-1 .podmenu_k_ost a {
	color: #fff;
	background: url(../images/arr_white_small.png) 40px -40px no-repeat;
}

/* button on dla podmenu KULTURA (EN) */
#str_4-1-1_EN .podmenu_k_ost a {
	color: #fff;
	background: url(../images/arr_white_small.png) 40px -40px no-repeat;
}

/* button on dla podmenu KULTURA (DE) */
#str_4-1-1_DE .podmenu_k_ost a {
	color: #fff;
	background: url(../images/arr_white_small.png) 40px -40px no-repeat;
}





/*################## SPORT (str_3) ##################### */

/* ikonki nav SPORT */
#certyfikat_PZTS {
	padding: 20px;
	clear: both;
	text-align: center;
	-moz-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	behavior: url(Scripts/PIE.htc);
	background-color: #FFF;
}	



/*################## AKTUALNOŚCI(str_6) ##################### */

#plakat_turniej {
	clear: right;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	width: 225px;
	height: 317px;
	border: 1px solid #999;
}

#aktualnosci_str_6 h3, h4 {
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 25px;
}


/*################## DOKUMENTY SCKiS(str_7) ##################### */

#dokumenty_str_7 p {
	display: block;
	height: 33px;
	padding: 9px 0 0 45px;
	margin-bottom: 5px;
	background: url(../images/pdf_ico.png) left center no-repeat;
}



/*################## PROJEKTY(str_9) ##################### */

/*** sport - ogolne ***/
.fot_pro_sport_1, .fot_pro_sport_2 {	/* foto - wspolne dla wszystkich projektów sportowych i kulturalnych */
	width: 130px;
	height: 130px;
	float: left;
	position: relative;
	z-index: 4;
	margin: 5px 25px 35px 0;
	-moz-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	behavior: url(Scripts/PIE.htc);
}

.fot_pro_sport_1 {	/* foto projekt SPORT 1 */
	background: url(../images/projekt_sport_1.jpg) center center no-repeat;
}

/*** projekt sportowy 2 ***/
.fot_pro_sport_2 {	/* foto projekt SPORT 2 */
	background: url(../images/projekt_sport_2.jpg) center center no-repeat;
}
