body, html
  {
  scrollbar-track-color: #0187DE;
  scrollbar-face-color: #C7ECFE;
  scrollbar-highlight-color: #C7ECFE;
  scrollbar-3dlight-color: #C7ECFE;
  scrollbar-darkshadow-color: #BCD6FC;
  scrollbar-shadow-color: #C7ECFE;
  scrollbar-arrow-color: #004396;
  }


body
  {
  background: white;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  font-family: helvetica ce, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  }

p
  {
  font-size: 13px;
  color: black;
  }

p.list
  {
  font-size: 11px;
  padding-left: 15px;
  }

dd
  {
  padding-bottom: 10px;
  }


/**********************************************************************************************/

/* záhlaví - titulek */

#header
  {
  font-family: helvetica ce, verdana, arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: black;
  }

/**********************************************************************************************/

/* odkazy */

a
  {
  color: #0466AC;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  }

/**********************************************************************************************/

/* pata - jižní čechy a šumava, spolek */

#footer
  {
  text-align: center;
  font-family: helvetica ce, verdana, arial, helvetica, sans-serif;
  background: #EEEEEE;
  }

.jiznicechy
  {
  font-size: 15px;
  font-weight: bold;
  }

.spolek
  {
  font-size: 11px;
  font-weight: bold;
  }

/**********************************************************************************************/

td
  {
  font-family: helvetica ce, verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  color: black;
  background: #EEEEEE;
  text-align: center;
  border: #EEEEEE 3px solid;
  vertical-align: top;
  width: 180px;
  }

img
  {
  border: 0;
  }

