@charset "utf-8";
body {
	background:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}A:Hover{	
	color:#F60;/*kolor po najechaniu na linkt*/
	text-decoration:none;
}
A{
	color:#fff1c5;/* -tu jest żółty bez podkresl.*/
	text-decoration:none;
}
/*
	.HRStyle1{
	position: absolute;
	color: #000;
	width: 180px;
	height: 1px;
	z-index: 4;
	left: 38px;
	top: 310px;
	}	/* ta linia umieszczona pomiędzy artykułami dlatego musi byc uściślona z wymiarami artykułu*/
#apDivGlowny{
	position: absolute;
	width: 1027px;
	height: 700px;
	text-align: center;
	left: 50%;
	border: 0px;
	margin: 10px 0px 0px -500px;
	padding: 0px;
	opacity: 0,73;
	top: 11px;
	z-index: GLOWNY;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#apDivtytul{
	position: absolute;
	left: 2px;
	top: 56px;
	width: 147px;
	height: 27px;
	color: #41a2a2;
	z-index: tytul;
}
#apDiv0{
	position: absolute;
	top: 36px;
	left: 27px;
	z-index: 0;
}
#apDiv1 {
	position: absolute;
	left: 228px;
	top: 16px;
	width: 814px;
	height: 608px;
	z-index: 1;
}
#apDiv2 {
	position: absolute;
	left: 21px;
	top: 310px;
	width: 215px;
	height: 230px;
	text-align: justify;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12;
	color: #CCC;
	z-index: 2;
}
#apDiv3 {
	position: absolute;
	left: 38px;
	top: 562px;
	width: 992px;
	height: 149px;
	z-index: 3;
}

#apDivMENU {
	position: absolute;
	color: #C69;
	left: 27px;
	top: 116px;
	width: 200px;
	height: 229px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	z-index: MENU;
}
ul#navigation {
      position: fixed;
      margin: 0px;
      padding: 0px;
      top:0px;
      right: 10px;
      list-style: none;
      z-index:999999;
      width:auto;
      }
      ul#navigation li {
      display:inline;
      float:left; 
      width:100px;   
      }
      ul#navigation li a {
      display: block;
      float:left;
	  color:#0FF;
      margin-top: -2px;
      height: 25px;
      width:100px;
      background-repeat:no-repeat;
      background-position:50% 10px;
      background-color:#e7f2f9;
      border:1 solid #bddcef;
      -moz-border-radius:0px 0px 10px 10px;
      -webkit-border-bottom-right-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -khtml-border-bottom-right-radius: 10px;
      -khtml-border-bottom-left-radius: 10px;
      text-decoration:none;
      text-align:center;
      padding-top:80px;
      opacity: 0.7;
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);  
      }
      
      ul#navigation li a:hover{
     background:transparent;
      }
      ul#navigation .home a{
      background:transparent url(png/settings.png);
      }
      ul#navigation .about a{
     background:transparent url(png/notes.png);
      }
      ul#navigation .search a{
      background:transparent url(png/notes.png);
      }
      ul#navigation .podcasts a{
     background:transparent url(png/ipod.png);
      }
      ul#navigation .rssfeed a{
      background:transparent url(png/weather.png);
      }
      ul#navigation .photos a{
     background:transparent url(png/maps.png);
      }
      ul#navigation .contact a{
      background:transparent url(png/chat.png);
      }/* CSS Document */
