
/* hover dla wszystkiego w IE */
body {
    background-color: #000000;
	background-image: url(img/bg.jpg);
	background-position: top center;
    background-repeat: repeat-y;  
    text-align: center;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0; 
}

#wszystko {
    background-image: url(img/tlo.jpg);
    background-position: top center;
    background-repeat: no-repeat;
   
}
 
#kontener {
    width: 960px;
	margin-left: auto;
    margin-right: auto;
    min-height: 800px;
}

#head {
	text-align: justify;
	display: block;
	float: left;
	width: 350px;
	height: 140px;
	
}
	
#head a {
	display: block;
	width: 350px;
	height: 140px;
	float: left;

}

#gorne_menu {
    display: block;
	float: left;
    width: 578px;
    height: 28px;
    color: #f6dcb6;
    text-align: right;
	padding-top: 112px;
	padding-right: 10px;
} 

#gorne_menu div {
	float: right;
	}

#tresc {
    width: 452px;
	display: block;
    float: left;
    text-align: justify;
	padding-left: 68px;
	padding-right: 15px;
	color: #FFFFFF;
}

#tresc a {
   text-decoration: none;
   color: #ffc000;
}

#tresc a:hover {
   color: #000000;
}


#tresc h1{
   display: block;
   padding: 20px 0 20px 0;
   color: #ffc000;
   font-size: 1.2em; 
}

#prawy_panel {
    width: 365px;
	display: block;
    float: left;
	padding-top: 90px;
	padding-left: 10px;
	padding-right: 50px;
    text-align: justify;
}

#grafika {
    width: 425px;
	height: 252px;
	display: block;
    float: right;
	background-image: url(img/reklama.jpg);

}

#stopka {
	height: 127px;
    display: block;
	clear: both;
    background-image: url(img/stopka.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}	

#stopka_tresc {
    width: 880px;
    height: 65px;
	padding-top: 42px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}

#stopka_tresc div a {
	text-decoration: none;
	color: #ffffff;

	}	
	
#stopka_tresc div a:hover {
	color: #ff8124;
	}
    
    	

/* powiekszanie literek */

.standard {
	font-size: 1em;
}

.nowa {
	font-size: 1.5em;
}

.nowa2 {
	font-size: 2em;
}

/* stronicowanie */
.stronicowanie {clear: both; list-style: none; text-align: center;}
.stronicowanie li {display: inline; margin: 0 5px;}
.stronicowanie li.wybrana a {color: #f00;}

/* zdjêcia */
img.left {float: left; margin: 0 10px 10px 0; border: 5px solid #000000; width: 200px;}
img.right {float: right; margin: 0 0 10px 10px; border: 5px solid #000000; width: 200px;}
 

/* FORMULARZ */

#formularz {
	padding: 5px 5px 5px 5px;
}

#formularz input {
	width: 260px;
	color: #003300;
	background-color: #90ff9b;
	border: 1px solid #90ff9b;
	margin: 2px;
	float: right;
}

#formularz textarea {
	width: 260px;
	height: 200px;
	color: #003300;
	background-color: #90ff9b;
	border: 1px solid #90ff9b;
	margin: 2px;
	float: right;
}

#formularz label {
	float: left;
	width: 110px;
	margin: 2px;
}

#formularz fieldset {
	border: solid 3px #90ff9b;
}

/* galeria - trzeba zmienic tylko szerokosc */

.galeria {
	display: block; 
	float: left;
	margin: 2px;
	width: 160px;
	font-size: 0.6em;
	}	
	
.galeria img {
	display: block;
	border: 2px solid #990000;
	clear: both;
	}

	
/* podgrupa na stronie */
	
.podgrupa_na_stronie {
	display: block;
	float: left;
	}
	
.podgrupa_na_stronie img {
	float: left; 
	margin: 0px;
	border: 2px solid #000000;
	width: 210px;
	}				
		
.podgrupa_na_stronie strong {
	display: block;
	}			
span.naglowek {
	background-color: #BBB5B0;
	padding: 5px;
	display: block;
	text-align: center;
	}
	
span.naglowek:hover {
	background-color: #FFFFFF;
	}	
	
.podgrupa_na_stronie a {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
	}
	
.podgrupa_na_stronie a:hover {
	color: #000000;
	}		


/* podgrupa na stronie */
	
.podgrupa_na_stronie {
	display: block;
	clear: both;
	padding: 15px;	
	}
	
.podgrupa_na_stronie img {
	float: left; 
	margin: 10px;
	border: 2px solid #000000;
	}	
		
.podgrupa_na_stronie strong {
	display: block;
	}			

/* akapit */
	
.akapit {
	clear: both;
	}	
	
.akapit img {
    width: 200px;
    border: 2px solid #000000;
	}		
	

/* poziome menu - takie jak w telemocie */

#gorne_menu {position: relative;}
#gorne_menu ol {list-style: none; margin: 0; padding: 0;}


#gorne_menu ol li {
	position: relative;
	font-size: 0.8em;
	width: 89px;
	height: 28px;
	float: left;
	margin-left: 10px;
	text-align: center;
	background-color: #000000;
}

#gorne_menu ol a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	width: 89px;
	height: 28px;
	color: #ffffff;
	text-decoration: none;

}

#gorne_menu ol li:hover {
     background-position: bottom;
	 background-color: #000000;
	 width: 89px;
	 height: 28px;
	 margin-left: 10px;
	 display: block;

}

#gorne_menu ol a:hover {
	 background-color: #ffa801;
	 color: #000000;
	 width: 89px;
	 height: 28px;
}
    			

/* akapit */
	
.akapit {
	clear: both;
	}		
	
.aktualnosc {
	display: block;
	margin-bottom: 20px;
	}
	
.aktualnosc a {
	text-decoration: none;
	color: #FFCC00;
	font-size: 0.8em;
	}
	
.aktualnosc a:hover {	
	color: #FF3300;
	}
	
.aktualnosc img {
	border: 2px solid #000000;			
	float: right;
	margin: 5px;
	}
	
.aktualnosc strong {
	display: block;
	font-size: 1em;
	color: #ffffff;
	}
	
.aktualnosc span {
	display: block;
	}		
