/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#0054a6 url('../layout/bgr.gif') repeat-x top;
	margin:16px 0;
	padding:0;
	color:#000;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	text-indent:20px;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
h1
{
	margin:0;
	overflow:hidden;
	font-size:22px;
	padding:2px 0 5px 3px;
	color:#01183a;
}
h2
{
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
	padding: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;
}




/**
 * 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;
}





/**
 * LINKI
 */
a:link, a:visited
{
	text-decoration:none;
	color:#fc9742;	
}
a:hover
{
	color:#002157;
}
a.transparent:link, a.transparent:visited
{
	opacity: 1.00;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=100); /* MSIE */
	-moz-opacity: 1.00;        /* Gecko */
}
a.transparent:hover
{
	opacity: 0.70;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=70); /* MSIE */
	-moz-opacity: 0.70;        /* Gecko */
}
#pixlab a:link, #pixlab a:visited
{
	font-size:11px;
	text-decoration:none;
	color:#9dbbdb;
	float:right;
}
#pixlab a:hover
{
	color:#fff;
}






/**
 * KONSTRUKCJA
 */
#container
{
	width:980px;
	background:#fff url('../layout/test.gif') no-repeat right bottom;
	border:3px solid #9dbbdb;
	margin:0 auto;
	padding:6px 0 6px 10px;
}
#footer
{
	padding:5px 0 0 0;
	width:990px;
	margin:0 auto;
}
#logo
{
	width:161px;
	height:110px;
	margin:0 0 4px 0;
}
#content_left
{
	float:left;
	display:inline;
	width:254px;
}
#content_right
{
	float:right;
	display:inline;
	width:690px;
}
#logo_ppnt
{
	float:left;
	display:inline;
	margin:20px 10px 0 0;
}
#logo_tworczosc
{
	float:left;
	display:inline;
	margin:16px 0 0 0;
}
.img_text
{
	position:absolute;
	margin:136px 0 0 5px;
	color:#fff
}
#program_table
{
	background:#81a1bb;
	width:100%;
}
#program_table td
{
	background:#fff;
}
#program_table td.header
{
	text-align:center;
	font-weight:bold;
	background:#f48000;
	color:#fff;
	font-size:16px;
}
#program_table td.sesja
{
	text-align:center;
	font-weight:bold;
	background:#e8e8e8;
}




/**
 * FORMULARZ
 */
table.form input, table.form textarea
{
	width:300px;
	border-color:#81a1bb;
}
table.form input.button
{
	width:auto;
}








/**
 * MENU LEWE
 */
ul.menulist
{
   list-style:none;
   margin:0;
   padding:0;
   width:274px;
}
ul.menulist li
{
   text-align:left;
   position: relative;
   margin-bottom:1px;
   height:45px;
}
ul.menulist li a:link, ul.menulist li a:visited
{
	font-size:12px;
	overflow:auto;
   text-decoration:none;
   color:#fff;
   background:#81a1bb;
   display:block;
   width:247px;
   padding:3px 7px;
   margin:0;
   border-left:13px solid #6c879f;
   height:39px;
}
ul.menulist li a:hover
{
   border-color:#516678;
}

ul.menulist li.active a
{
	border-color:#87a3ba !important;
	background:#9dbbd2 !important;
}
ul.menulist li.active a span.menulist_big
{
	display:none !important;
}
span.menulist_big
{
	color:#9db6ca;
	font-size:33px;
	float:left;
	display:inline;
	padding:0 5px 0 0;
	font-weight:bold;
}
.menulist_top
{
	font-size:14px;
	padding:4px 0 0 0;
	display:block;
}
.menulist_bottom
{
	font-size:12px;
	color:#d4dfe8;
}




/**
 * Page
 */ 
.paginator { padding:4px; text-align:right; }
.paginator a, .paginator span { margin: 1px; padding: 2px 4px; border: 1px solid #eee; color: #ccc }
.paginator a { color: #333; border-color: #ddd; }
.paginator a:hover { border-color: #aaa; }
.paginator .current {background:#565d5f; color:#fff; }
.paginator .title {border: none;}