/* style CSS */

body {
	background: #FDFEFF url(gfx/tloo.gif) top;
	margin: 0px;
}

h1, h2 {
	display:none;
}

body, p, td, a,
.form, .butt,
.naglowek, .tytul, .data, .nazwisko, .male, .nowy, .red,
.tab-tekst, .tab-tekst p, .tab-tekst caption, .tab-tekst td, .tab-tekst ul, .tab-tekst ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #445B90;
}

font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #6C87C4;
	text-decoration:none;
}
a:hover, a:active {
	color: #9966cc;
	text-decoration:none;
}

.naglowek {
	color: #AC7FDA;
	font-weight:bold;
}

.tytul {
	color: #AC7FDA;
	font-size: 14px;
	font-weight: bold;
}

.data {
	font-size: 10px;
	font-weight: bold;
	color: #6282CC;
}

.nazwisko, .nazwisko a:link, .nazwisko a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #9C76CC;
}
.nazwisko a:hover, .nazwisko a:active {
	font-size: 10px;
	font-weight: bold;
	color: #D29BEE;
}

.male, .male a:link, .male a:visited {
	font-size: 10px;
	color: #6282CC;
}
.male a:hover, .male a:active {
	font-size: 10px;
	color: #6282CC;
}

.nowy {
	font-size: 10px;
	font-weight: bold;
	color: #FFA4F0;
}

.tab-tekst {
	color: #445B90;
	text-align: justify;
	line-height: 18px;
	height: 420px;
	background-image: url(gfx/tlo.gif);
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.form {
	font-family: "Courier New", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 0px;
	background-color: #E5E8F0;
}
.butt {
	font-size: 10px;
	height:17px;
	border: 0px;
	background-color: #D5D8E0;
}

.red {
	color: #FD0083;
}

