/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#fff url(images/bg.gif) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #565656;
	}
	
h1 {margin:0;padding:0;float:left;font-weight: bolder;color: #444344;font-size:16px;}
h2 {margin:0;padding:0;float:left;font-weight: bold;color: #444344;font-size:15px;}
h3 {margin:0;padding:0;float:left;font-weight: bold;color: #444344;font-size:14px;}
h4 {margin:0;padding:0;float:left;font-weight: bold;color: #444344;font-size:13px;}
h5 {margin:0;padding:0;float:left;font-weight: bold;color: #444344;font-size:12px;}
h6 {margin:0;padding:0;float:left;font-weight: bold;color: #444344;font-size:11px;}

.pds{
	width:753px;
	margin:auto;
	font-size: 12px;
}
.left{
	width:206px;
	float:left;
}
.right{
	width:535px;
	float:left;
	padding-left:10px;
}
.menu{
	background:url(images/m-tlo.gif) repeat-y;
	padding:5px;
}
.menu a{
	background:url(images/dot.gif) no-repeat center left;
	display:block;
	padding:8px 0px 8px 35px;
	font-size:12px;
	color:#4685C7;
	text-decoration:none;
}
.menu a:hover{
	background:url(images/dot2.gif) no-repeat center left;
	color:#4685C7;
	text-decoration:none;
}
.tresc {
	font-size: 12px;
	
	color:#565656;
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #565656;
	}
a{
	color:#006699;
}

/* STYLE TABELI PROMOCJI */
.promo {
	text-align: left;	/* wyrównanie tekstu: left, right, center, justify */
	padding: 3px;	/* margines wewnÄ…trz */
	border: 1px solid;
	border-color: #dbdcde;
	border-collapse: collapse;
  background-color: #ffffff;
	}
.promo td {
  font-size: 10px;	/* rozmiar czcionki */
	text-align: left;	/* wyrównanie tekstu: left, right, center, justify */
	padding: 1px;	/* margines wewnÄ…trz */
	border: 1px solid;
	border-color: #dbdcde;
	border-collapse: collapse;
  }

/*	STYLE NEWSOW */
/* 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: 0px;	/* gruboĹ›Ä‡ obramowania */
	border-style: solid;	/* styl obramowania: solid, dashed, dotted, double, groove, ridge, inset, outset */
	border-color: #ffffff; /* kolor obramowania */
	font-weight: bold;
}
.news dt, .news dt a:link, .news dt a:visited {
	background: #ffffff;	/* tĹ‚o tytuĹ‚u */
	color: #6e7a88;	/* kolor tytułu */
	text-decoration: none;
}

/* Treść */
.news dd {
	background: #ffffff;	/* tło */
	color: #6e7a88;	/* kolor tekstu */
	font-size: 12px;	/* rozmiar czcionki */
	border-width: 0px;	/* gruboĹ›Ä‡ obramowania */
	border-style: solid;	/* styl obramowania: solid, dashed, dotted, double, groove, ridge, inset, outset */
	border-color: #ffffff; /* 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: #ffffff; /* kolor obramowania */
	padding: 5px;	/* margines wewnatrz */
	clear: both;
}
.news_author span {
	font-weight: bold;
}