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

}


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

#head {
	display: block;
	width: 960px;
	height: 133px;
}
	
#logo {
	display: block;
	width: 190px;
	height: 83px;
	float: left;

}



#tresc {
    width: 521px;
	display: block;
    float: left;
	clear: both;
    text-align: left;
	padding-left: 120px;
	padding-right: 65px;
	color: #6e6e6e;

}

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

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


#tresc h1{
   display: block;
   padding: 30px 0 0 0;
   color: #6cc229;
   font-size: 1.3em; 
   margin: 0px;
}


#prawy_panel {
    width: 254px;
	display: block;
    float: left;
	padding-top: 20px;
	color: #FFFFFF;

}

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

#stopka_tresc {
    width: 920px;
	padding-right: 40px;
	padding-top: 90px;
    text-align: right;
	margin-left: auto;
    margin-right: auto;

}

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

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

/* 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: 3px solid #015564; }
img.right {float: right; margin: 0 0 10px 10px; border: 3px solid #015564;}

.galeria {
	display: table-cell;
	float: left;
	margin-bottom: 20px;
	width: 230px;
	font-size: 0.6em;
	margin: 10px;
	text-align: center;
	}	
	
#center {
padding-left: 110px;
clear: both;
}	
	
.galeria img {
	display: inline;
	border: 3px solid #015564;
	width: 230px;
}




 /* FORMULARZ */

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

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

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


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

#formularz fieldset {
	border: solid 3px #73c839;
}


/* podgrupa na stronie */
	
.podgrupa_na_stronie {
	clear: both;
	padding: 15px; 
	background-color: #f0fde5;
	height: 220px;
	margin-bottom: 15px;
	}
	
.podgrupa_na_stronie:hover { 
background-color: #d9e8cb;
}
	
.podgrupa_na_stronie strong {	
	display: block;
	margin-top: 20px;
	}
	
.podgrupa_na_stronie img {
	float: left; 
	margin: 10px;
	border: 3px solid #3b3b3b;
	}	
		
.podgrupa_na_stronie strong {
	display: block;
	}			
	
.podgrupa_na_stronie a {
	color: #055b6b;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	}
	
.podgrupa_na_stronie a:hover {
	color: #018ba5;
	}		

.naglowek{
 	display: block;
	margin: 10px;
	color: #6cc126;
	font-size: 1.5em;  
}	
	
.zobaczwiecej {
	margin-top: 10px;
	display: block;
}



/* akapit */
	
.akapit {
	clear: both;
	}	
	


/* poziome menu - takie jak w telemocie */


#gorne_menu {
	position: relative;
    display: block;
	float: left;
    width: 740px;
    height: 66px;
    color: #ffffff;
	padding-top: 63px;
	padding-left: 30px;
} 

#gorne_menu ol {list-style: none; margin: 0; padding: 0;}
#gorne_menu ol li {
	position: relative;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 5px;
	height: 50px;
	width: 108px;
	float: left;
	text-align: center;
	background-image: url(img/gorne_menu/guzik.png);
}

#gorne_menu ol a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 8px;
	padding-top: 16px;
}

#gorne_menu ol .m5 a {padding-top: 10px !important;}

#gorne_menu ol li:hover {background-position: bottom;}
/* poziom 2 */
#gorne_menu ol ol {position: absolute; display: none; left: 10px; top: 50px;}
#gorne_menu ol ol li {
	background-image: none;
	background-color: #49B32F;
	width: 160px;
	height: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	margin-left: 0px;
}

#gorne_menu ol ol li a {
	padding-top: 2px;
	}

#gorne_menu ol li:hover ol {display: block;}
#gorne_menu ol li:hover ol ol {display: none;}
#gorne_menu ol ol li:hover {background-color: #A7C393;}


    			

	

	
.aktualnosc {
	display: block;
	margin-bottom: 35px;
	font-size: 1em;
	}
	
.aktualnosc a {
	text-decoration: none;
	color: #0490a1;
	font-size: 0.9em;
	}
	
.aktualnosc a:hover {	
	color: #eb155b;
	}
	
.aktualnosc img {
	border: 3px solid #005767;			
	float: left;
	margin-right: 10px;
	}
	
.aktualnosc img a {
	border: 3px solid #005767;			
	float: left;
	margin-right: 10px;
	}

.aktualnosc strong {
	display: block;
	font-size: 1em;
	color: #0490a1;
	}

.aktualnosc span {
	display: block;
	}		
	
	
	
#prawy_panel ol {
	margin:0px;
	padding-right: 15px;
	list-style: none;
	}
	
#prawy_panel ol li {
	display: block;
	width: 159px;
	height: 130px;	
	}	
	
#prawy_panel .praweMenu {
	display: block;
	width: 159px;
	height: 130px; 
	background-position: top;
	background-repeat: no-repeat;
	}
	
#prawy_panel .praweMenu:hover { 
	background-position: bottom;
	}
	
#grill {
	background-image: url(img/prawe_menu/grill.png);
	}
	
#salatki {
	background-image: url(img/prawe_menu/salatki.png);
	}	
	
#pizza {
	background-image: url(img/prawe_menu/pizza.png);
	}	
	
#desery {
	background-image: url(img/prawe_menu/desery.png);
	}	
	
#wina {
	background-image: url(img/prawe_menu/wino.png);
	}

#makarony {
	background-image: url(img/prawe_menu/makarony.png);
	}	
	
	
#okruszki {
	display: block;
	float: left;
	width: 520px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	padding-bottom: 20px;
	}	
	
#okruszki a {
	color: rgb(137, 205, 90);
	text-decoration: none;
	font-weight: bold;	
	}	
	
#okruszki a:hover {
	color: #0099CC;
	}		
	
	
	

