html
{
  margin: 0; padding: 0;
}

body
{
  margin: 0; padding: 0;
  background: #fff no-repeat fixed center bottom;
}

#screen
{
  position: absolute;
  top: 0; left: 50%;
  width: 750px; height: 100%;
  padding: 0; margin: 0 0 0 -375px;
}

#menu
{
  position: absolute;
  top: 180px; left: 0;
  width: 165px;
  background: #733401 url(images/menu-back.jpg) repeat-y;
  margin: 0; padding: 0;
  list-style-type: none;
}

body.home #menu
{
  top: 320px;
}

#menu li
{
  display: block;
  margin: 0; padding: 10px 0;
}

#menu a, #menu span
{
  display: block;
  padding: 1px 6px;
  font: bold 1em/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
}

#menu span
{
  color: #FDC3AA;
  cursor: default;
}

#menu a:hover
{
  color: #FDC3AA;
  text-decoration: underline;
}

#content
{
  font: 1em/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, Arial, sans-serif;
  color: #303;
  margin-left: 180px;
}

#content ul
{
  margin: 0;
  padding: 0 0 1em 1em;
}

#content ul.orient
{
  float: right;
  margin: 2em 0 .5em .3em;
  padding: .2em .5em .2em 1.2em;
  font-size: 90%;
  background: #ECA188;
}

#content ul.orient a
{
  text-decoration: none;
  color: #206;
}

#content ul.orient a:visited
{
  text-decoration: none;
  color: #955;
}

#content ul.orient a:hover
{
  text-decoration: underline;
}

#content p.guide
{
  font-weight: bold;
  text-align: right;
}

#content p.other
{
  font-weight: bold;
  text-align: right;
  font-size: 80%;
}

#content p.guide a, #content p.other a
{
  text-decoration: none;
}

#content p.guide a:hover, #content p.other a:hover
{
  text-decoration: underline;
}

table.program
{
  width: 500px;
  margin: 1.3em 1.6em;
  border-collapse: collapse;
  font-size: 90%;
}

table.program th
{
  background: #BF5702;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 80%;
  text-align: left;
  vertical-align: top;
  border-right: solid 1px #BF5702;
  width: 1.3em;
}

table.program th.hour
{
  vertical-align: top;
  text-align: right;
  font-size: 200%;
  border-bottom: solid 1px #713101;
}

table.program td
{
  background: #EDC48A;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 2px #fff;
  border-right: solid 1px #fff;
}

table.program td.last
{
  border-bottom: none;
}

table.program td.groupA
{
  background: #C29100;
}

table.program td.groupB
{
  background: #DB8242;
}

table.program td.pauze
{
  background: #EDDCCF;
}

h1
{
  margin: 0; padding: 0;
}

h2
{
  margin: 0; padding: .5em 0 0 0;
  font: bold 2em/1.5 Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}

h3
{
  margin-bottom: -.8em;
}

a img
{
  border: none;
}

span.unicode
{
  font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

a:link
{
  color: #00f;
}

a:hover
{
  color: #309;
}