body{
	font-family: Verdana;
	font-size: 11px;
	background-color: #D9EFF9;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #4c4d4e;
	text-align: justify;
}

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

p{
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}

a img{
	border:none;
}

div.error{
	text-align:center;
	color: #ff0000;
}

fieldset table th{
	width: 200px;
}

legend{
	font-weight: bold;
}

h1{
	font-size: 16px;
	color: #317bb8;
}

h2{

color: #317bb8;
font-size: 14px;
/*font-size: 21px; */
clear:both;
}

h3{
color: #317bb8;
}

.input{
	width: 300px;
}

.banerDiv{
	height: 162px;
	width: 100%;
	background-image: url('../img/baner_background.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.banerDiv table{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 816px;
	border: none;
}
.banerDiv table td.left{
	width:8px;
	background-image: url('../img/baner_background_left.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.banerDiv table td.right{
	width:8px;
	background-image: url('../img/baner_background_right.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

table.main{
	width: 816px;
	padding:0px;
	margin: auto;
	background-color: #F3F6F8;
}
table.main td.menu{
	background-image: url('../img/menu_v_background.gif');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #80B9EC;
	border-right: 2px #ffffff solid;
	width:244px;
	vertical-align: top;
}
table.main td.left{
	width:8px;
	background-image: url('../img/shadow_left.gif');
	background-repeat: repeat-y;
	background-position: right;
}
table.main td.right{
	width:8px;
	background-image: url('../img/shadow_right.gif');
	background-repeat: repeat-y;
	background-position: left;
}
table.main td.center{
	border-left: 2px solid #72A4CE;
	vertical-align: top;
	width: 542px;
	padding: 5px;
}

table.main td.center table{
	width: 100%;
}

div.menu{
	margin-left: auto;
	margin-right: auto;
	height: 27px;
	width: 800px;
	background-image: url('../img/menu_h_background.gif');
	background-repeat: repeat-x;
}

div.menu ul{
	float:right;
	font-size:12px;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	list-style-type: none;
	margin:0px;
	padding:0px;
	border-left: 1px #ffffff solid;
	background-repeat: repeat;
}
div.menu li{
	padding-top:4px;
	padding-bottom:7px;
	border-left: 1px #ffffff solid;
	float:left;
	width: 110px;
	text-align:center;
	display:block;
}
div.menu ul a{
	color: #ffffff;
	text-decoration: none;
	display:block;
}
div.menu ul li{
	position: relative;
}
div.menu ul li.active{
	background-image: url('../img/menu_h_active.gif');
	background-position: center;
	background-repeat: no-repeat;
}
div.menu ul li ul{
	position:absolute;
	left: 0;
	border:none;
	visibility: hidden;
	text-align:center;
	width: 110px;
	height: 100px;
	margin: 6px 0px 0px 0px;
}
div.menu ul li ul li{
	border: none;
	background-image: url('../img/menu_h_background.gif');
	background-position: center;
	background-repeat: repeat;
	z-index:4;
}
div.menu ul li ul li.active{
	border: none;
	background-image: url('../img/menu_h_active.gif');
	background-position: center;
	background-repeat: no-repeat;
}

ul.vertical_menu{
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	width: 236px;
	list-style-type: none;
}
ul.vertical_menu a{
	text-decoration: none;
	padding-left:5px;
	padding-top:2px;
	height: 23px;
	color: #ffffff;
	display: block;
}
ul.vertical_menu li{
	background-image: url('../img/menu_v_bottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
ul.vertical_menu li ul{
	padding: 0px;
	list-style-type: none;
	margin-left: 0px;
}
ul.vertical_menu li ul li{
	margin:0px;
	font-weight:normal;
	background-image: url('../img/menu_v_submenu.gif');
	background-position: left;
	background-repeat: no-repeat;
}
ul.vertical_menu li.active{
	background-image: url('../img/menu_v_active.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
ul.vertical_menu li ul li.active{
	background-image: url('../img/menu_v_submenu_active.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

div.path{
	/*color: #737476;*/
	color:#317BB8;
	font-size:18px;
	font-weight:bold;
	padding: 5px;
	float:none;
	display:table;
	width: 100%;
}
div.path span{
	padding-right: 30px;
	/*border-bottom: 1px #737476 solid;*/
	border-bottom:1px solid #317BB8;
	float:left;
}

div.path img{
	vertical-align: top;
	float:right;
}
div.path a{
	color: #2373bc;
	font-weight: bold;
	text-decoration: none;
}


div.footer{
	float: none;
	clear: both;
	width: 816px;
	height: 18px;
	margin:0px auto 10px auto;
	background-image: url('../img/footer.gif');
	background-position: top center;
	background-repeat: no-repeat;
}
td.footer{
	text-align:center;
	padding-top:20px;
	color:#787a7b;
	border-left: 2px solid #72A4CE;
	width: 542px;
	padding: 5px;
}


div#tabs{
	margin-left:auto;
	margin-right:auto;
	display:table;
	width:500px;
}
div#tabs div{
	border-left: 1px #64A3DA solid;
	border-top: 1px #64A3DA solid;
	border-right: 1px #64A3DA solid;
	background-image: url('../img/list_noactive.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin-right: 2px;
	margin-top: 11px;
	cursor:pointer;
	float:left;
	width:160px;
	height:29px;
	padding-top:10px;
}
div#tabs div.active{
	border-bottom: none;
	background-color: #EBECEC;
	padding-top:15px;
	height:36px;
	margin-top: 0px;
	background-image: none;
	font-weight: bold;
}
div#tab{
	margin-left:auto;
	margin-right:auto;
	width:498px;
	background-color: #EBECEC;
	margin-top: -1px;
	border: 1px #64A3DA solid;
	clear:both;
	position: relative;
}
div#tab th{
	background-color: #73A9D9;
	color:#ffffff;
}

div.bluebox{
	width:164px;
	display: table;
	float: left;
	margin:5px;
	padding:0px;
}
div.bluebox_top_edge{
	background-image: url('../img/bluebox_top_edge.gif');
	background-position: center bottom;
	background-repeat:no-repeat;
	height: 8px;
	float:none;
}
div.bluebox_top{
	background-image: url('../img/bluebox_top.gif');
	background-repeat: repeat-y;
	background-position: center bottom;
	float:none;
	padding: 5px 0px 5px 0px;
}
div.bluebox_top a{
	color: #ffffff;
	text-decoration:none;
}
div.bluebox_middle_edge{
	background-image: url('../img/bluebox_middle_edge.gif');
	background-position: center top;
	background-repeat:no-repeat;
	float:none;
	height: 8px;
	font-size:1px;
}
div.bluebox_middle{
	background-image: url('../img/bluebox_middle.gif');
	background-position: center top;
	float:none;
	background-repeat: repeat-y;
	padding: 5px 0px 5px 0px;
}
div.bluebox_bottom{
	background-image: url('../img/bluebox_bottom_edge.gif');
	background-position: center top;
	background-repeat:no-repeat;
	float:none;
	height: 11px;
}

div.blue_rect{
	width: 537px;
	float:none;
	display:table;
	background-image: url('../img/blue_rect.gif');
	background-position: center top;
	background-repeat:repeat-x;
	margin-bottom:20px;
}
div.blue_rect_top{
	background-image: url('../img/blue_rect_top.gif');
	background-position: center top;
	background-repeat:no-repeat;
	height: 8px;
	margin:0px;
	padding:0px;

}
div.blue_rect div{
	padding: 0px 5px 5px 5px;
}

div.blue_rect div img{
	float:left;
	padding: 0px 5px 5px 0px;
}

div.summary div {
	font-weight:bold;
	text-align: center;
	margin-bottom:5px;
	margin-top:15px;
}
div.summary table tr th{
	text-align:left;
	width:400px;
}

ul#references{
	height:550px;
	list-style: none;
	padding:0;
	margin:0;
	position:relative;
}

ul#references img{
	padding:0 2px 0 0;
	margin: 0;
	float:left;
}

ul#references li{
	font-weight:bold;
	width: 175px;
	padding: 5px 0px 5px 5px;
}

ul#references ul li{
	clear:both;
}

ul#references ul{
	list-style:none;
	list-style-position:inside;
	top:0px;
	left:0;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	background-color: #78b3e7;
	height:550px;
	margin-left: 180px;
}

ul#references li.active{
	background-color: #78b3e7;
}


