/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:url('../layout/bgr.gif');
	margin:0 0 50px 0;
	padding:0;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	/*text-indent:20px;*/
	line-height:20px;
	padding:10px 0;
   margin:0;
}
ul.ogolne
{
	text-align:justify;
	line-height:20px;
	padding:10px 0;
	margin:0;
}
ul.ogolne li
{
	padding:0;
	margin:0 0 0 30px;
}
h2
{
	margin:0;
	padding:10px 0;
	font-size:15px;
}
.b 
{
	font-weight:bold;
}



/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#c20000;
}
a:hover
{
	color:#000;
}


.pic
{
	text-align:center; 
	margin-bottom:10px;
}
.pic img
{
	border:3px solid #ebd9ca;
}
.pic div
{
	font-style:italic;
}




/**
 * KONSTRUKCJA
 */
#container
{
	background:url('../layout/bgr_top.jpg') repeat-x top;
}
#content
{
	background:#fef1e6 url('../layout/bgr_content.gif') repeat-y right;
	margin:0 auto;
	width:939px;
	border-left:10px solid #ebd9ca;
	border-top:10px solid #ebd9ca;
}
#content_left
{
	padding:20px;
	width:718px;
}
#content_right
{
	width:178px;
	float:right;
	display:inline;
	text-align:center;
}

#header
{
	width:949px;
	height:134px;
	margin:0 auto;
}
#logo
{
	width:182px;
	height:100px;
	position:absolute;
	margin:15px 0 0 0;
}

#flash
{
	width:225x;
	height:166px;
	position:absolute;
	margin:-20px 0 0 745px;
}

#language
{
	width:226px;
	height:22px;
	position:absolute;
	margin:0 0 0 700px;
	background:url('../layout/bgr_lang.gif');
	padding-top:6px;
}
#language_left
{
	float:left;
	display:inline;
	margin-left:33px;
}
#language_right
{
	float:right;
	display:inline;
	margin-right:7px;
}

#footer
{
	width:949px;
	height:35px;
	background:url('../layout/footer.gif');
	margin:0 auto;
}
#footer_left
{
	width:53px;
	height:49px;
	background:url('../layout/footer_left_corner.gif');
	position:absolute;
	margin:-30px 0 0 -23px;
}
#footer_right
{
	width:50px;
	height:51px;
	background:url('../layout/footer_right_corner.gif');
	position:absolute;
	margin:13px 0 0 914px;
}

#pixlab
{
	position:absolute;
	margin:35px 0 0 0;
	color:#684534;
}
#podpis
{
	width:552px;
	height:29px;
	position:absolute;
	margin:40px 0 0 360px;
	background:url('../layout/podpis.gif');
}





/**
 * GÓRNE MENU
 */
.suckertreemenu
{
	position:absolute;
	margin:80px 0 0 190px;
	font-size:12px;
	font-family:Arial;
	height:26px;
}
.suckertreemenu ul
{
	margin:0;
	padding:0;
	list-style-type: none;
}
.suckertreemenu li a.active
{
	color:yellow !important;
}
.suckertreemenu li a.active:hover
{
	color:#ed1c24 !important;
}
.suckertreemenu ul li
{
	position: relative;
	display: inline;
	float: left;
	margin-left:4px;
}
.suckertreemenu ul li a
{
	font-size:12px;
	display: block;
	padding:5px 14px 6px 14px;
	text-decoration: none;
	background:#761212 url('../layout/bgr_menu.gif') repeat-x bottom;
	color:white;
}
.suckertreemenu ul li ul
{
	z-index:10;
	left:0;
	position:absolute;
	top:1em; /* no need to change, as true value set by script */
	display:block;
	visibility:hidden;
}
.suckertreemenu ul li ul li
{
	display:list-item;
	float:none;
	margin-left:0;
}
.suckertreemenu ul li ul li ul
{ 
	left:159px; /* no need to change, as true value set by script */
	top:0;
}
.suckertreemenu ul li ul li a
{
	display:block;
	width:170px; /*width of sub menu levels*/
	color:white;
	text-decoration:none;
	padding:5px 5px;
	border-top:1px solid black;
	background:#761212 url('../layout/bgr_menu.gif') repeat-x bottom;
}
.suckertreemenu ul li ul li ul li
{
	
}
.suckertreemenu ul li ul li ul li a
{
	
}
.suckertreemenu ul li a:link, .suckertreemenu ul li a:visited
{
	color:white;
}
.suckertreemenu ul li a:hover
{
	color:#ed1c24;
}
.suckertreemenu .mainfoldericon
{
}
.suckertreemenu .subfoldericon
{
	background:url('../layout/bgr_menu.gif') repeat-x;
}
* html p#iepara
{
	padding-top: 1em;
}
/* Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; width:1%; }
* html .suckertreemenu ul li ul li { float: left; display:inline; }
/* End */