body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 12px;
	color: #333333;
}

input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	width: 200px;
	background-color: #cccccc;
	padding: 4px;
}

input {
	width: 200px;
	height: 20px;
}

textarea {
	width: 400px;
	height: 200px;
}

#strona {
	width: 900px;
	margin: 0px auto;
	background-color: #ffffff;
	height: auto; 
}
#banner {
	height: 217px;
	float: left;
}

#menu {
	float: left;
	width: 240px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	
}
#zawartosc {
	width: 630px;
	float: left;
	padding: 12px;
	background-color: #FFFFFF;
	text-align: left;
}
#stopka {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float: left;
	width: 890px;
	height: 40px;
	background-color: #0b427f;
	border-top: 1px solid #ffffff;
	text-align: center;
	padding: 5px;
	color: #ffffff;
	padding-top: 15px;
}




ul, ul li {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	width: 240px;
}

.przycisk a:link, .przycisk a:visited {
	display: block;
	width: 210px;
	text-decoration: none;
	background-color: #0b427f;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
}

.przycisk a:hover {
	display: block;
	background-color: #489ef3;
}

.kategoria {
	display: block;
	width: 210px;
	text-decoration: none;
	background-color: #ffc000;
	color: #000000;
	border-bottom: 1px solid #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

p {
	text-align: left;
	font-size: 12px;

}


h1 {
		font-size: 28px;
}

.i {
	font-weight: normal;
	font-style: italic;
}

td {
	border: 1px solid #777777;
	padding: 15px;
	font-size: 12px;
}

th {
	border: 1px solid #777777;
	font-size: 12px;
	background-color: #EFEFEF;
}

.tlo_tabela { background-color: #FFFEF0;}
.tlo_tabela_naglowek { background-color: #AEAEFF;}

a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:hover { text-decoration: underline; color: #ff0000; }
