html {
  height: 100%;
}

body {
  background: url(../img/bg_body.gif) repeat-x #efefef;
  font: 12px/1.231 arial, helvetica, clean, sans-serif;
  font-weight: normal;
  height: 100%;
  text-align: center;
}

h1, h2, h3, h4, h5, h6, td, th {
  color: #000099;
  font-size: 100%;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  /* padding: 12px 0 12px 0; */
}

h2 {
  font-size: 1.6em;
  font-weight: bold;
  /* padding: 6px 0 6px 0; */
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  /* padding: 3px 0 6px 0; */
}

h4, h5, h6 {
  font-size: 1.0em;
  font-weight: bold;
  /* padding: 0 0 6px 0; */
}

p {
  font-size: 1.0em;
  /* padding: 0 0 6px 0; */
}

strong {
  font-weight: bold;
}

small {
  color: #677aa1;
  font-size: 0.8em;
}

a:link, a:visited, a:active {
  color: #900;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

#container {
  background: url(../img/bg_container.gif) 0 61px no-repeat;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 975px;
  padding: 0 6px 35px 6px;
}

#header {
  text-align: center;
}

#header h1 {
 background: url(../img/logo.png) 0 0 no-repeat;
 width: 248px;
 height: 70px;
 margin: 2px auto;
 text-indent: -999px;
 overflow: hidden;
}

#content {
  border: 1px solid #e5e5e5;
  clear: both;
  background-color: #fff;
  padding-bottom: 72px;
}

#menu {
  margin: 20px;
  width: 275px;
  float: left;
}

#menu h2 {
  background-color: #ddd;
  color: #555;  
  padding: 2px 4px;
  font-size: 13px;
  margin-top: 20px;
}

#menu:first-child {
  margin-top: 0;
}

#menu dl dt {
  float: left;
  display: block;
  padding: 3px 4px;
  width: 35px;
  background-color: #e9e9ff;
  border-bottom: 1px #ddd solid;
}

#menu dl dd {
  padding: 3px 4px;
  float: right;
  width: 224px;
  display: block;
  border-bottom: 1px #ddd solid;
}

#frame {
  margin: 20px 40px 20px 315px;
}

#frame .summary {
  margin-top: 15px;
  text-align: justify;
}

#frame .details {
  color: #555;
  margin-top: 5px;
}

#frame .cover {
  margin: 15px 15px 0 0;
  float: left;
}

#frame .cover img {
  width: 300px;
}

#frame h3 {
  margin-top: 15px;
}

#frame dl.timetable dt {
  margin-top: 5px;
  font-weight: bold;
}

#frame table.timetable td {
  color: #000;
  background-color: #e9e9ff;
  padding: 3px;
  border-right: 1px #999 solid;
  border-bottom: 1px #999 solid;
}

#footer {
  text-align: center;
  margin-top: 15px;
  color: #555;
}

#footer a {
  color: #000055;
}

/* www.jassesnee.de/easyclear/ */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
/* End hide from IE-mac */
