body {
  font-family: Arial;
  font-size: 12px;
  text-align: center;
}

#pojemnik {
  width: 774px;
  margin: auto;
  text-align: left;
}
#header {
  height: auto;
  display: block;
  text-align: center;
}

#menu, #menu ul {
  list-style-type: none;
  width: auto;
  background-color: red; 
 
  margin: 0 0 0 20px;
  padding: 0;  
}
#menu li {
  display: inline;
  float: left;
  margin: 0;
  padding: 15px;
  background-color: transparent;
  border: 1px solid white;
  text-align: right;
}
#menu a, #menu a:active, #menu a:visited {
  font-size: 150%;
  font-weight: lighter;
  text-decoration: none;
  
  
}
#menu a:hover {
  text-decoration: underline;
 /*  color: rgb(231,246,253);
 visibility: hidden;*/
}
#menu img {
  
  border: 0;
  padding-bottom: 5px;
  
}
#loga {
  text-align: center;
}
#loga img {
  padding: 5px;
  vertical-align: middle;
}
.center{
  text-align:center;
}
#content {
  padding: 7px;
  background-color: rgb(209,209,209);
  border-bottom: 5px solid white;
  float: left;
  width: 760px; 
}
.right {
  float: right;
}
.left {
  float: left;
}
h1,h2 {text-align: center;}
h1 {
  margin: 0 0 5px 0;
  padding: 1%;
  font-size: 180%;
  font-weight: lighter;
   
}
h2 {
  margin: 0;
  padding: 0;
  font-size: 140%;
  font-weight: lighter;
  /*text-align: center;*/
}
h3 {
  margin: 0 3px 0 10px;
  font-size: 120%;
}
h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url("images/pasek_blek.png");
  background-repeat:no-repeat;
  background-position:center;
}
#footer {
  clear: both;
  height: 20px;
  text-align: center;
  color: rgb(187,0,11);
  font-size: 80%;
  padding-top: 10px;
  background-image: url("images/bg_stopka.png");
  background-repeat: repeat-x;
}
p {
  text-align: justify;
  margin: 1% 0 0 0; 
  padding: 0;
}
p.mini {
  text-align: center;
  font-size: 90%;
  color: black;
}
ul.lista {
  margin-top: 0;
}
a.pad {margin: 1%;}
img.pad {padding: 1%;}
img.galeria {
  		border: 0;
  		display: block;
  		margin: 0 auto 0 auto;
	}
img.galeria2 {
  		margin-left: 10px;
}	
.blek { color:rgb(42,130,219);}
.pomar { color:rgb(255,214,10);}
.ziel { color:rgb(51,250,25);}
.nieb { color:rgb(15,90,148);}
.zolt { color:rgb(255,255,36);}
.ziel_ciemna { color:rgb(51,143,23);}
.czerw { color:rgb(196,58,58);}
.czarny {color: black;}
.roz {color: rgb(255,204,255);}
.piask {color: rgb(194,132,0);}
	/* rogi */
.roundcont {
			width: 370px;
			background-color: white;
			margin: 5px 3px 0 3px;
			color: black;
		}
		
.roundcont p {
			margin: 0 10px;
		}
		
.roundtop { 
			background: url(images/rogi/tr.png) no-repeat top right; 
		}
		
.roundbottom {
			background: url(images/rogi/br.png) no-repeat top right; 
		}
		
img.corner {
		   width: 9px;
		   height: 9px;
		   border: none;
		   display: block !important;
		}
.roundcont a, .roundcont a:active, .roundcont a:visited { 
  			color: black;
			text-decoration: none;	  
		}
a.link:hover {
  			text-decoration: underline;
  			color: gray;
}

