html{
	height: 100%;
	overflow: auto;
}
body { 
	margin: 0px;
	height: 100%;
	color: black;
	font-weight: normal;
	font-family: Arial;
	font-size: 11px;
	background: url(images/tlo_glowne.jpg);
	
}
a{
	color: black;
	text-decoration: none;
}
p{
	margin-top: 0;
}

h1{
	padding-left: 18px;
	background: url(images/strielka.gif) 0 1px no-repeat;
	font-weight: bold;
	margin: 0;
	font-size: 11px;
	font-family: Arial;
	
}

/*========================glowne divy=========================*/

#gora_tlo{
	width: 100%;
	height: 329px;
	background: url(images/tlo_gora.jpg);
	margin-bottom: 18px;
}
#gora_logo, #gora_flash{
	margin: 0 auto;
	width: 590px;
}
#gora_logo{
	height: 179px;
	background: url(images/logo.jpg);
}
#gora_flash{
	height: 150px;
}

/*===========================divy tresci===========================*/

#tresc{
	overflow: hidden;
	margin: 0 auto;
	height: 400px;
	width: 590px;
	background-color: yellow;
	background: url(images/krecha_mid.gif) repeat-y;
}


#news, #imprezy, #hostessy, #catering, #kalendarz, #galeria, #ludzie, #priorytety{
	padding-top: 41px;
	height: 359px;
	overflow: hidden;
}


#news, #imprezy, #hostessy, #catering{
	width: 338px;
	float: left;
	margin-right: 40px;
}
#news{
	background: url(images/aktualnosci_top.jpg) no-repeat;
}
#imprezy{
	background: url(images/imprezy_top.jpg) no-repeat;
}
#hostessy{
	background: url(images/hostessy_top.jpg) no-repeat;
}
#catering{
	background: url(images/catering_top.jpg) no-repeat;
}



#kalendarz, #galeria{
	width: 212px;
	float: right;
}
#kalendarz{
	background: url(images/kalendarz_top.jpg) no-repeat;
}
#galeria{
	background: url(images/galeria_top.jpg) no-repeat;
}



#ludzie{
	width: 212px;
	float: left;
	margin-right: 40px;
	background: url(images/ludzie_top.jpg) no-repeat;
}
#ludzie_tresc{
	height: 263px;
	margin-bottom: 15px;
	overflow: hidden;
}
#ludzie_kontakt{
	height: 81px;
	overflow: hidden;
	line-height: 16px;
}
#priorytety{
	width: 338px;
	float: right;
	background: url(images/priorytety_top.jpg) no-repeat;
}

#priorytety_fota{
	width: 130px;
	height: 116px;
	float: left;
	margin: 0 10px 0 0;
}
#priorytety1_tresc{
	width: 198px;
	height: 110px;
	float: left;
	margin-bottom: 6px;
	overflow: hidden;
}
#priorytety2_tresc{
	width: 338px;
	height: 150px;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
.priorytety_text{
	padding-left: 3px;
	text-align: justify;
}
.priorytety_nazwa{
	margin-bottom: 5px;
	padding-left: 18px;
	background: url(images/strielka.gif) 0 1px no-repeat;
	font-weight: bold;
}
/*===========================galeria============================*/

.pozycja_gal{
	width: 106px;
	height: 88px;
	float: left;
}

.fotka_gal{
	width: 100px;
	height: 75px;
	border: 1px solid black;
}

/*===========================kalendarz============================*/

.kalendarz_data{
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(images/strielka.gif) 0 1px no-repeat;
}

.kalendarz_tresc{
	margin-bottom: 10px;
}


/*
#tresc_left, #tresc_right{

}

#tresc_left{
	float: left;
	background-color: green;
}
#tresc_right{
	float: right;
	background-color: orange;
}

#krecha{
	float: left;
	width: 2px;
	height: 402px;
	margin: 0 19px;
	background: url(images/krecha_mid.gif) left top no-repeat;
}
*/

/*=======================================================*/

#stopka{
	margin: 4px auto 0;
	padding-top: 4px;
	text-align: right;
	height: 20px;
	font-size: 11px;
	width: 590px;
	border-top: 6px solid black;
	position: relative;
}
#stopka_kontakt{
	position: absolute;
	left: 0;
	font-weight: bold;
}

#stopka_kiwi{
	position: absolute;
	left: 260px;
}


