/* zapozyczone z jQuery UI */
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}
/* szablon */
html, body {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	color: #303030;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
a{
	outline-style: none;
	color: #300064;
	text-decoration: none;
}
a img{
	border: none;
}
h2{
	font-size: 16px;
	color: #300064;
	font-weight: bold;
}
h3{
	font-size: 13px;
	font-weight: normal;
}
#top_container{
	height: 170px;
	width: 100%;
	border-bottom: 1px solid #300064;
	text-align: center;
}
#top{
	text-align: left;
	width: 960px;
	border-top: 5px solid #300064;
	margin: 0 auto;
	position: relative;
}
#logo{
	background-color: #e9edf0;
	border-left: 1px solid #adadad;
	border-right: 11px solid #300064; 
	width: 275px;
	height: 165px;
	float: left;
	line-height: 165px;
	text-align: center;
}
#logo img{
	margin:  45px auto;
	vertical-align: middle;
}
#header_img{
	border-right: 1px solid #abadac;
	height: 165px;
	width: 672px;
	float: left;
	background-image: url('../gfx/bg_top.jpg');
	background-repeat: no-repeat;
}
#language_bar{
	position: absolute;
	top: 0;
	left: 830px;
	width: 94px;
	padding-bottom: 8px;
	background-image: url('../gfx/bg_button.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
#language_bar a{
	display: block;
	color: white;
	text-decoration: none;
	width: 100%;
	padding-bottom: 8px;
	padding-top: 10px;
	text-align: center;
	background-color: #300064;
}
#middle_container{
	width: 990px;
	margin: 0 auto;
	text-align: left;
}
#middle_right_container{
	float: right;
	border-right: 1px solid #adadad;
	width: 677px;
}
#gallery_title{
	background-color: #300064;
	height: 184px;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #adadad;
	width: 129px;
	float: left;
}	
#gallery_title div a{
	color: white;	
}
#gallery_title div{
	margin-top: 75px;
	margin-left: 10px;
}
#gallery_content img{
	border: 1px solid #adadad;	
	margin-left: 11px;
}
.line_separator{
	background-color: #adadad;
	height: 1px;
	width: 100%;
	margin-top: 10px;
}
.bg_blue{
	background-color: #e9edf0;
}
.article{
	padding: 7px 5px;
}

.foto{
float: left;
padding: 5px 7px 0px 5px;
}

.bio{
float: right;
padding: 10px 7px 5px 5px;
min-height: 700px;
}

span.title{
	color: #300064;
	font-size: 13px;
}

#content_holder{
	border-left: 1px solid #adadad;
	margin: 17px 15px 60px 0;
	padding: 44px 0 0 38px;
	min-height: 700px;
}
#content_holder a{
	color: #300064;
	text-decoration: none;
}
#content_holder a:hover{
	text-decoration: underline;
}
#middle_holder{
	float: right;
	width: 990px;
	position: relative;
	background-image: url('../gfx/bg_gray_bottom.gif');
	background-repeat: no-repeat;
	background-position: 0 100%
}
#middle_margin_right{
	width: 15px;
	height: 50px;
	float: right;
}
#middle_left_container{
	float: left;
	width: 280px;
}
#bg_bottom{
	position: absolute;
	bottom: -2px;
	left: 0px;
	background-image: url('../gfx/bg_bottom.jpg');
	width: 109px;
	height: 110px;
}
/* menu gorne*/
#menu_top{
	padding: 35px 40px 0 0;
	background-image: url('../gfx/bg_gray.gif');
	background-repeat: repeat-y;
	background-position: 15px;
}
#menu_top ul{
	list-style: none;
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	padding: 0;	
}
#menu_top ul:first-child{
	padding: 0 0 60px 0;
	background-image: url('../gfx/dot.gif');
	background-repeat: no-repeat;
	background-position: 12px 100%;
}
#menu_top ul li a{
	color: #300064;
	text-decoration: none;
	padding: 6px 8px;
	margin-left: 15px;
	display: block;		
}
#menu_top ul > li a{
	border: none;
}
#menu_top ul li + li a{
	border-top: 1px solid #adadad;
}
#menu_top ul li a:hover{
	text-decoration: underline;
}
/* aktywny element menu lvl1 */
#menu_top ul li.active{
	background-color: #300064;
}
#menu_top ul li.active a{
	color: white;
	padding: 6px 8px;
	display: block;	
	border: none;
}
/* menu gorne lvl2 */
#menu_top ul li ul{
	display: none;
}
#menu_top ul li.active ul{
	background-color: white;
	display: block;
}
#menu_top ul li.active ul li a{
	color: #767676;
	padding: 4px 20px;	
	background-image: url('../gfx/dot.gif');
	background-position: 8px 50%;	
	background-repeat: no-repeat;
	margin-left: 15px;
	border-left: 1px solid #adadad;
}
#menu_top ul li.active ul li a.active{
	color: #300064;
}


/* menu dolne */
#menu_bottom{
	font-size: 16px;
	font-weight: bold;
	color: #300064;
}
#menu_bottom ul{
	list-style: none;
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	padding: 0;	
	font-weight: normal;
}
#menu_bottom ul li a{
	color: #300064;
	text-decoration: none;
	padding: 6px 20px;	
	margin-left: 15px;
	display: block;		
	font-size: 13px;	
	border-bottom: 1px solid #adadad;	
	background-image: url('../gfx/dot.gif');
	background-position: 8px 50%;	
	background-repeat: no-repeat;	
}
#menu_bottom ul li a:hover{
	text-decoration: underline;
}
#menu_bottom ul li a.active{
	text-decoration: underline;
}
#menu_bottom ul > li a{
	border-top: 1px solid #adadad;
}
#menu_bottom ul li + li a{
	border-top: none;
}
#menu_bottom div{
	padding-left: 22px;
	padding-bottom: 15px;
	padding-top: 37px;
}
#publikacje ul li a{
	color: #0000FF;
}
	
#publikacje ul {
	list-style-type: decimal;
}

/* Galeria */

#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.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) 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: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }