
body{
	color:#666666;
	font-family:tahoma;
	font-size: 12px;
}

.menus {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menus:hover {
	color: #33D7FF;
	text-decoration: none;
}
.naglowek_z_tlem {

	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text_1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	line-height: 18px;
	text-decoration: none;
}
.naglowek_1 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: normal;
	color: #333333;
}
.link_1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #0066B3;
	text-align: justify;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}
.link_1:hover {
	color: #FF0066;
	text-decoration: none;
}
.naglowek_2 {

	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: #666666;
}
.text_2 {

	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	color: #666666;
	text-align: justify;
	line-height: normal;
	text-decoration: none;
}
.border {
	border: 1px solid #CCCCCC;
}


.polecane_oferty
{
list-style-type: none;
width: 280px;
overflow: hidden;
margin-left: 20px;
margin-right: 0px;
margin-top: 10px;
padding-left: 0px;
}

.polecane_oferty li
{
width: 260px;
height: 280px;
text-align: left;
overflow: hidden;
float: left;
margin-left: 0px;
margin-right: 10px;
}

.polecane_oferty img
{
padding: 3px;
border: 2px solid #009de0;
display: block;
}

.polecane_oferty img:hover
{
border: 2px solid #009de0;
}


/* styl dla listy zdjec w detalach oferty */
.lista_zdjec
{
list-style-type: none;
width: 650px;
overflow: hidden;
margin-left: 20px;
margin-right: 0px;
margin-top: 10px;
padding-left: 0px;
}

.lista_zdjec li
{
width: 85px;
height: 70px;
text-align: center;
overflow: hidden;
float: left;
}

.lista_zdjec img
{
padding: 2px;
border: 1px solid #808080;
display: block;
}

.lista_zdjec img:hover
{
border: 1px solid #C0C0C0;
}


/* PAGINACJA */

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
	font-family: arial;
	font-size: 14px;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

.naglowek_bloku {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(images/naglowek_blue.gif);
  background-repeat: no-repeat;
  width: 290px;
  height: 35px;
  line-height: 35px;
}

