html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #DFC5A4 url('../images/page.jpeg') top center no-repeat scroll;
  background: url('../images/pageglare.png') no-repeat, url('../images/page.jpeg') top center no-repeat, #DFC5A4;
  font-family: Time, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;

}

h3 {
  color: #620A12;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}


p, ol, ul, blockquote {
  line-height : 14px;
  text-align : justify;

  color : #000;
}

h1 a, h1 a:link {
  font-family: verdana;
  font-size: 11px;
  line-height: 12px;
  color: #0E1343;
  font-weight: normal;
  text-decoration: none;

}

h1 a:hover {
  font-family: verdana;
  color: #797979;
  font-style: normal;
  text-decoration: none;
}


a h2, a h2:link {
  background: #E7E7DE url(divider.gif) no-repeat right;
  color: #620A12;
  font-size: 12px;
  line-height: 14px;
  text-align : center;
  font-weight: bold;
}
a h2:visited {
  color: #FFFAF0;
  font-weight: bold;
  text-decoration: none;
}

a h2:hover {
  color: #797979;
  font-style: normal;
  text-decoration: none;
}

h3 a, h3 a:link {
  font-family: verdana;
  color: #620A12;
  font-size: 11px;
  line-height: 12px;
  text-align : left;
  font-weight: bold;
  margin-left : 80px;
}

h3 a:hover {
  font-family: verdana;
  color: #797979;
  font-style: normal;
  text-decoration: none;
}

h1 {
  font-family: verdana;
  font-size: 11px;
  line-height: 12px;
  color: #000;
  font-weight: normal;
  text-decoration: none;

}

a, a:link {
  color: #0E1343;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #797979;
  font-style: normal;
  text-decoration: none;
}

h4 a,  h4 a:link {
  font-family: verdana;
  color: #0E1343;
  font-weight: normal;
  text-decoration: none;
  margin-left : 130px;
}

h4 a:hover {
  font-family: verdana;
  color: #797979;
  font-style: normal;
  text-decoration: none;
}
h5 {

  color : #FF0202;
  font-family: "Times New Roman", verdana;
  font-size: 12px;
  line-height: 14px;
  text-align : center;
  font-weight: bold;
}
a.dymek {  
   text-decoration: underline; /* Tekst, który będzie wywoływał dymek będzie podkreślony */  
   font-weight: normal; /* Gruboś czcionki */ 
} 
 
a.dymek span {  
   display: none; /* Na początku dymek jest ukryty */  
} 
 
a.dymek:hover span{  
   display: inline; /* ... Ale po najechaniu na tekst wywołujący dymek staje się on widoczny */  
   position: absolute;
   font-size: 12px; /* Wielkoś czcionki*/ 
   font-weight: normal; /* Gruboś czcionki */ 
   color: #000; /* Kolor czcionki */ 
   margin-top: 15px; /* Dymek będzie położony 10 pikseli niżej od tekstu wywołującego... */  
   margin-left: 5px; /* Oraz 5 pikseli w lewo */  
   background: #d1d1d1; /* Tło dymka */ 
   padding: 5px 5px 5px 5px;
   border: 2px solid #ffffff; /* Obramowanie dymka */
   border-radius: 10px;  /* Zaokrąglenia */ 
   behaviour:url(border-radius.htc);
   -webkit-border-radius: 10px; /* Safari, Chrome */
   -khtml-border-radius: 10px;    /* Konqueror */
   -moz-border-radius: 10px; /* Firefox */
}  

hr {
  background-color: #000;
  width: 100%;
  height: 2px;
}

#outerWrapper {
  background-color: #E7E7DE;
  margin: 0 auto 0 auto;
  width: 900px;
  min-width: 760px;
  text-align: left;
}

#outerWrapper #header {
  background: url(../img/logo_wlen_dolina_bobru.gif) no-repeat center;
  border-bottom: solid 1px #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 5em;
  padding: 10px 10px 10px 10px;
  width: 880px;
  height: 172px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  float: right;
  padding: 10px 9px 10px 10px;
  width: 170px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 10px 6px 10px 7px;
  width: 140px;

}

#outerWrapper #contentWrapper #content {
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
  margin: 0 0% 0 17%; 
  padding: 10px 10px 10px 10px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;

}
#outerWrapper #footer {
  border-top: solid 1px #fff;
  text-align : center;
  line-height: 18px;
  color: #000;
  word-spacing: 10px;
  padding: 10px 10px 10px 10px;
}