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: #E7E7DE;
  color: #000;
  font-family: Time, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;

}

table.kolej {
  border-width: 2px;
  border-spacing: 3px;
  -moz-border-radius: 9px 9px 9px 9px;
  border-style: outset;
  border-color: silver;
  background: url(../img/papier21.jpg) repeat-y center;
  
}

h1 {
  color: #620A12;
  font-size: 14px;
  text-align : left;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #620A12;
  font-size: 12px;
  line-height: 14px;
  text-align : center;
  font-weight: bold;
}

h3 {

  color : #000;
  font-family: "Times New Roman", verdana;
  font-size: 14px;
  line-height: 16px;
  text-align : justify;
  font-weight: normal;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5pt;
}

h4 {

  color : #5c5c5c;
  font-family: "Times New Roman", verdana;
  font-size: 14px;
  line-height: 16px;
  text-align : justify;
  font-weight: normal;
  margin-left : 25px;
  margin-right : 25px;
  margin-bottom : 5pt;

}

h5 {

  color : #FF0202;
  font-family: "Times New Roman", verdana;
  font-size: 12px;
  line-height: 14px;
  text-align : center;
  font-weight: bold;
}

h6 {

  color : #620A12;
  font-family: "Times New Roman", verdana;
  font-size: 14px;
  line-height: 16px;
  text-align : left;
  font-weight: normal;
  margin-left : 95px;
  margin-right : 5px;
  margin-bottom : 5pt;
}

p, ol, ul, blockquote {
  line-height : 15px;
  text-align : justify;
  color : #000;
}

li {
  color : #000;
  font-family: "Times New Roman", verdana;
  font-size: 14px;
  line-height: 16px;
  text-align : justify;
  font-weight: normal;
  font-style: italic;
  margin-left : 2px;
  margin-right : 25px;
  margin-bottom : 5pt;
}

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

a:visited {
  color: #969696;
  font-weight: bold;
  text-decoration: none;
}

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

a:focus {
  color: #5B5A5A;
  font-style: italic;
}

a:active {
  color: #FFF;
}
a h2,  a h2:link {
  background: #E7E7DE;
  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;
}

a h2:focus {
  color: #5B5A5A;
  font-style: italic;
}

a h2:active {
  color: #FFF;
}
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: 10px; /* 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 {
  margin: 0 auto 0 auto;
  width: 900px;
  min-width: 760px;
  text-align: left;
}

#outerWrapper #header {
  background: #E7E7DE url(../img/b.png) 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 21% 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;
}
