div#content {
  background-image:    url("/resources/images/global/background.jpg");
  background-position: top center;
  background-repeat:   no-repeat;
}

div#top_navigation {
  color:        #DAA520;
  background:   #663300;
  padding-left: 200px;
}

a.top-navigation:visited,
a.top-navigation:link {
  background: #663300;
  color:      #DAA520;
}

a.top-navigation:hover {
  background: #663300;
  color:      white;
}

div#foot_navigation {
  background: #663300;
}

a.foot-navigation:visited,
a.foot-navigation:link {
  background: #663300;
}

a.foot-navigation:hover {
  background: #663300;
}

div#copyright {
  background: #663300;
}

div#zone_image {
  background-image:  url("/resources/images/global/topleft_lectures.gif");
  background-repeat: no-repeat;
}

div.lectures {
  width:        740px;
  margin-left:  auto;
  margin-right: auto;
  text-align:   left;
  color:        black;
}

div.lectures a:link,
div.lectures a:visited {
  text-decoration: none;
  color:           blue;
}

div.lectures a:hover {
  color: red;
}

div.block-title {
  float:         left;
  width:         35px;
  font-size:     10pt;
  padding-right: 5px;
  padding-top:   5px;
}

div.block-text {
  padding-top: 5px;
  font-size:   10pt;
  margin-left: 45px;
}

div.block-date {
  display:none;
}
