body{ 
text-align:center; 
margin: 0px;
background-image: url('bg.png');
background-repeat: repeat-x;
width: 100%;
background-color: #000000;
} 

h1, h2, h3, h4, h5, h6, p { margin:0px; padding:0px; font-size:1.0em; }

/* @import url('/inc/genericons/genericons.css'); */
/* @import url(http://fonts.googleapis.com/css?family=Oswald); */

.nuke-wrapper {
  width: 100%;
}

.nuke-col-1-3 {
  width: 33%;
  text-align: left;
  display: inline-block;
  vertical-align: text-top;
    font-size: 14px;	
}

.nuke-col-1-3 img {
  width: 90%;
  height: auto;
  /* height: 96px;  
  width: auto; */
  border: 6px solid #333333;
  display: block;
  margin-top: 20px;
}

.nuke-col-1-3 img:hoverrr{
  /* width: 95%;
  height: auto; */
  border: 3px solid #FEE400;
  border: 3px solid green;
}

.nuke-col-1-3 h2 {
  font-size: 18px;
  color: #ffffff;
  background-color: #333333;
  width: 90%;	
  border: 6px solid #333333;
}




#topbg{ 
text-align:center; 
margin: 0px;
border: 0px; 
border-style: solid; 
border-color: #000000; 
margin-top: 0px; 
margin-left:auto; 
margin-right:auto;
width: 1024px;
}

#baner{ 
text-align:center; 
margin: 0px;
border: 0px; 
border-style: solid; 
border-color: #000000; 
margin-top: 0px; 
margin-left:auto; 
margin-right:auto;
width: 1024px;
height: 94px;
}



#menu{ 
text-align:center; 
margin: 0px;
border: 0px; 
border-style: solid; 
border-color: #000000; 
margin-top: 0px; 
margin-left:auto; 
margin-right:auto;

height: 36px;
}

     /* ------------------------CZĘŚĆ-GÓRNA-MENU------------------------ */

      /* wygląd głównego elementu - ol */
      ol {
        list-style-type:none;
        padding:0;
		  padding-top: 5px;	
        margin:0;
        height:36px;
		  font-family: Arial; 	
			font-size: 14px; 
        text-align:center;
		  font-weight: bold;	
		  
      }

      /* wygląd wszystkich elementów - a - znajdujących się w elemencie - ol */
      ol a {
        display:block;
        text-decoration:none;
        color:#000;
        padding:0 5px;
		  height:26px;	
      }
		      ol a:hover  {
        display:block;
        text-decoration:none;
        color:#000;
        padding:0 5px;
		  height:26px;	
      }

      /* wygląd elementów - li - wszystkich dzieci elementu - ol */
      ol > li {
        float:left;
     
        margin-left:1px;
        height:36px;
		  color:#ffffff; 	
			
      }

      /* wygląd elementu - li - pierwszego dziecka elementu - ol */
      ol > li:first-child {
        margin-left:0;	
      }

      /* wygląd elementów - li - wszystkich dzieci elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover {	
	
      }

      /* wygląd elementu - a - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover > a {
        color:#000000;

      }

      /* wygląd elementu - ul - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover > ul {
        display:block;
      }

      /* ------------------------CZĘŚĆ-ROZWIJANA-MENU------------------------ */

      /* wygląd głównych rozwijanych elementów - ul */
      ol > li > ul {
        display:none;
        list-style-type:none;
        padding:0;
        margin:0;
		  font-size: 14px;
	
      }

      /* wygląd elementu - li - w części rozwijanej */
      ol > li > ul > li {
        position:relative;
        background-color:#fc0b0a;
		  height: 30px;		
      }

      /* wygląd elementu - a - w części rozwijanej */
      ol > li > ul > li > a {

      }

      /* wygląd elementu - li - w części rozwijanej, po najechaniu kursorem myszki na dany element - li */
      ol > li > ul > li:hover {
        background-color:#fc0b0a;
      }

      /* wygląd elementu - a - w części rozwijanej, po najechaniu kursorem myszki na element - li */
      ol > li > ul > li:hover > a {
        color:#000000;
      }


      /* wygląd elementu - a - w części rozwijanej, po najechaniu kursorem myszki na element - li */
      #menu > li > ul > li:hover > a {
        color:#000000;
      }

      /* ------------------------CZĘŚĆ-ROZWIJANA-MENU-POZIOM-2----------------------- */

      /* wygląd głównego elementu - ol - w drugiej części rozwijanej */
      #menu > li > ul > li > ol {
        display:none;

        position:absolute;
        left:100%;
        margin-top:-2em;
      }

      /* wygląd głównego elementu - ol - w drugiej części rozwijanej, po najechaniu kursorem myszki na jego rodzica - li */
      #menu > li > ul > li:hover > ol {
        display:block;
      }

      /* wygląd elementów - li - w drugiej części rozwijanej */
      #menu > li > ul > li > ol > li {
        background-color:#fc0b0a;
      }


      /* wygląd elementu - a - w drugiej części rozwijanej, po najechaniu kursorem myszki */
      #menu > li > ul > li > ol > li > a:hover {
        color:#000000;
      }


