
/* SZABLON DIV */

html, body {
   font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	width: 100%;
	background-image: url(grafika/back.jpg);
	background-position: center;
	color: #000;
	margin: 0;
	padding: 0;
}


#naglowek {
   width: 100%;
   height: 50px;
	overflow: hidden;
}

#menu {
	width: 100%;
	height: 20px;
	overflow: hidden;
}

#odstep1 {
   width: 100%;
	height: 10px;
	overflow: hidden;
}

#logo {
	font-size: 10pt; 
	overflow: hidden;
	width: 100%;
	height: 500px;
}

#odstep1 {
   width: 100%;
	height: 20px;
	overflow: hidden;
}
#logo a:link,#logo a:visited {
   background-color: transparent;
}



/* LISTA NIEUPOZADKOWANA MENU */

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul {
	float: left;
	width: 990px;
	overflow: hidden;
	border: 0;
}

ul li {
	float: left;
	width: 110px;
	overflow: hidden;
}

ul a:link, a:visited {
   background-color: #000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 10px;
	padding: 4px 20px;
	text-align: center;
	overflow: hidden;
	border: 0;
	color: #F2F2F2;
}


ul a:hover {
   overflow: hidden;
	text-align: center;
	background-color: #FF4873;
	color: #0E0E0E;
}

