body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

p, li, ol, ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013368;
}

a {
	color: gray;
}

a:hover {
	color: Red;
}

.menu {
	font-size: 10px;
	color: #013368;
	background-repeat: no-repeat;
}

a.menu {
	font-size: 10px;
	color: #013368;
	background-repeat: no-repeat;
}

a.menu1 {
	color: #013368;
	font-weight: bold;
	text-decoration: none;
}

a:hover.menu1 {
	color: red;
	font-weight: bold;
}

a.menu2 {
	color: #b4b4b4;
	text-decoration: none;
}

a:hover.menu2 {
	color: red;
}

div.stopka {
	font-size: 10px;
	color: #b4b4b4;
	text-decoration: none;
	margin-top: 2px;
}









.tytul {
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	color: #c10008;
	letter-spacing: 4px;
}

.podtytul {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #c10008;
	font-weight: bold;
	letter-spacing: 2px;
}





.input_txt {
	width: 300px;
	border: silver 1 solid;
	background-color: white;
}

.input_txt2 {
	width: 110px;
	border: silver 1 solid;
	background-color: white;
}


.input_button {
	border: silver 1 solid;
	background-color: white;
}


