body{
  font-family: Arial, Verdana;
  margin: 0 0 0 0;
  color: white;
  background-color: #B92A24;
  background-image: url("gfx/bg.jpg");
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-size: 11pt;
}

a:link, a:visited, a:active{
  color: #B92A24;
}


a:hover{
	color: orange;  
}
h1{
  font-size:12pt;
}
.bocznik{
  display: inline;
  border: 0;
  
}
#container{
  background-color: black;
/*centrowanie strony z marginesami po bokach*/
	width: 775px;
	margin-left: auto;
	margin-right: auto;
/*-----*/
  margin-bottom: 50px;
  border: 2px solid white;
  border-top: 0px solid black;
}
#header{
   width: 100%;
   height: 138px;
  /*background-color: black;*/
   background-image: url(gfx/banner-background.jpg);
   background-repeat: repeat-x; 
}
		 #gora img{
     	 	width: 0px;
     	 	height: 0px;
		  }
#menu{
  top: 40px;
  margin-left: 90px;
  width: 610px;
  height: 50px;
  background-color: black;
  /*position: absolute; */
  display: block;
  font-family: "Trebuchet MS", Arial;
  font-size: 10pt;
clear: both;
}
#menu a:link,#menu a:visited,#menu a:active{
padding: 2px;
border-left: solid 4px red;
text-decoration: none;
	color: white;
	display:inline;
}
#menu a:hover{
border-left-color: white; 
display:inline;
 color: red;
 text-decoration: underline;  
}
#left{
  margin-left: 20px;
  margin-right: 20px;
  float: left;
  width: 254px;
  height: auto !important;
  height: 370px; /*IE*/
  min-height: 370px;
  display: inline;
  background-color: #B92A24;
  background-image: url(gfx/bg-left.jpg);
  border-bottom: solid 4px white;
  font-size: 10pt;
  list-style-image: url(gfx/st-red.jpg);
}
#left li{
  font-size:10pt;
  margin-top: 26px;
  font-weight: bold;
}
#left a:link,#left a:active,#left a:visited{
  color: black;
}

#left a:hover{ color: silver;}

#left p{ margin: 0 0 0 0;
margin-right: 10px;
font-size: 9pt;
  font-weight: normal;
 }

#left h1{
 margin-left: 8px; margin-right: 8px;
 
  font-size: 10pt;
  font-weight: bold;
}
#middle{
  float: left;
  width: 470px;
  
  height: auto !important;
  height: 370px; /*IE*/
  min-height: 370px; 
  display: inline;
  background-color: black;  
}
#galeria img{
  	border-top: solid 4px white;
  	border-left: solid 1px red;
  	border-right: solid 1px white;
  	border-bottom: solid 4px red;
    display: inline;
    text-align: center;
    margin: 5px 5px 5px 5px;
}
 	#oferta img{
    	border: 0;
    }
#galeria li{
margin-left: 40px;     
font-size: 12pt;
font-weight: bold;
	 list-style-image: url(gfx/cylin.jpg); 
}
#galeria a{
 font-weight: normal; 
}
#oferta{
    list-style-image: url(gfx/cylin.jpg);
}
#oferta li{
  font-weight: bold;
  font-size: 10pt;
  margin-top: 20px;
}
#oferta p{

margin: 0 0 0 0;  font-weight: normal;  
  font-size: 9pt;
}
#oferta h2{
 font-weight: normal;
 font-size: 10pt; 
}
#footer{ 
margin-left: 50px;
margin-bottom: 20px;
color: white;
clear: both; 
height: 60px;
width: 500px;
background-color: black;
font-size: 8pt;
font-weight: bold;
text-align: left;

}
#footer a{
	text-decoration: none;  
}
