@charset "utf-8";
body  {
	font-family: Verdana,Arial;
	background-color:#062224;
	color:#B4C8C8;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:10px;
}
button, input{
  color:#D2FAFA;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
/*klasy domyslne dla batona i linka*/
.brakKlasy{
  margin: 0px;
	padding: 0px;
}
.butMenuHover{
  border:none;
  background:#000000;
  color:#00FF00;
  cursor:pointer;
  font-size:10px;
}
.butMenu{
  border:none;
  background:#000000;
  color:#ffffff;
  cursor:pointer;
  font-size:10px;
}
.mLink{
  text-decoration:none;
  color:#000000;
  font-size:10px;
  border:none;
  background:none;
  cursor:pointer;
  margin:0px;
  padding:0px;
  text-align:left;
}
.mLink:hover{
  color:#707EC7;
}
/*klasy ustawiające stronę*/
.contener{
  margin:0 auto;
  padding:0px;
  text-align:left;
  width:1000px;
  background-color: #FFFFFF;
  font-size:10px;
}
.linnia{
  margin:0px;
  padding:0px;
  text-align:left;
  width:1000px;
  background: none;
  font-size:10px;
}
/*inne*/
.hoverBut{
  color:#DDEEC4;
  background:#4A6A63;
  text-decoration:none;
  margin:0px;
  padding:0px; 
  border:none;
  cursor:pointer;
}
.menuGora{
  text-decoration:none;
  color:#FFFFFF;
  width:125px;
  height:37px;
  text-align:center;
  background:url("graf/przycisk.jpg");
  float:left;
}
.menuGoraLink{
  text-decoration:none;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
}
.menuDol{
  text-decoration:none;
  color:#D2FAFA;
  margin:0px 0px 0px 0px;
}
.menuDol:hover{
  color:#DDEEC4;
  background:#4A6A63 ;
}
.menuGoo{
  text-decoration:none;
  color:#D2FAFA;
  margin:0px 0px 0px 0px;
}
.menuGoo:hover{
  color:#DDEEC4;
  background:#4A6A63 ;
}
.menuNasze{/*zewnetrzne*/
  text-decoration:none;
  color:#b4c8c8;
  margin:0px 0px 0px 0px;
}
.menuNasze:hover{
  color:#DDEEC4;
  background:#4A6A63 ;
}
.butonOcen{
  text-decoration:none;
  margin:0px;
  padding:0px; 
  border:none;
  background:#none;
	color:#D2FAFA;
  cursor:pointer;
  font-size:10px;
}
.butonOcen:hover{
  color:#DDEEC4;
  background:#4A6A63 ;
}
.butonZagraj{
  text-decoration:none;
  margin:0px;
  padding:0px; 
  border:none;
  background:#none;
	color:#B4C8C8;
  cursor:pointer;
  font-size:10px;
}
.butonZagraj:hover{
  color:#DDEEC4;
  background:#4A6A63 ;
}
.katTytul{
  text-decoration:none;
  color:#D2FAFA;
  font-weight:bold;
}
.katTytul:hover{
  color:#DDEEC4;
  background:#4A6A63 ;
}
.najpopTytul{
  text-decoration:none;
  color:#D2FAFA;
  font-weight:bold;
}
.najpopTytul:hover{
  color:#DDEEC4;
  background:#4A6A63 ;
}
.wyrozTytul{
  text-decoration:none;
  color:#D2FAFA;
  font-weight:bold;
}
.wyrozTytul:hover{
  color:#DDEEC4;
  background:#4A6A63 ;
}
.obrazekKat{
  width:120px;
  height:90px;
}
