@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
	min-height: 100%;
	height: 100%;
}

html {
	margin: 0; 
	padding: 0;
}

body {
	font-size: 11px; font-family: Verdana; 
	background-color:#FFFFFF;
	/*background-image: url(images/backgroung_bw.jpg); /*wersja szara*/
	background-image: url(images/backgroung.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	
	/*nasze skaly
	*background-image: url(images/backgroung_nasze_skaly.jpg);
	*background-repeat: repeat;
	*/

	/*gdy tłem obrazek - start*/
	/*background-image: url(images/backgroung_image.jpg);
	*background-position: 50% 0%;
	*background-repeat: no-repeat;
	*display: table;
	*width: 100%;*/
	/*gdy tłem obrazek - koniec*/
	
}


img { border: 0px;
	margin: 0px;
	padding: 0px;

}

a {
	text-decoration: underline;
	color:#000000;
}

/**********************************************/
#container {
	z-index: 8;
	width: 900px;
	margin: 0 auto; /*centruje!!!*/
	position: relative;
}
	
#header {
	width: 900px;
	height: 177px;
	background-image: url(images/header.jpg);
	/*background-image: url(images/header_bw.jpg);/*wersja szara*/
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
}

#menu_top{
	background: url(images/menu_top_background.png) repeat-x top left !important;
	background: url(images/menu_top_background_ie.gif) repeat-x top left; /*Dla IE ktore nie rozumie PNG 24*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	right: 0;
	bottom: 0 !important;
	bottom: -1px; /*poprawka dla IE*/
	font-size: 13px;
	letter-spacing: -1px;
	
}	

	.menu_top a {
		text-decoration:none;
		color: #FFFFFF;

	}
		
	.menu_top a:hover {
		text-decoration:underline;
		color: #FFFFFF;
	}

/*	CONTENT	**************************************/

#content{
	clear: both;
	width: 900px;
	height: auto !important; /*poprawka dla IE*/
	height: 300px;
	min-height: 300px;
	padding-top: 6px; /*odstep od gory*/
	padding-bottom: 6px; /*odstep dol*/
}

#left {
	float: left;
	display: inline;
	width: 296px;
	height: auto !important;/*poprawka dla IE*/
	height: 400px;
	min-height: 400px;
}


#right {
	float: right;
	display: inline;
	width: 296px;
	height: auto !important; /*poprawka dla IE*/
	height: 400px;
	min-height: 400px;
}

#center {
	float: left;
	display: inline;
	width: 296px;
	height: auto !important;/*poprawka dla IE*/
	height: 400px;
	min-height: 400px;
	margin-left: 6px;
	margin-right: 6px;
}
.box, #r1, #l1, #r2{
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border: solid 1px #D5D5D5;
	background: #F2F2F2;
}

.img_top_small_box{  /*WAŻNA KLASA DLA NAGŁÓWKÓW BOXÓW*/
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: 10px;
}

/*	BOTTOM	************************************/

#bottom {
	clear: both;
	background: #000000;
	color: #666666;
	height: auto !important;
	height: 28px;
}

#bottom_content{
	margin: 0 auto !important;
	width: 900px;
	padding-top: 9px;
	padding-bottom: 9px !important;
	padding-bottom: 0;
	height: 28px;
}
	#bottom_menu{
		width: 520px;
		margin-left: 10px;
		display: inline;
		text-align:left;
		float: left;
		height: 28px;
		padding-top: 6px;
	}
		#bottom_menu a {						
			text-decoration:none;
			color:#999999;
		}
		
		#bottom_menu a:hover {
			text-decoration:underline;
			color:#FFFFFF;
		}

	#bottom_copyright{
		display: inline;
		width: 360px;
		height: 28px;
		float: right;
		text-align:right;
		margin-right: 10px;
	}

		#bottom_copyright a {						
			text-decoration: none;
			color:#999999;
		}
		
		#bottom_copyright a:hover {
			text-decoration: underline;
			color: #FFFFFF;
		}
		
.clear_both {
clear: both;
}
	
/*	KLASY DLA TRESCI FORMATOWANIE	*****************/	

.image_margin_top_bottom {  /*klasa dla nagłówków boksów*/
	margin-top: 10px;
	margin-bottom: 10px;
}

.img_in_box{  /*WAŻNA KLASA DLA NAGŁÓWKÓW BOXÓW*/
	margin-left: -6px;
	margin-right: -6px;
	margin-top: -13px;
	margin-bottom: -8px;
}
.img_in_box_no_border{  /*WAŻNA KLASA DLA NAGŁÓWKÓW BOXÓW*/
	margin-left: -7px;
	margin-right: -7px;
	margin-top: -14px;
	margin-bottom: -9px;
}
.img_in_box_center{ /*wyśrodkowanie obrazka*/
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.tekst_error { /*na czerwono pogrubiony*/
	color:#FF0000;
	font-weight: bold;
}

.tekst_ok { /*na zielono*/
	color:#009900;
}

.tekst_zolty{ /*Do menu "wyloguj"*/
	color:#FFFF00;
}

	.tekst_zolty a{
		color:#FFFF00;
	}
	.tekst_zolty a:hover {
		color:#FFFF00;
	}
	
.tekst_bold {
	font-weight: bold;
}

.tekst_italic {
	font-style: italic;
}

.tekst_center{
	text-align:center;
}
.tekst_right{
	text-align: right;
}

.tekst_justify{
	text-align: justify;
}

.schedule_type_3 {
 color:#CC0000;
}

.schedule_type_2 {
 color:#009900;
}

.schedule_type_1 {
 color:#0066FF;
}

.block{
	display:block;
	width: 460px;
	height: 120px;
}

/* nasze skaly start */
#nasze_skaly {
	position:absolute;
	width: 120px;
	height: 162px;
	background-image:url(images_content/logo_nasze_skaly.gif);
	background-repeat: no-repeat;
	margin-top: 0!important;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 168px!important;
	margin-left: -114px;
}
	#nasze_skaly a {
		display: block;
		width: 120px;
		height: 162px;
	}
/* nasze skaly koniec */

/* przerwa świąteczna index */
	#christmas_break_index {
		z-index: 10;
		position: absolute;
		margin-top: -50px;
		margin-left: 360px;
		background-image:url(images_content/upload_files/przerwa_swiateczna.png);
		background-repeat: no-repeat;
		width: 319px;
		height: 337px;
		display: none;		left: -9000px;/* odkomentuj/zakomentuj aby włączyć wyłączyć */
	}
/* przerwa świąteczna informacje */
	#christmas_break_info {
		z-index: 10;
		position: absolute;
		margin-top: 450px;
		margin-left: 200px;
		background-image:url(images_content/upload_files/przerwa_swiateczna.png);
		background-repeat: no-repeat;
		width: 319px;
		height: 337px;
		display: none;	left: -9000px;/* odkomentuj/zakomentuj aby włączyć wyłączyć */
	}