/* CSS Document */
body {
	 background:#0B0B0B url(images/bg.gif) repeat-x;
	 padding:15px 0px;
	 margin:0px; 
	 font-size:62.5%; 
	 font-family:Arial, Helvetica, sans-serif;
}

.pds{
	width: 1005px;
	margin:auto;
	font-size:1.2em;
	color:#A3A8AD;
}
.both{ clear:both; } 

a{ color:#FFCC66; }
a:hover{ text-decoration:none; }

.left{
 	float:left; 
	width:210px;
	padding-left:10px;
	}
.center{
 	float:left; 
	width:546px;
	padding-left:14px;
	}
.right{
	float:left; 
	width:210px;
	padding-left:14px;
	}

.s{ background:url(images/s.gif); }	
.stopka{ background:url(images/stopka.jpg) no-repeat; height:60px; padding:15px 0px 0px 0px; text-align:center; color:#666666; } 
.stopka span{ font-weight:bold; display:block;}

.m{ background:url(images/t3.gif) no-repeat; height:90px;}
.m ul{ list-style:none; margin:0; padding:5px 30px; } 
.m li{ float:left;  }
.m a{ display:inline-block; padding:17px 20px 18px 20px; color:#E2E2E2; text-transform:uppercase; font-weight:bold; text-decoration:none;}
.m a:hover{ background:url(images/m.gif) repeat-x; color:#fff; text-decoration:none;}

.m2{ padding:5px 0px;}
.m2 ul{list-style:none; margin:0px; padding-left:4px;}
.m2 li{float:left; width:200px; padding:0; margin:0; }
.m2 a{ padding:6px 20px; display:block; border-bottom:1px solid #000; border-top:1px solid #333; text-decoration:none; color:#999999;  }
.m2 a:hover{ background:#302e2e; color:#fff;}

.mtxt{
	padding:8px; 
	font-size:.9em;
}

.mng1{ 
	background:url(images/mng1.jpg) no-repeat; 
	color:#fff; 
	font-weight:bold; 
	padding:11px 15px 10px 35px;
}
.mng2{ 
	background:url(images/mng2.jpg) no-repeat; 
	color:#fff; 
	font-weight:bold; 
	padding:11px 15px 10px 35px;
}
.ng{ 
	background:url(images/sng.jpg) no-repeat; 
	color:#fff; 
	font-weight:bold; 
	padding:12px 15px 15px 45px;
}
.center p{ margin:0px; padding:10px; line-height:1.4em; }

input{ border:1px solid #333; background:#000; color:#FF9900;  padding:3px 5px;}

/* Tytuł: */
.news dt {
	font-size: 14px;	/* rozmiar czcionki */
	text-align: left;	/* wyrównanie tekstu: left, right, center, justify */
	padding: 5px;	/* margines wewnątrz */
	border-width: 1px;	/* grubość obramowania */
	border-style: solid;	/* styl obramowania: solid, dashed, dotted, double, groove, ridge, inset, outset */
	border-color: gray; /* kolor obramowania */
	font-weight: bold;
}
.news dt, .news dt a:link, .news dt a:visited {
	background: silver;	/* tło tytułu */
	color: #505050;	/* kolor tytułu */
	text-decoration: none;
}

/* Treść */
.news dd {
	background: white;	/* tło */
	color: black;	/* kolor tekstu */
	font-size: 12px;	/* rozmiar czcionki */
	border-width: 1px;	/* grubość obramowania */
	border-style: solid;	/* styl obramowania: solid, dashed, dotted, double, groove, ridge, inset, outset */
	border-color: gray; /* kolor obramowania */
	border-top-width: 0;
	margin: 0;
	margin-bottom: 20px;
}
.news_content {
	padding: 5px;	/* margines wewnatrz */
	text-align: justify;	/* wyrównanie tekstu: left, right, center, justify */
}

/* Data */
.news_date {
	font-size: 11px;	/* rozmiar czcionki */
	text-align: left;	/* wyrównanie tekstu: left, right, center, justify */
	padding: 5px;
	padding-bottom: 0;
}
.news_date span {
	font-weight: bold;
}

/* Obrazek: */
.news_img {
	float: left;	/* ustawienie: left, right */
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0;
}

/* Więcej... */
.news_more {
	font-size: 11px;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 15px;
}

/* Autor */
.news_author {
	font-size: 11px;	/* rozmiar czcionki */
	text-align: left;	/* wyrównanie tekstu: left, right, center, justify */
	border-top-width: 1px;	/* grubość obramowania */
	border-top-style: dashed;	/* styl obramowania: solid, dashed, dotted, double, groove, ridge, inset, outset */
	border-top-color: gray; /* kolor obramowania */
	padding: 5px;	/* margines wewnatrz */
	clear: both;
}
.news_author span {
	font-weight: bold;
}
