/*** Sky is the limit - style ***/

BODY 
	{
	background-color:		black;
	scrollbar-3dlight-color:	silver;
	scrollbar-arrow-color:		black;
	scrollbar-base-color:		black;
	scrollbar-dark-shadow-color:	black;
	scrollbar-face-color:		black;
	scrollbar-highlight-color:	silver;
	scrollbar-shadow-color:		silver;
	margin: 			50 auto;
	padding: 			0;

	cursor: crosshair;
	}
	
HR
{
        color:                          #606060;
        background-color:               #606060;
        width:                          80%;
        height:                         1px;
        border:                         none;
        }

P
	{
	font-size:			12px;
	font-family:			Verdana, monospace;
	font-style:			normal;
	font-weight:			normal;
	font-variant:			normal;
	color: 				#EBEBEB;
	}

P.stopka
	{
	font-size:			10px;
	font-family:			Verdana, monospace;
	font-style:			normal;
	font-weight:			normal;
	font-variant:			normal;
	color: 				#B8B8B8;
	}
	
h1
	{
	font-size:			15px;
	font-family:			Verdana, monospace;
	font-style:			normal;
	font-weight:			bold;
	font-variant:			normal;
	color: 				white;
	}




ul, ul li 
	{
	list-style: 			none;
	margin: 			0;
	padding: 			0;
	display: 			block;			
	}

ul a:link, ul a:visited 
	{
	font-size:			12px;
	font-family:			Verdana, monospace;
	font-style:			normal;
	font-weight:			bold;
	font-variant:			normal;
	text-decoration: 		none;
	display: 			inline;
	text-align: 			center;
	background-color: 		transparent;
	color: 				white;
	border: 			0px;
	padding: 			5px;
	letter-spacing: 		1px;
	}
	

ul a:hover 
	{
	color:				#FFF6CF;
	}

a:link, a:visited 
	{
	font-size:			12px;
	font-family:			Verdana, monospace;
	font-style:			normal;
	font-weight:			bold;
	font-variant:			normal;
	color: 				white;
	text-decoration: 		none;
	}

a:hover 
	{
	font-size:			12px;
	font-family:			Verdana, monospace;
	font-style:			normal;
	font-weight:			bold;
	font-variant:			normal;
	color:				#FFF6CF;
	text-decoration: 		none;
	}

a.ciemne:link, a.ciemne:visited 
	{
	font-size:			12px;
	font-family:			Verdana, monospace;
	font-style:			normal;
	font-weight:			bold;
	font-variant:			normal;
	color: 				#444444;
	text-decoration: 		none;
	letter-spacing: 		1px;
	}

a.ciemne:hover 
	{
	font-size:			12px;
	font-family:			Verdana, monospace;
	font-style:			normal;
	font-weight:			bold;
	font-variant:			normal;
	color:				#999999;
	text-decoration: 		none;
	}



/***  Pozycjonowanie  ***/

#husar_okno
	{
	width: 				1020px;
	height: 			820;
	overflow: 			hidden;
	background-image: 		url(husar_okno.jpg);
	margin: 			0 auto 0 auto;
	position: 			relative;
	}

#husar_menu_linki
	{
	width: 				180px;
	height: 			180px;
	overflow: 			hidden;
	position: 			absolute; top: 293px; left: 62px;
	}

#husar_menu_login
	{
	width: 				180px;
	height: 			110px;
	overflow: 			hidden;
	position: 			absolute; top: 498px; left: 53px;
	}
	
#husar_login
	{
	width: 				100px;
	height: 			20px;
	overflow: 			hidden;
	position: 			absolute; top: 78px; left: 90px;
	}

#husar_tytul
	{
	width: 				300px;
	height: 			30px;
	overflow: 			hidden;
	position: 			absolute; top: 60px; left: 364px;
	}
	
#husar_tekst
	{
	width: 				480px;
	height: 			500px;
	overflow: 			auto;
	position: 			absolute; top: 120px; left: 370px;
	}
	
#husar_stopka
	{
	width: 				400px;
	height: 			30px;
	overflow: 			hidden;
	position: 			absolute; top: 760px; left: 435px;
	}


/*** Formularze ***/

form
	{
	font-size:			12px;
	font-family:			Verdana, monospace;
	font-style:			normal;
	font-weight:			normal;
	font-variant:			normal;
	color: 				#EBEBEB;
	}

input.przycisk 
	{
	border-right: 			#CCCCCC 0px solid;
	border-top: 			#CCCCCC 1px solid;
	border-bottom: 			#CCCCCC 1px solid;
	border-left: 			#CCCCCC 0px solid;
	font-size: 			10px;
	font-weight:			bold;
	background-color: 		black;
	cursor:		 		hand;
	color: 				#FFF6CF;
	font-family: 			verdana,monospace;
	height: 			16px;
	letter-spacing: 		1px;
	}

input.poletekstowe 
	{
	border:				1;
	border-right: 			#AAAAAA 0px solid;
	border-top: 			#AAAAAA 1px solid;
	border-bottom: 			#AAAAAA 1px solid;
	border-left: 			#AAAAAA 0px solid;
	font-size: 			11px;
	font-family: 			verdana,monospace;
	color: 				white;
	scrollbar-arrow-color:		#FFFFFF;
	scrollbar-base-color: 		white;
	scrollbar-dark-shadow-color: 	white;
	scrollbar-face-color: 		black;
	scrollbar-shadow-color: 	silver;
	background-color: 		black;
	height: 			16px;
	width:                          120px;
	}
