<style type="text/css">
<!-- 

.null {}

body {
    background-color: white;
    margin: 0px;
}

/* kolorowanie elementów strony */
.bezowy {
	background-color: #F2F2E8;
}

.jasnobezowy {
	background-color: #F9F9F5;
}

.szary {
	background-color: #C9C9C9;
}

.bialy {
	background-color: white;
}

/* tło pod flasha */
.tloPodFlasha {
/*	background-image: url("grafika/logo_dol.gif"); */
	background-position: 19px 0px;
	background-repeat:  no-repeat;
	background-color: #F9F9F5;
}

.nadFlashem {
	/*	background-image: url("grafika/logo_dol.gif"); */
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #F9F9F5;
	z-index: 20;
	position: absolute;
	margin-left: 19px;
}

/* teksty */
.tekst {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	color: #464646;
}

.t10 {
	font-size: 10px;
}

.t13 {
	font-size: 13px;
}

.naglowek {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}


p {
	margin-top: 0px;
	margin-bottom: 16px;
}

.wciecie {
	margin-left: 30px;
}

/* odsyłacze */
a {
	text-decoration: none;
	color: #0074C5;
}

a:hover {
	text-decoration: underline;
}

/* listy */
ul {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 4px;
}

ul.strzalki {
	margin-top: -10px;
	list-style-image: url("grafika/strzalki/strzalka_wyliczenie.gif");
}

/* formularze */
form {
	margin: 0px;
}

.poleTekstowe {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #464646;
	border: 1px #C9C9C9 solid; 
	width: 140px;
	height: 18px;
}

textarea.poleTekstowe {
	width: 280px;
	height: 120px;
	
}

.przycisk {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #464646;
	background-color: white;
	border-width: 1px;
	width: 100px;
	height: 20px;
}


-->
</style>