@charset "utf-8";
/* CSS Document */



body{
	font-family: Tahoma, Geneva, sans-serif;	
	font-size: 12px; 
	color: #000;
	background:url(../img/tlo.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	background-color:#000;
	
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Tahoma, Geneva, sans-serif;	
	font-size: 12px; 
	color: #000;
	vertical-align: top;
}


a {
	color: #06F; 
	text-decoration: none;
}
a:hover {	
	color: #06F;
	text-decoration: underline;	
}

#strona {
	width: 960px;	
}

#strona td {
	
}
#naglowek {
	height:166px;
}
#naglowek img{

}

#menu {
	margin-left: 28px;
	width: 189px;
	float: left;
}

	#menu a {
		display: block;
		height: 24px;
		color: #333;
		text-decoration: none;
		background-image:url(../img/a.png);
		background-repeat:no-repeat;
		padding: 0px 0px 0px 40px;
		font-weight: bold;
		line-height: 1.8;
	}
	#menu a:hover,
	#menu a.act {
		color: #03F;
		background-image:url(../img/a_act.png);
		background-repeat:no-repeat;
	}
	
#tresc {
	float: left;
	width: 670px;
	margin: 10px 0px 0px 40px;
	border: 0px solid #FFF;
}

	#newsy {
		clear: both;
		margin: 30px 0px 30px 0px;
	}
	#newsy .tytul {
		color:#900;
		font-weight: bold;
	}
	
	
	#newsy .tresc {
		display: table;
		margin: 0px 0px 30px 20px;
		border-bottom: 1px solid #FFF;
		text-align: justify;
		width: 600px;
	}
	
	
	#video {
		clear: both;
		display: table;
		margin: 10px 0px 10px 0px;
	}
	#video a {
		display: block;
		float: left;
		margin: 0px 20px 20px;
		text-decoration: none;
	}
	#video a.act {
		color: #900;
		font-weight: bold;
	}
	#video a img {
		width: 112px;
		height: 75px;
	}

#strony {
	clear:both;
	margin: 10px;
}
#strony  a {
	border: 1px solid #999;
	color:#666;
	text-decoration: none;
	text-align: center;
	padding: 2px 0px 2px 4px;
}
 #strony  a:hover,
 #strony  a.ta_strona {
	 color:#900;
	 border-color: #000;
 }
 
#stopka {

	text-align:center;
	color:#ccc;

}
	#stopka a {
		color:#CCC;
		text-decoration:underline;
	}
	#stopka a:hover {
		text-decoration:none;
	}
	
	
