* {
	margin: 0;
	padding: 0;
}


body {
		text-align: center;
		background:  #FCB758 url('gfx/body.jpg') repeat-x;
		font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
		font-size: 12px;
}


#container {
		text-align: left;
		background: white url('gfx/content.jpg') no-repeat right 0;
		width: 581px;
		margin: 20px auto 0 auto;

}

#top  {
		width: 581px;
		height: 145px;
		background: url('gfx/top.jpg') no-repeat 
}

#top h1 {
		font-size: 9px;
		position: relative;
		top: 10px;
		left: 8px;
		font-weight: normal;
		color: #aaa;

}


#top a {
		background: url('gfx/badge.jpg') no-repeat 100%;
		display: block;
		width: 126px;
		height: 126px;
		overflow: hidden;
		font-size: 10px;
		text-indent: -999px;
		position: relative;
		left: 510px;
		}
		
#footer {
		width: 575px;
		height: 40px;
		/*background: url('gfx/footer.jpg') 0 bottom no-repeat;*/
		background: url('gfx/dol.bmp') 0 bottom repeat-x;
}
	
#frame {
		width: 529px;
		margin-left: 22px;
		background: url('gfx/frame.jpg') no-repeat;
		padding: 15px 0;
	
		position: relative;
}

#frame p {
		line-height: 190%;
		margin: 0 20px;
		font-size: 11px;
		text-align: justify;
		font-style: normal;
		color: #333;
}

h2 {
		overflow: hidden;
		text-indent: -999px;
		height: 40px;
		width: 174px;
		margin: 19px 0 0 20px;
}

h2.tab1 {background-image: url('gfx/tab_aktualnosci.jpg');}
h2.tab2 {background-image: url('gfx/tab_oferta.jpg');}
h2.tab3 {background-image: url('gfx/tab_kontakt.jpg');}

#aktualnosci,#oferta,#kontakt {
	background-repeat: repeat-x;
	background-color: white;
	background-position: 0 0;
	width: 550px;
	margin-left: 12px;
/*		width: 574px;*/
	border-style: solid;
	border-width: 2px 0 0 0;
	font-size: 11px;
}

#aktualnosci {background-image: url('gfx/back-orange.jpg'); border-color: #FCB758; }
#oferta {background-image: url('gfx/back-blue.jpg'); border-color: #97CAE6;}
#kontakt {background-image: url('gfx/back-red.jpg'); border-color: #F4957B;}


#aktualnosci p {
	line-height: 190%;
	text-align: justify;
	margin: 0 20px;
	padding-top: 20px;
}

#oferta ul, #kontakt ul {
	margin: 30px;
	margin-bottom: 0;

}

#oferta ul li, #kontakt ul li {
	margin-top: 10px;
	text-align: justify;
	background: url('gfx/pointer.gif') no-repeat 0 5px;
	list-style: none;
	padding-left: 22px

}

em {
	font-style: normal;
	font-weight: bold;
	color: #EE5F39;

	}
	
#footer {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: right;
}

#footer p {
	margin-right: 30px;
	margin: 30px 30px 30px 30px;

}

#footer a {
	color: #339966;
}

#footer a:hover {
	color: #0BC16A;
}
	#linki {
	text-align: left;
	width: 500px;
	margin: 10px auto;
	font-size: 9px;
	list-style-type:upper-roman;
	color: #EE5F39;
	font-weight: bold;

}

#linki a {
	color: #C62B26;
	text-decoration: none;
	


}

#linki a:hover {
	border-bottom: 1px red dotted;
}
