body {
    font-family: Arial, Tahoma, sans-serif;
}

a {
	color: #009999;
	text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #ff9933;
    text-decoration: underline;
}

a.top {
	color: #ffffcc;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.top:hover {
	color: #ffffcc;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

a.bottom {
	color: #009999;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

a.bottom:hover {
	color: #ff9933;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}

a.porcja {
	color: #009999;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

a.porcja:hover {
	color: #ff9933;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

.porcja {
	font-size: 11px;
	text-align: center;
}

a.cat {
	color: #009999;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

a.cat:hover {
	color: #ff9933;
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
}

a.dodaj {
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.dodaj:hover {
	color: #cc3300;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

a.firma {
	color: #339900;
	text-decoration: none;	
}

a.firma:hover {
	color: #339900;
}

.naglowek {
	color: #339966;
	font-size: medium;
	font-weight: bold;
}

.color_form {
	color: #339966;
	font-size: smaller;
	font-weight: bold;
}

.error {
	color: #FF0000;
	font-size: smaller;
	font-weight: bold;
}

.produkt {
	color: #666666;
	font-weight: bold;
}

table.firma {
	font-size: 13px;
	color: #666666;
}

td.belka {
	background-color: #ffcc66;
	padding-left: 10px;
	height: 18px;
}

hr {
	color: #009999;
	width: 100%;
	height: 1px;
}

form {
	display: inline;
}

input, textarea, select {
	font-family: Arial, Tahoma, sans-serif;	
	font-size: 13px;
}

img {
	border: 0px;
}

small {
	font-size: 10px;
}

.small {
	font-size: smaller;
	color: #339966;
}

.small2 {
	font-size: smaller;
	color: red;
}