body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-color: #303030;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #cccc99;
}

/*style do linków*/

a:link {
	text-decoration: none;
	color: #999966;
}

a:visited {
	text-decoration: none;
	color: #999966;
}

a:hover {
	text-decoration: none;
	color: #ffffcc;
}

a:active {
	text-decoration: none;
}

/*koniec styli do linków*/

.tekst, p {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: #cccc99;	
}

.tekst_bold {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: #cccc99;
	font-weight:bold;
}
	
.tekst_ciemny {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: #333300;
}	

.tekst_ciemny_bold {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: #333300;
	font-weight:bold;
}

.tekst_czerwony {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: red;
	font-weight:bold;
}
	
.main {
	font-family:Tahoma;
	font-size:11px;
	color:#F8CE4D;
	line-height:12px
}

.tytul {
	font-family: Georgia, Tahoma, "Times New Roman", Times, serif;
	font-size: small;
	color: #cccc99;
	font-weight: bold;
}

.input {
	border-width: 1px;
	border-style: solid;
	background-color: #292929;
	border-color: #F8CD4D;
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: #cccc99;
}




img {
border: none;
}

