@font-face {
	font-family: Titi;
	src: url('font/TitilliumMaps29L.otf');
}
body {
   margin:0px;
   width:100%;
   height:auto;
   text-align: center;
   overflow-x: hidden;
   overflow-y:auto;
   
}
html {
   margin:0px; 
   padding:0px;
   width:100%;
   font-family:Trebuchet MS;
   background-color:black;
   color:white;
   
}


.topW {
   background-image: url(images/top.png);
   background-position: center;
   background-repeat: no-repeat;
   width:100%;
   height:104px;
   border:0px;
}
.kulaW {
   background-image: url(images/kula.png);
   background-position: center;
   background-repeat: no-repeat;
   border:0px;
   width:100%;
   height:96px;
}
.menuW {
   background-image: url(images/menu.png);
   background-position: center;
   background-repeat: no-repeat;
  
   border:0px;
   width:100%;
   color:white;
   
   height:37px;
}
.menu {
   padding-right:10px;
   
   width:840px;
   padding:10px;
   margin:0 auto;
   margin-top:-1px;
   
   font-family:Titi, Trebuchet MS,Tahoma;
   font-weight:bold;
   font-size:16px;
   text-align:right;
}
.menu a {
   color:white;   
   text-decoration: none;
   border:0px;
}

.menu a:hover{
   color:white;
   background-color:#182b6a;
}
.menuA {
   border:1px solid rgb(91,91,91));
   padding:8px;
   padding-left:10px;
   
   
}
.middleW {
   background-image: url(images/middle.jpg);
   background-position: center 0px;
   background-repeat: no-repeat ;
   width:100%;
   min-height:600px;
   border:0px;
   
   
   /*height:691px */
   color:white;
}
.tytul {
   width:840px;
   padding:15px;
   text-align:left;
   
   
   color:white;
   font-size:19px;   
   font-family:Tahoma;
   font-weight:bold;
   
}
.middleMain {
    width:880px;
    margin: 0 auto;
   color:white;
}

.middleMain  table {
   
   
}

td {
   vertical-align: top;
   

}
.opis {
   
   width:100%;
   
   font-size:12px;
   
   text-align: justify;
   padding-left:5px;
   padding-right:40px;
   font-family:Trebuchet MS,Tahoma;
}
.rotator {
   border:3px solid white;
   width:260px;
  
}
.footerW {
   width:800px;
   height:60px;
   margin: 0px auto;
   margin-top:10px;
   padding: 15px;
   text-align:right;
   font-family:Tahoma;
   color:rgb(228,228,228);
   font-size:11px;
}


div.footerW a {
   color:rgb(235,235,235);
   text-decoration: none;
   
   font-weight:bold;
}
div.footerW a:hover {
   color:rgb(167,167,167);
}
