/**
 * OGÓLNE
 */
body
{
	font-size:11px;
	font-family:Arial;
	background:#26282f url('../layout/bgr.jpg') no-repeat top center;
	margin:0;
	padding:0;
	color:#fff;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
h1
{
	margin:10px 0;
	overflow:hidden;
	font-size:14px;
	padding:0 0 0 15px;
	background:url('../layout/box.gif') no-repeat left center;
	color:#000;
}
h2
{
	font-size:13px;
	font-weight:bold;
	color:#2e3192;
	margin:0 0 2px 0;
	padding:0 0 1px 0;
}
ul.lista ,ol.lista
{
	margin:0;
	padding:0;
	text-align:justify;
}
ul.lista li, ol.lista li
{
	margin:0;
	padding:0 0 5px 15px;
	list-style:none;
	background:url('../layout/arrow.gif') no-repeat left top;
}
.clear
{
	height:1px;
	overflow:hidden;
	clear:both;
}




/**
 * FORMULARZE
 */
form
{
	margin:0;
	padding:0;
}
input, select, textarea
{
	padding:1px;
	border:1px solid #a2bddc;
	font-size:12px;
	font-family:Arial;
}
.error
{
	color:red; 
	font-size:10px; 
	font-family:Arial;
}
input.radio
{
	border:0;
}
input.button
{
	background:#e1e6f1;	
	color:#000;
	font-size:11px;
	padding:1px 1px;
}






/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#fff;	
}
a:hover
{
	color:#cecece;
}
div#block a:link, div#block a:visited
{
	text-decoration:none;
	color:#cdcccc;
}
div#block a:hover
{
	color:#b9b9b9;
}
a.transparent:link img, a.transparent:visited img
{
	opacity:1.00;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
}
a.transparent:hover img
{
	opacity:0.70;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
}
a.active
{
	text-decoration:underline !important;
}








/**
 * KONSTRUKCJA
 */
#top
{
	height:26px;
}
#header
{
	height:20px;
	width:960px;
	margin:0 auto;
	padding:35px 0 0 0;
}
#header div
{
	float:left;
}
#header img
{
	vertical-align:middle;
	padding:0 3px;
}
#header div#block
{
	display:none;
	float:left;
}
#content
{
	height:506px;
	width:960px;
	margin:0 auto;
}
#footer
{
	height:28px;
	width:940px;
	margin:0 auto;
	text-align:right;
	padding:10px;
}
#pictures
{
	width:960px;
	height:506px;
	text-align:center;
}




div.scrollable
{  
	position:relative;
	overflow:hidden;
	width:400px;	 
	height:470px;
}
#thumbs
{	
	position:absolute;
	width:20000em;	
	clear:both;
}
a.prev
{
	height:20px;
	display:block;
	background:#3d3f47 url('../layout/arrow_up.gif') no-repeat center center;
}
a.next
{
	height:20px;
	display:block;
	background:#2a2c32 url('../layout/arrow_down.gif') no-repeat center center;
}
a.next:hover, a.prev:hover
{
	background-color:#35373e;
}
#thumbs div
{
	width:400px;
	height:470px;
	color:#fff;
	cursor:pointer;
}