#midle{ 
text-align:left; 
margin: 0px;
border: 0px; 
border-style: solid; 
border-color: #000000; 
margin-top: 0px; 
margin-left:auto; 
margin-right:auto;
width: 1024px;
height:289px;
background-image: url('top.png');
background-repeat: no-repeat;
background-position: center;
}

#line{
text-align:center; 
margin: 0px;
border: 0px; 
border-style: solid; 
border-color: #000000; 
margin-top: 0px; 
margin-left:auto; 
margin-right:auto;
width: 1024px;
height: 25px;
background-image: url('line.png');
background-repeat: no-repeat;
}

.zom{
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
border:none;
}
.zom:hover{
transform: scale(0.9);
-webkit-transform:scale(0.9); 
-moz-transform:scale(0.9);
-o-transform:scale(0.9);
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
border:none;
}

#bott{ 
text-align:center; 
margin: 0px;
border: 0px; 
border-style: solid; 
border-color: #000000; 
margin-top: 0px; 
margin-left:auto; 
margin-right:auto;
width: 1024px;
height: 50px;
}


.linkfont{ 
font-family: Tahoma;
font-size: 12px;
line-height: 8px;
color: #ffffff;
word-spacing: 8px; 
}

.font{
text-decoration: none; 
font-family: Tahoma; 
font-size: 10px; 
color:#505050; 
text-align: right; 
padding-right:150px;
padding-bottom:5px;
}

.fonttext{
margin: 0px;
border: 0px; 
border-style: solid; 
border-color: #000000; 
margin-top: 0px; 
margin-left:auto; 
margin-right:auto;
width: 1024px;
text-decoration: none; 
font-family: Tahoma; 
font-size: 14px; 
color:#ffffff;  
padding: 20px 20 20 0px;
text-align: left;
}

.fonttext1{
margin: 0px;
border: 0px; 
border-style: solid; 
border-color: #000000; 
margin-top: 0px; 
margin-left:auto; 
margin-right:auto;
width: 1024px;
text-decoration: none; 
font-family: Tahoma; 
font-size: 16px; 
color:#ffffff;  
padding: 0px 0 0 5px;
text-align: center;
}

.fonttext2{
text-decoration: none; 
font-family: Tahoma; 
font-size: 14px; 
color:#ffffff;  
text-align: left;
width: 700px;
}


.fontcolor{
text-decoration: none; 
font-family: Tahoma; 
font-size: 14px; 
color:#ff0000;  
}

.red{
text-decoration: none; 
font-family: Tahoma; 
font-size: 18px; 
color:#ff0000; 
text-align: center; 

}
.red1{
text-decoration: none; 
font-family: Tahoma; 
font-size: 18px; 
color:#ff0000; 
text-align: left; 

}
.smalfont{
font-size: 11px; 
}

.fonttable{
text-decoration: none; 
font-family: Tahoma; 
font-size: 14px; 
color:#ffffff;  
}

.fonttable1{
text-decoration: none; 
font-family: Tahoma; 
font-size: 12px; 
color:#ffffff;  
}

li{
padding-top: 5px;}

.szer{
width: 330px;
}
.szer1{
width: 310px;
}

a{color: #ffffff; text-decoration: none;}
A:LINK {color: #ffffff; text-decoration: none; } 
A:VISITED {text-decoration: none; color: #ffffff; } 
A:HOVER {color: #ff0000; text-decoration: none; } 
A:ACTIVE {color: #ff8181; text-decoration: none; } 


