.tab_naglowek {
	 background-color: #6699FF;
	 // background-image: url(tlo.jpg);
	 background-image: url(tlo1.PNG);
	 background-repeat: no-repeat;
}
.firma_logo {
	font-size: 40px;
	font-family: Arial;
	text-align: right;
}
.firma_adres {
	font-size: 17px;
	font-family: Arial;
	text-align: right;
}

.tab_tr {
	background-color: #FFCC66;
}
.tab_tr1 {
	background-color: #6699FF;
	width: 400px;
}
.tekst1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFCC00;
	text-align: right;
}
.menu {
	font-weight: bold;
	font-family: Arial;
	color: #000099;
}
.tytul1 {
	font-size: 20px;
	font-family: Arial;
}
.tytul2 {
	font-size: 40px;
	font-family: Arial;
	color: blue;
}

// Linki
/* unvisited link */
a:link {
    color: #990033;
}

/* visited link */
a:visited {
    color: #990033;
}

/* mouse over link */
a:hover {
    color: #CCCCFF;
	text-decoration: none;
}

/* selected link */
a:active {
    color: blue;
}

