@charset "utf-8";

body
{
	background-image:url(imgs/bg.jpg);
	background-repeat:repeat-x;
}

a:visited    {
 color: white; text-decoration: none 
 }
 
a:active     { 
color: white; text-decoration: underline 
}
a:hover      
{ color: white; text-decoration: underline 
}

a:link       { 
text-decoration: none; color:white
}

a.dol {
	color: black;
}

.target
{
	float:left; 
	border-color:#333333; 
	color:#FFFFFF; 
	width:98%;  
	border-style:solid; 
	border-width:1px; 
	padding:10px; 
	padding-top:50px; 
	margin-bottom:10px;
	background-image:url(imgs/bg3.jpg); 
	background-repeat:no-repeat; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
	line-height:1.4;


}

.style1 {
	color: #FFFFFF;
	margin-bottom:0;
	float:left;
	width:50%;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
	padding-left:4px;
	border-left:2px solid #333333;
	margin-bottom:-1px;
	text-shadow:#CCCCCC;
	font-size:26px;
}

.title {
	color: #FFFFFF;
	margin-bottom:0;
	float:left;
	width:50%;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
	padding-left:4px;
	border-left:2px solid #333333;
	margin-bottom:-1px;
	text-shadow:#CCCCCC;
	font-size:26px;

}

.style2 {
	color: #FFFFFF;
	margin-bottom:1px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
	padding-left:4px;
	border-left:2px solid #333333;
	margin-bottom:-1px;
	text-shadow:#CCCCCC;
	
}

.image {
	margin:10px;
	border-width: 1px;
	float:left;
}


textarea {
	color:#CCCCCC;
	font-size:11px;
	font-family:Verdana;
	border-color:#666666;
  	border-style: solid;
  	border-width: 1px;
	background:#000000;
}

input {
	color:#CCCCCC;
	font-size:11px;
	font-family:Verdana;
	border-color:#666666;
  	border-style: solid;
  	border-width: 1px;
	background:#000000;
}

#sciemniacz {position: fixed;display:none; top: 0px; left: 0px; width:100%; height: 100%; background-color: #000; filter:alpha(opacity=71);-moz-opacity:.80;opacity:.80;}
#sciemniaczOn{position: fixed;display:block; top: 0px; left: 0px; width:100%; height: 100%; background-color: #000; filter:alpha(opacity=71);-moz-opacity:.80;opacity:.80;z-index:100}