body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0px;
}
.holder {
  width: 960px;
}
#top_header {
  width: 960px;
}
#date {
  background-color: #006320;
  color: #FFFFFF;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  width: 150px;
  float: left;
  text-align: left;
}
#top_menu {
  background-color: #006320;
  color: #FFFFFF;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  width: 790px;
  float: right;
  text-align: right;
}
#col_left {
  width: 210px;
  float: left;
  text-align: left;
}
#col_rite {
  float: right;
  width: 730px;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#search_box {
  background-image: url(/styles/site/images/stripe_blue_big.jpg);
  background-repeat: repeat-x;
  width: 180px;
  margin-top: 2px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #006630;
  border-left-color: #006630;
  clear: both;
}
#menu {
  width: 200px;
  margin-bottom: 5px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-right-color: #006630;
  border-left-color: #006630;
  border-bottom-color: #006630;
  clear: both;
}
#links {
  width: 185px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-right-color: #0071CA;
  border-left-color: #0071CA;
  border-bottom-color: #0071CA;
  clear: both;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0071CA;
}

/**
 * Menu
 */
.menu {
  text-align: left;
  width: 200px;
  clear: both;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #006320;
}

.menu_here a:link { color: #0270C9; }
.menu_here a:visited { color: #0270C9; }
.menu_here a:active { color: #0270C9; }
.menu_here a:hover { color: #0270C9; }

.menu_sub {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  text-align: left;
}

.menu_0 {
  background-image: url(/styles/site/images/green_square.jpg);
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.menu_1 { margin-left: 0px; }
.menu_2 { margin-left: 15px; }

.menu_here {
  color: #0270C9;
  background-image: url(/styles/site/images/blue_arrow.jpg);
  background-repeat: no-repeat;
}
/* koniec Menu */

p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#bottom {
  background-image: url(/styles/site/images/stripe_blue.jpg);
  background-repeat: repeat-x;
  height: 25px;
  padding-top: 7px;
  clear: both;
  color: #FFFFFF;
}
.article {
  border-bottom-width: 1px;
  border-bottom-style: double;
  border-bottom-color: #0073CC;
  margin-bottom: 10px;
}
.title {
  font-weight: bold;
  color: #0173CC;
  font-size: 12px;
}
#q {
  background-color: #FFFFFF;
  border: 1px inset #000000;
  width: 130px;
  height: 20px;
}
a:link {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
a:visited {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
a:active {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  color: #006630;
  font-weight: bold;
}
a.topmenu:link {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}
a.topmenu:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}
a.topmenu:active {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}
a.topmenu:hover {
  text-decoration: underline;
  color: #FFFFFF;
  font-weight: bold;
}
a.bottommenu:link {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 10px;
}
a.bottommenu:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 10px;
}
a.bottommenu:active {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 10px;
}
a.bottommenu:hover {
  text-decoration: underline;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 10px;
}

/** podział na strony **/
/* aktualna strona */
.actpage {
  font-size:120%;
  font-weight: bold;
  color: #006630;
}
.nooption {
  color: #006630;
}
