html, body {
	background: #000000 url('gfx/tlo.jpg') repeat-y top center;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	font-family : Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
}

a{
	color: #9c0201;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

#GLOWNY { 
	margin: 0px auto;
	padding: 0px; 
	width: 100%; 
}

#SZEROKOSC { 
	width: 980px;
	height: 100%;
	margin: 0px auto;
	padding: 0px; 
}

#HEADER {
	width: 100%;
	z-index: 1;
}

#HEADER img{
	border: none;
}

#CENTER {
	width: 660px;
	margin: 0px auto;
	padding: 0px;
	z-index: 2;
	position: relative;
	top: -100px;
}

#ZAKLADKI {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#ZAKLADKI a{
	display: block;
	float: left;
	padding: 6px 10px 6px 10px;
	margin: 2px;
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

#ZAKLADKI a:hover {
	display: block;
	float: left;
	padding: 6px 10px 6px 10px;
	margin: 2px;
	background: #9c0201;
	color: #FFFFFF;
	text-decoration: none;
}

#SRODEK{
	width: 500px;
	margin: 0px auto;
	padding-top: 60px;
}

div.team{
	width: 100%;
	float: left;
}

div.team a{
	color: #9c0201;
	text-decoration: none;
}

div.team a:hover{
	color: #000000;
	text-decoration: none;
}

div.team2{
	width: 100%;
	float: left;
}

div.team2 p{
	margin: 5px;
	float: left;
	width: 100%;
}

div.team2 a{
	color: #9c0201;
	text-decoration: none;
}

div.team2 a:hover{
	color: #000000;
	text-decoration: none;
}

p.kreska1{
	background: url('gfx/kreska1.gif') repeat-x;
	height: 9px;
}

div.nawigacja{
	width: 100%;
	text-align: center;
}

div.nawigacja a{
display: inline;
margin: 1px;
padding: 1px 3px 1px 3px;
background: #FFFFFF;
text-decoration: none;
color: #9c0201;
}

div.nawigacja a:hover{
color: #FFFFFF;
background: #9c0201;
text-decoration: none;
}

#FOOTER{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	float: left;
}