@charset "utf-8";
.Podtytuly {
	font-size: 20px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Podtytuly:link {
	font-size: 20px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Podtytuly:hover {
	font-size: 20px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/* CSS Document */
.menu {
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E2DDD0;
	}
	
	.menu:link {
	color: #E2DDD0;
	}
	.menu:visited {
	color: #E2DDD0;
}
	.menu:hover {
	display: block;
	text-decoration: none;
	background-color: #482A09;
	color: #FFFFFF;
	}

.nictakiego {
	color: #E2DDD0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: blink delay="100";
}



.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	width: auto;
	vertical-align: baseline;
	word-spacing: normal;
}

.link {
	text-decoration: none;
	color: #990000;

.link:link {
	text-decoration: none;
	color: #CCCCCC;
}
.link:visited {
	text-decoration: none;
	color: #990000;
	padding-top: 10px;
}
.link:hover {
	text-decoration: underline;
	color: #CC0000;
}
.link:active {
	text-decoration: none;
}
.Podpis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #E2DDD0;
}
.margin {
	padding-top: 30px;
	top: 50px;
}
.obrazek {
	float: right;
	margin: 10;
}


