/* CSS Document */
#main_and_leva {width: 100%}
#main {width: 765px; }


/* *** *** *** Box - aktuality *** *** *** */

#main #box_aktuality {
  background: #afcbff url(../imgs/titulni_box_modry.png) no-repeat;
  width: 364px;
  height: 305px;
  float: left; 
  color: #172e57;
  margin-bottom: 20px;
}

#main #box_aktuality h3 {
  font-size: 1.4em;
  margin-top: 16px;
  margin-bottom: 0;
  text-align: right;
  margin-right: 7px;
  color: #172e57;
}

#main #box_aktuality h4 a {
  color: #172e57;
}

#main #box_aktuality h4 a:hover {
  text-decoration: none;
  border-bottom: 1px red solid;
}

#main #box_aktuality p {
  margin-left: 100px;
  margin-right: 10px;
  font-size: 0.8em;
  margin-top: 0;
}

#main #box_aktuality h4 {
  margin-left: 100px;
  margin-bottom: 0;
}

/* *** *** *** Box - akce *** *** *** */

#main #box_akce {
  background: #a1d011 url(../imgs/titulni_box_zeleny.png) no-repeat;
  width: 364px;
  height: 305px;
  float: left; 
  color: white;
  margin-bottom: 20px;
  margin-left: 35px; 
}

#main #box_akce h3 {
  font-size: 1.4em;
  margin-top: 16px;
  text-align: right;
  margin-right: 7px;
  color: white;
}

#main #box_akce p {
  margin-left: 100px;
  margin-right: 10px;
  font-size: 0.8em;
  margin-top: 0;
  margin-bottom: 0;
}

#main #box_akce dt {color:white; font-size: 1.1em}
#main #box_akce a {color:white}

#main #box_akce h4 {margin-left: 100px; margin-bottom: 0;}
#main #box_akce dl {margin-left: 100px;}

#main #box_akce dt {font-weight: bolder; margin-top: 10px}
#main #box_akce strong {color: white}

/* *** *** *** Box - krouzky *** *** *** */

#main #box_krouzky {
  background: #ba1f3c url(../imgs/titulni_box_cerveny.png) no-repeat;
  width: 364px;
  height: 305px;
  float: left; 
  color: white;
  margin-bottom: 20px;
}

#main #box_krouzky h3 {
  font-size: 1.4em;
  margin-top: 16px;
  text-align: right;
  margin-right: 7px;
  color: white;
}

#main #box_krouzky p {
  margin-left: 100px;
  margin-right: 10px;
  font-size: 0.8em;
  margin-top: 0;
  margin-bottom: 0;
}

#main #box_krouzky ul {margin-left: 70px; padding-left: 50px}
#main #box_krouzky h4 {margin-left: 100px; margin-bottom: 0;}
#main #box_krouzky dl {margin-left: 100px;}
#main #box_krouzky a {color:white; text-decoration: none; border-bottom: 1px white solid }
#main #box_krouzky a:hover {border-bottom: 1px yellow solid }
#main #box_krouzky dt {font-weight: bolder; margin-top: 10px}
#main #box_krouzky strong {color: white}

#main h4 {font-size: 1em;}
