		html {
			height: 100%;
		}
		body
		{
			font-family: Verdana;
			font-size: 11px;		
			background: url(../public/tlo_new.jpg) top repeat-x #002620;
			margin:0;
			padding:0;
			
		}
		
		#wrapper
		{
			width : 100%;
			height: 100%;
			overflow:hidden;	
		}
		#splash
		{
			position:absolute;
			left:0px;
			top:0px;
			height:100%;
			width:100%;
			z-index:666;
			background-color:#000000;
			color:#ffffff;
		}
		/*#mapka
		{
			width:900px;
			height:400px;
			border: 0;
			background:#cdcdcd;
		}*/
		#sidebar
		{
			margin-top: -25px;
			font-size: 11px;
			
			/*overflow-y:scroll;*/
		}
		#footer{
			display:none;
			background: url(img/footer_ue.jpg) no-repeat #dfdfdf;
			height: 51px;
			width: 300px;
			position: fixed;
			left: 0px;
			bottom: 0px;
			z-index:666;
		}
		#map {
			/*width:auto;*/
			position: fixed;
			top: 0;
			left: 315px;
			right: 0;		
			bottom: 0;
			overflow: hidden; 
			height: 100%;
			width: 100%;
		
		}
		img {
			border: 0px;
		}
		#logo{
			padding-bottom: 5px;
			margin-bottom: 0px;
			/*border-bottom: 1px dashed #00dd00;*/
			
		}
		#wrapper_sidebar {
			position: absolute;
			top: 0;
			bottom: 0; 
			left: 0;
			border-right: 1px dotted #000;
			float:left;
			width: 315px;
			height: 100%;
			overflow-y:scroll;
			/*background: #6191A6;
			background: url(../public/tlo_new.jpg) top repeat-x #01211e;*/
		}
		#logo img {
			border:0px;
			padding: 0px;
			margin: 0px;
		}
		#sidebar ul
		{
			list-style:none;
			margin-top: 0;
			margin-bottom: 0;
		}
		/*nazwa osobnika*/
		#sidebar ul li
		{
			/*background:url(ul_bg.jpg) repeat-x;*/
			margin:0;
			background: #37616B;
			border-bottom: 1px dotted white;
			color: white;
			padding-left: 10px;
			margin-left:-40px;
			height: 25px;
			
		}
		#dane_gps{
			width:1px;
			height:1px;
		}
		#obserwacje{
			font-size:larger;
			padding-top:5px;
			margin:0;
			background: #193C45;
			border-bottom: 1px dotted gray;
			color: white;
			padding-left: 10px;
			height: 30px;
		}
		#obserwacje a{
			color: #ffffff;
		}
		#obserwacje a:hover{
			
		}
		/*#obserwacje a:clicked{
			color:#ffffff;
		}*/
		#sidebar ul li:hover
		{
			/*background: #9FC2D6;*/
			background: #376155;
			color: white;
			
		}
		/*zdjecie, opis, itp itd, naglowki*/
		#sidebar ul li.ext
		{	
			/*background:url(ext.jpg) repeat-x;*/
			background: #6A8485;
			border-bottom: 1px dotted white;
			color: white;
			padding-left: 10px;
			margin-left:-40px;
			height: 20px;
		}
		
		#sidebar ul li.ext:hover
		{
			/*background: #f0f0f0;*/
			background:#6A8475;
			color: white;
			
		}
		
		#sidebar ul li.opis
		{	
			background: #def6f7;
			border-bottom: 1px dotted white;
			color: #605f5f;
			padding: 5px;
			padding-left: 10px;
			margin-left:-40px;
			height: auto;
			
		}
	
		
		#sidebar ul li.opis a{
			color: #605f5f;
			
		}
		
		#presidebar{
			/*background: url(presidebar_bg.jpg) repeat-x;
			background: url(lista_obserwacji_bg_2009.jpg) no-repeat;
			height: 50px;
			padding-left: 10px;*/
			
		}
		
		#sidebar ul li a
		{
			color: white;
			text-decoration: none;
			text-align:center;
			vertical-align: super;
		}
		
		#sidebar a:hover
		{
			color: white;
		}
		
		h2
		{
			border-bottom: 2px solid orange;
			font-size: 15px;
			font-weight: bold;
			padding: 1px;
			margin: 0;
			margin-bottom: 2px;
		}
		
		h3
		{
			border-bottom: 1px solid green;
			font-size: 13px;
		}
		
		p
		{
			
			font-size: 11px;
		}
		
