#search_result p{
	padding: 0;
}
#search_result .link{
	margin-bottom: 10px;
}
#search_result .link a{
	color: #264E75
}
a img{
	border: none;
}
#title{
	position: absolute;
	color: #fff;
	border: none;
	font-size: 22px;
	text-align: left;
	margin: 0;
	top: 30px;
	left: 40px;
}
#description{
	position: absolute;
	font-size: 12px;
	color: #39443F;
	font-style: italic;
	text-align: left;
	line-height: 20px;
	top: 70px;
	left: 30px;
	width: 850px;
}

.box_header{
	background: #1b2f43;
}

.box_header h3{
	color: #fff;
	padding: 0 0 0 15px;
	line-height: 30px;
	text-align: left;
	margin: 0;
	font-size: 13px;
	font-weight: bold;

}

.box{
	margin-bottom: 1.5em;
	padding-bottom: 10px;
	background: #f7f7fe;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 5px 10px 5px;
	
}


/*menu boczne*/
#left_menu{
	text-align: left;
}
#left_menu a{
	display: block;
	padding: 8px 5px 8px 6px;
	text-decoration: none;
	color: #444;
	border-bottom: 1px solid #eee;
	background: url("/pic/left_menu_bg.png") no-repeat 0px 12px;
}
#left_menu a:hover{
	color: #7C92AB;
}
#left_menu .sub1{
	margin-left: 5px;
}
#left_menu .sub1 a{
	padding: 6px 5px 6px 8px;
	background: url("/pic/left_menu_sub1_bg.png") no-repeat 0px 12px;
}
#left_menu .sub2{
	margin-left: 5px;
}
#left_menu .sub2 a{
	padding: 4px 5px 4px 6px;
	font-size: 11px;
	background: url("/pic/left_menu_sub2_bg.png") no-repeat 0px 11px;
	
}
#left_menu.box span.selected a{
	font-weight: bold;
	color: #000;
}

#top_menu {
	background: #FF980D;
	text-align: left;
	overflow: hidden;
	height: 40px;
	margin: 1px 3px;

	
}
#top_menu span{
	width: 140px;
	height: 40px;
	float: left;
	background: url("/pic/top_menu_break.png") no-repeat center right;

}
#top_menu .last{
	background: none;
}
#top_menu a{
	display: block;
	line-height: 40px;
	color: #1c2e41;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	width: 139px;
	
	
}

#top_menu a:hover, #top_menu .selected a{
	color: #325174;
	
	
}

/*menu dolne*/
#bottom_menu a{
	color: #EEF2FB;
	text-decoration: none;
}
#bottom_menu span{
	background: url("/pic/bottom_menu_sep.png") no-repeat right center;	
	padding-right: 5px;
}
#bottom_menu span.last{
	background: none;

}
#bottom_menu a:hover{
	color: #91ABE3;
}

#page_content{
	clear: left;
	position: relative;
}

/*flagi języków*/
#languages{
	position: absolute;
	top: 10px;
	right: 10px;
}
#languages img{
	border: 0;
}
#languages a{
	padding: 3px;
	text-decoration: none;
}

.news{
	clear: left;
	padding-bottom: 10px;
	text-align: justify;
}
.box img, .img{
	padding: 1px;
	border: 1px solid #ccc;
	margin: 5px 5px 5px 0;
}
.news_image{
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 5px 5px 5px 0;
}

.news_date{
	display: block;
	color: #666;
	font-size: 11px;
	padding-top: 5px;
}
.readmore{
	font-weight: bold;
	display: block;
	text-align: right;
	padding-right: 20px;
}
.goback{
	font-weight: bold;
	display: block;
	text-align: right;
	padding-right: 20px;
}
h1{
	padding: 3px 0 3px 5px;
	margin: 0;
	font-size: 16px;
	border-bottom: 1px solid #7c92ab;
	border-left:  10px solid #7c92ab;
}
h1,h1 a{
	color: #000;
}
h2{
	padding: 0.3em 0 0.3em 0px;
	font-size: 15px;
	margin: 0;
}
h2, h2 a{
	color: #3A281D;
}
h3{
	padding: 0.3em 0 0.3em 0px;
	font-size: 14px;
	margin: 0;
}
h3, h3 a{
	color: #000;
}
h4{
	padding: 0.3em 0 0.3em 0px;
	font-size: 13px;
	margin: 0;
}
h4,h4 a{
	color: #000;
	text-decoration: none;
}
h5{
	padding: 0.3em 0 0.3em 0px;
	font-size: 12px;
	margin: 0;
}
h5,h5 a{
	color: #000;
}
h6{
	padding: 0.3em 0 0.3em 0px;
	font-size: 11px;
	margin: 0;
}
h6,h6 a{
	color: #000
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.5em;
}

a{
	text-decoration: underline;
	color: #165728;
}
a:hover{
	text-decoration: underline;
	color: #ff3300;
}

ul,ol{
	padding: 5px 0px 5px 25px;
	margin: 0;
}
li{
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

ol>li{
	list-style-type: upper-roman;
}
ol>li>ol>li{
	list-style-type: decimal;
}
ol>li>ol>li>ol>li{
	list-style-type: lower-alpha;
}
p{
	padding: 5px 0;
	margin: 0;
	line-height: 1.5em;
}
.form label{
	display: inline-block;
	width: 150px;
	text-align: right;
	padding: 4px 3px 0 0 ;
	font-weight: bold;
	vertical-align: top;
	
}
.form input[type="text"], .form textarea{
	width: 200px;
	border: 1px solid #bbb;
	padding: 0;
	margin: 5px 0;
}
.form textarea{
	width: 400px;
	height: 150px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
.form img{border: 1px solid #bbb}

.err,.msg{
	border: 1px dashed #ccc;
	padding: 10px;
	margin: 10px 0;
	background: #f4f4f4;
}
.err{
	font-weight: bold;
	color: #cc0000;
}
.msg{
	font-weight: bold;
	color: #336600;
}

#contact_form{
	margin: 10px 0;
}
#map_canvas{
	border: 1px solid #bbb;
	margin: 10px 0;
}

#adv4{position: absolute; top: 220px; right: 10px}

.gallery{
	text-align: center;
}
.gallery img{
	border: 1px solid #bbb;
	margin: 8px;
	padding: 2px;
}
.important{
	border: 1px dashed #ccc;
	padding: 10px 20px;
	background: #FF9;
	margin: 10px 0px;
	color: #000;
}
.important a{
	color: #000
}
#logo{margin: 10px 0 2px 2px}


.imgleft{
	float: left;
	padding: 1px;
	margin: 5px 10px 5px 0;
	border: 1px solid #ccc;
}
.imgright{
	float: right;
	padding: 1px;
	margin: 5px 0 5px 10px;
	border: 1px solid #ccc;
}

.prev{
	float: left; 
	position: relative;
	left: 5px;
}
.next{
	float: right; 
	position: relative;
	right: 5px;
}
.prev a,.next a{
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

#search{
	position: absolute;
	bottom: 15px;
	right: 20px;
	color: #fff;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 92px; float: right;  padding-bottom: 0.5em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.pikto{
	width: 986px;
	margin: 0 auto;
	background: #fff;
}
.pikto img{
	height: 50px;
}
.pikto td{width: 98px; padding: 5px 0}