/* Główne pudło */

		#container {
			width: 880px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: #878883;
			margin-top: 30px;
			background-color: #000000;
		}

		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 18px;
			color: #97DF73;
			margin-bottom: 20px;
		}
		
		h2 {
			color: #97DF73;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		h3 {
			color: #CC6714;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		img {
			border: 0px;
		}
		
		a {
			color:#CC6714;
			text-decoration: none;
			border-bottom: 1px dotted #CC6714;
		}

		a:hover {
			color:#FFFFFF;
			background-color: #000000;
			border-bottom: 1px dotted #FFFFFF;
		}

		code {
			margin: 10px 0;
			padding: 10px;
			text-align: left;
			display: block;
			overflow: auto;  
			font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
			/* biała przestrzeń: pre; */
			background: #2F2F2E;
			border: 1px solid #A3A3A3;  
			border-left: 4px solid #97DF73;
		}		
/* elementy formularza*/
form {
	margin:10px; padding: 0 5px;
	background-color: #2F2F2E;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#fff;
	background-color: #A3A3A3;
}
textarea {
	width:380px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#fff;
	background-color: #A3A3A3;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #2F2F2E;
	color: #CC0000;
}
		
/* Elementy contentowe */

		#content {
			width: 67%;
			float: right;
		}
		
		#content p {
			padding-bottom: 10px;
		}
		
		#content p.news {
			padding-bottom: 10px;
			border-bottom: 1px solid #666; /* szara linia podkreslajaca*/
		}
		
		#content p.right {
			text-align: center;
   		    font-weight: bold;
			padding-bottom: 3px;
			color: #CC6714;
			border-bottom: 1px solid #666; /* szara linia podkreslajaca*/
		}
		
		#content p.center {
			text-align: center;
			padding-bottom: 6px;
			color: #CC6714;
			border-bottom: 1px solid #666; /* szara linia podkreslajaca*/
		}
		
		#content p a {
			color: #CC6714;
			border-bottom: 1px dotted #CC6714;
		}
		
		#content p a.sluch {
			color: #97DF73;
			border-bottom: 1px dotted #97DF73;
		}
		
		#content p a:hover {
			color: #FFFFFF;
			border-bottom: 1px dotted #FFFFFF;
			background-color:#000000;
		}

/* Elementy nawigacyjne */
	
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 30%;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 240px;
			border-bottom: 1px solid #666;
		}

		#navigation a:link, #navlist a:visited {
			color:#97DF73;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #505050 url(../images/arrow.gif) 96% 50% no-repeat;
			background-color: #505050;
			color:#97DF73;
		}

/* wykropkowanie */

		#navigation p {
			margin-top: 30px;
			padding: 5px;
			width: 90%;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
/* buttony */
		#buttons {			
			float: left;
			width: 30%;
		}

/* Elementy stopki */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#2F2F2E;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#3F3F3D;
		}
		