a:link
{
	color: black
}
a:visited
{
	color: black
}


/* Link po najechaniu kursorem */

a:hover 
{
	color: red;
}
p{
	font-size: 24px;
	font-family: Century Gothic, Arial;
}
h1{
	font-size: 30px;
	font-family: Century Gothic, Arial;
	color: #047d00;
	text-align: center;
}
th{
	background-color: #ffceb5;
}
.menu
{
	width: 100%;
	height: 5em;
	background-color: #e4ebe4;
	text-align: center;
	font-size: 20px;
	font-family: Century Gothic, Arial;
}
.menuboczne 
{
	float: right;
	width: 25%;
	height: 100%;
	background-color: #e4ebe4;
	font-size: 18px;
	text-align: center;
}
.glowne
{
	float: left;
	width: 75%;
	height: 100%;
	background-color: #d9ffad;
}
.logo1
{
	float: left;
	width: 10%;
}
.szkontakt
{
	float: right;
	width: 90%;
	height: 120px;
	text-align: left;
	font-size: 20px;
	background-color: #76eb6c;
}
.szybkikontakt
{
	float: left;
	width: 90%;
	height: 120px;
	text-align: left;
	font-size: 20px;
	font-family: Century Gothic, Arial;
}
.koszyk
{
	float: right;
	width: 10%;
	height: 120px;
	text-align: left;
	font-size: 20px;
}
.Formularz
{
	font-family: Arial;
	font-style: normal;
	font-size: large;
}
.Danekontaktowe
{
	font-family: Arial;
	font-style: normal;
	font-size: small;
}
.zdjecia
{
	float: left;
	width: 70%;
}
.odsylacze
{
	float: right;
	width: 30%;
}
.kolumna1
{
	float: left;
	width: 30%;
}
.kolumna2
{
	float: right;
	width: 30%;
}
.kolumna3
{
	float: right;
	width: 40%;
}