/*

	sNews 1.6 Minimal Template
	
*/


/* sNews */
*{ margin: 0; padding: 0; }*
fieldset { border: 1px solid #000000; padding: 10px 8px; margin: 0 0 8px 0; background: #ffffff0; color: #000; }
input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; }
.comment { background: #F5F6F6; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { background: #f4f4f4; color: #808080; padding: 10px; margin: 0 0 10px 0; }
.date { border-top: 1px solid #eee; margin: 0 0 20px 0; }
p { margin: 15px 0 10px 0; }
li{ list-style: none;}
a {
	color: #930000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	background-color: #2E2E2E;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
}

.kontener{
	width: 1050px;
	margin: auto;
}

.menu{
	width: 800px;
	height: 70px;
	background-image: url(gfx/menu-tlo.gif);
	text-align: left;

}

.menu a{
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.przycisk{
	margin: 5px;
	border-bottom: 3px solid #930000;
	height: 60px;
	width: 120px;
	text-align: center;
	padding-top: 5px;
	float: left;
}

.linia{
		margin-bottom: 10px;
		width: 1px;
		text-align: center;
		float: left;
}
.cialo{
	width: 800px;
	background-color: #F0EEEE;
	background-image: url(gfx/cialo-tlo.gif);
	background-repeat: repeat-x;

}

.naglowek{
	padding-right: 10px;
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
	color:#930000;
}

.tresc{
	text-align: justify;
	padding: 10px;
	color: #000000;
	
}

.stopka{
	width: 790px;
	background-image: url(gfx/menu-tlo.gif);
	text-align: left;
	padding: 5px;
	color: #C7C7C7;
	font-size: 10px;

}

h2{
	color: #930000;
}

.th{
	width:200px;
	float:left;
	text-align: center;
	background-color: #AEAEAE;

	color: white;
}

.t1{
	width:200px;
	float:left;
	text-align: center;
	background-color: #DCDCDC;
	height: 20px;
	padding: 5px 0px 0px 0px;
}
.t2{
	width:200px;
	float:left;
	text-align: center;
	background-color: #D4D4D4;
	height: 20px;
	padding: 5px 0px 0px 0px;
}