

#container {
width: 760;
height: 100%;
position: relative;
}

body, p { 
  margin:0px;
  font-family: Arial, sans-serif; 
  font-size: 14px;
}
a { text-decoration: none; }

.lewy, a.lewy
{ 	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	font-weight:bold;

	text-decoration: none;
}

.lewymaly, a.lewymaly
{ 	font-family: Verdana;
	font-size: 11px;
	color: #555555;
	font-style: normal;
	text-decoration: none;
	padding:.1em;
}

.lewymaly a:hover
{ 	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	padding:.1em;
}


.takiecos, p, a {
	font-family: Verdana;
	font-size: 13px;
	color: #444444;
	font-style: normal;
	text-decoration: none;
}
.takiecos2, p, a {
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
	font-style: normal;
	text-decoration: none;
}

.takiecos3, p, a {
	font-family: Verdana;
	font-size: 9px;
	color: #444444;
	font-style: normal;
	text-decoration: none;
}


h1 {

font-family: Verdana;
	font-size: 21px;
	color: #444444;
	font-style: normal;
	text-decoration: none;
}

.inputstyle {
	border: 1px solid #777777;
	background: url(none) no-repeat #f7f7f7;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #454743;
	margin: 2px 1px 1px 1px;
}

label {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #222222;
}


.inputstyle:hover {
	border: 1px ridge #FFFFFF;
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}


.opisowka {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 11px;
	color: #444444;
}
a.opisowka {
font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	text-decoration: underline;
	font-size: 11px;
	color: #000000;
}
.polprze {
background: rgba(255, 255, 255, 0.5); 
}

.polprze2  {
background: rgba(255, 255, 255, 0.1); 
}

hr {
 color:#82b4cd;
 border-top: 1px dashed #aaaaaa;
 border-bottom:none;
 border-left:none;
 border-right:none;
}

.style6 {font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style27 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #0D6880; }
.style28 {font-family: Verdana, Arial, Helvetic, sans-serif; font-size: 14px; font-weight: bold; color: #5E9F2D; }
.toolbar li {
display:inline;
padding:.7em;
margin:0;
zoom: 1;
}
.toolbar a {

font-size: 13px;
font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;

}
.toolbar a:hover {
background-color:#eee;

font-size: 13px;
font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;

}
blockquote.style1 {
  font: 14px/20px italic Helvetica, sans-serif;
  width: 70%;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 15px;
  background-image: url(/images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote.style1 span {
     display: block;
     background-image: url(/images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }

   /*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 790px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
