*
{
	margin: 0;
	padding: 0;
	border: 0;
}

.break
{
	clear: both;
}

.pointer
{
	cursor: pointer;
}


body
{
	background-image: url(/site/css/template/assets/new/tlo.jpg);
	background-repeat: repeat;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	color: #FF0000;
}

a.strzalka
{
	color: #9B4A37;
	font-size: 16px;
	line-height: 13px;
	text-decoration: none;
	float: right;
	margin-right: 10px;
	position: relative;
	right: -25px;

}

div.tekst p {
	padding-right: 15px;
}

a.strzalka:hover
{
	color: #FF0000;
}



#main
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 85px;
	background: #663A27 url(/site/css/template/assets/201103/background10.jpg); 
	
	padding-bottom: 1px;
}


#logo
{
	float: left;
	height: 110px;
	width: 177px;
	padding: 15px 0 0 15px;
}

#flash_gora
{
  z-index: 1;
  overflow: hidden;
  float: left;
	height: 146px;
	width: 726px;
	margin-left: 1px;
}

#wyszukiwarka
{
  z-index: 2;
  overflow: hidden;
  float: left;
	height: 146px;
	width: 221px;
	background-image: url(/site/css/template/assets/szukaj_tlo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#wyszukiwarka form
{
  position: relative;
  left: 52px;
  top: 72px;
}

#wyszukiwarka_input
{
  width: 130px;
  height: 14px;
  font-size: 10px;
}

#wyszukiwarka_submit
{
  position: relative;
  top: 5px;
}


#stopka
{
	height: 45px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	color: #1F395D;
	background-color: #F0F2F4;
}

#stopka a
{
	text-decoration: none;
	color: #9c9fc0;
}

#stopka a:hover
{
	color: #FF0000;
}


#stopka_lewo
{
	height: 50px;
	width: 235px;
	float: left;
	padding-left: 10px;
	font-size: 8pt;
	padding-top: 10px;
}

#stopka_srodek
{
	color: #1F395D;
	height: 50px;
	width: 400px;
	float: left;
	text-align: center;
	font-size: 10pt;
	padding-top: 10px;
}

#stopka_srodek a
{
	color: #1F395D;
}

#stopka_prawo
{
	float: left;
	height: 60px;
	width: 236px;
}

.infobox { margin: 20px 0 20px 0; }
.infobox p { margin: 10px 15px }
#errors { border: 2px dotted red; }
#messages { border: 2px dotted green; }

