.okno	{
	width		:	900px;
	margin		: 	auto;
	}


.gorny	{
	border		: 	solid 0px #A5987E;
	width		:	900px;
	height		:	100px;
	font-size	:	small;
	font-weight	: 	bold;
	color		:	#e3dfce;
	
	}

.lewy	{
	float		: 	left;
	width		:	150px; 
	margin-top	:	10px;
	}
	
.glowny	{
	float		: 	right;
	width		:	700px;
	margin-bottom	:	30px;
	margin-left	:	10px;  
	margin-top	:	12px; 
	padding		:	15px; 
	padding-bottom	:	10px;
	font-size	:	10pt;
	border-right	: 	solid 1px;
	border-color	: 	#925401;
	}
  

body	{
	color		:	#ffffff;
	font-family	:	segoe print, segoe script, calibri, tahoma, verdana, arial, sans-serif;
	text-decoration	:	none;
	text-align	:	justify; 
	background-color: 	#000000;

	}  
	
h1, h2, h3, h4, h5, h6 {
	padding-top	:	0px;
	font-family	:	segoe print, segoe script, calibri, tahoma, verdana, arial, sans-serif; 
	}

a   {
	font-family	:	segoe print, segoe script, calibri, tahoma, verdana, arial, sans-serif; 
	text-decoration	:	none; 
	color		:	#C0C0C0; 
	}

a:visited {
	font-family	:	segoe print, segoe script, calibri, tahoma, verdana, arial, sans-serif; 
	text-decoration	:	none; 
	color		:	#C0C0C0; 
	}

a:active {
	font-family	:	segoe print, segoe script, calibri, tahoma, verdana, arial, sans-serif; 
	text-decoration	:	underline; 
	color		:	#C0C0C0; 
	}


a:hover {
	font-family	:	segoe print, segoe script, calibri, tahoma, verdana, arial, sans-serif; 
	text-decoration	:	underline; 
	color		:	 #C0C0C0; 
	}
	


  #navcontainer 
  {
  width: 100%;
  margin: 0 auto;
  font-family: calibri, tahoma, verdana, sans-serif;
  font-size: 10pt;
  text-align: center;
  text-transform: lowercase;
  }
  
  ul#navlist 
  {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  }
  
  ul#navlist li 
  {
  display: block;
  margin: 0px;
  padding: 2px;
  }
  
  ul#navlist li a 
  {
  display: block;
  width: 100%;
  padding: 0.2em 0.1em 0.2em 0.9em;
  border-width: 1px;
  border-color: #925401;
  border-left-style: solid;
  color: #ffffff;
  font-weight: bold;
  text-decoration: bold;
  background: transparent;
  }
  
  #navcontainer>ul#navlist li a 
  { 
  width: auto; 
  }

  ul#navlist li#active a 
  {
  background: transparent;
  color: #ffffff;
  font-weight: bold;
  text-align: right; 
  padding-right: 10px;
  border-color: #925401;
  border-left-width: 0px;
  border-right-style: solid; 
  }

  ul#navlist li a:hover, ul#navlist li#active a:hover 
  {
  color: #ffffff;
  font-weight: bold;
  background: #414141;
  border-color: #414141;
  }