ul#references li.active ul{
	visibility: visible;
}

ul#references ul li{
	padding: 5px 0px 5px 5px;
	width: 335px;
	color: #ffffff;
}

div.subcategories{
	font-style: italic;
	margin-bottom: 15px;
}

div.pager{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}

.tab_tytul{
font-weight: bold;
color: #2274a3;
font-size: 14px;
height: 40px;
}
.tab_nag{
font-weight: bold;
border-bottom: 1px solid #2274a3;
color: #2274a3;
margin-bottom: 10px;

}
.tab_foto{
font-weight: bold;
margin-bottom: 25px;
}

/* NEWS */
#news-list { height:245px; background-color:#cae0f4; margin:0 -5px 0 -5px; color:#4c4d4e; }
#news-list a { color:#4c4d4e; font-weight:bold; text-decoration:none; }
#news-item-list {
	height:200px;
	overflow:hidden;
	position:relative;
}
#news-nav {
	height:35px;
	background-color:#b9d5ed;
}
#news-list .news-item {
	position:absolute;
	height:200px;
	display:none;
	width:552px;
	z-index:3;
}
#news-list .current {
	display:block;
}
#news-list .news-item .news-image {
	float:left;
	width:97px;
	height:136px;
	background-image:url('../img/news-titles-bg.jpg');
	background-repeat:no-repeat;
}
#news-list .news-item .img1 { background-position:0 0;}
#news-list .news-item .img2 { background-position:-97px 0;}
#news-list .news-item .img3 { background-position:-194px 0;}
#news-list .news-item .img4 { background-position:-291px 0;}
#news-list .news-item .news-content {
	padding-left:43px;
	padding-top:10px;
	line-height:1.5em;
	float:left;
	height:185px;
	width:400px;
}
#news-nav a {
	display:block;
	background-image:url('../img/news-naw.jpg');
	background-repeat:no-repeat;
	height:22px;
	width:88px;
	margin-top:7px;
}
#news-nav #news-left-nav {
	float:left;
	margin-left:5px;
	background-position:0 0;
}
#news-nav #news-right-nav {
	float:right;
	margin-right:5px;
	background-position:0 -22px;
}