@charset "UTF-8";
/* CSS Document */

/* STRONA GŁÓWNA */

.stronaGLOWNA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;
	padding: 20px;
	border: 1px solid #ddd;
	background-image: url(../elementy/background_glowna.jpg);
	background-repeat: no-repeat;
	width:860px;
	vertical-align: top;
	text-align: justify;
}

.stronaGLOWNA h1 {
	font-size: 19px;
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	padding-bottom:15px;

}
.stronaGLOWNA a {
	color: #666;
	text-decoration: underline;
}
.stronaGLOWNA p img {
	padding: 0 15px 0 0;
}
.stronaGLOWNA a:hover {
	color: white;
	text-decoration: none;
	background-color: #900;
}
.footer {
	background-image: url(../elementy/belka_dolna.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:40px;
	padding-left:20;
	padding-top:10px;

}
#footerCOPY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333;
}
#footerVANTOO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	text-align: right;
	padding-right:20px;
}
#footerLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	text-align: right;
	text-decoration:none;
}
