﻿* {
   padding: 0;
   margin: 0;
}
body {
   background: black;
   text-align: center;
   font-family: Verdana;
   font-size: x-small;
   scrollbar-face-color: black;
   scrollbar-shadow-color: 5C5E64;
   scrollbar-highlight-color: E4E4E4;
   scrollbar-3dlight-color: black;
   scrollbar-darkshadow-color: black;
   scrollbar-track-color: black;
   scrollbar-arrow-color: 4F4F4F;
}
div#kontener {
   width: 995px;
   background: #313131;
   margin: 0 auto;
   margin-top: 10px;
   min-height: 650px;
   border: 1px solid white;
   border-bottom: none;
}
div#naglowek {
   width: 100%;
   height: 100px;
   background: url(images/logo.jpg) no-repeat top left #313131;
   margin-bottom: 10px;
}
div#menu {
   background: #424642;
   height: 20px;
   width: 100%;
   margin-bottom: 10px;
}
div#menu ul {
   padding-left: 70px;
}
div#menu ul li {
   width: 14.285%;
   float: left;
   list-style-type: none;
}
div#menu ul li a {
   float: left;
   line-height: 20px;
   color: #FF9900;
   font-size: 10px;
   text-decoration: none;
}
div#menu ul li a:hover {
   color: #ffff00;
}
div#sciezka {
   background: #424642;
   height: 20px;
   font-size: 10px;
   width: 980px;
   text-align: left;
   padding-left: 15px;
   color: #fff;
   line-height: 20px;
}
div#sciezka a {
   font-weight: bold;
   color: #FF9900;
   font-size: 10px;
   text-decoration: none;
}
div#sciezka a:hover {
   color: #ffff00;
   }
div#tresc {
   width: 995px;
   padding-bottom: 10px;
}


div#tytul {
   color: #FF9900;
   font-size: large;
   margin-bottom: 10px;
}







div#prev_next {
   color: #C0C0C0;
   font-size: 10px;
	
}

div#prev_next :hover {
color: #ffff00;
}







	
div#stopka {
   clear: both;
   width: 995px;
   height: 32px;
   margin: 0 auto;
   color: #C0C0C0;
   overflow: auto;
   background: url(images/logoBlack2_pl.gif) no-repeat 900px 0px #313131;
   margin-bottom: 10px;
   border: 1px solid white;
   border-top: none;
}
div#stopka a {
   font-weight: bold;
   color: #C0C0C0;
   text-decoration: none;
}