body 
{
font-family: Arial;
font-size: 12px;
color: #ffffff;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
}

div
{
font-family: Arial;
font-size: 12px;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
text-align: justify;
}

a:hover
{
font-family: Arial;
text-decoration: underline;
font-size: 12px;
color: #ffffff;
}

a:link

{
font-family: Arial;
text-decoration: underline;
font-size: 12px;
color: #ffffff;
}


a:visited

{
font-family: Arial;
text-decoration: underline;
font-size: 12px;
color: #ffffff;
}

.links a:hover
{
font-family: Arial;
text-decoration: bold;
font-size: 12px;
color: #ffffff;
border: 0;
background: url(design/bg_activ.jpg);
}

.links a:link
{
font-family: Arial;
text-decoration: none;
font-size: 12px;
color: #ffffff;
border: 0;
}

.links a:visited
{
font-family: Arial;
text-decoration: none;
font-size: 12px;
color: #ffffff;
border: 0;
}

a#bk_logo { display: block; width: 180px; height: 145px; 
             background: url(design/bk_logo.jpg) 
             top left no-repeat; 
             border: 0px; }
a:hover#bk_logo { background-position: -180px 0;  }

a#adamolejnikpl { display: block; width: 120px; height: 53px; 
             background: url(design/adamolejnikpl.jpg) 
             top left no-repeat; 
             border: 0px; }
a:hover#adamolejnikpl { background-position: 0 -53px;  }

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	color: #272727;
	}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
