/* ------------------------------------------------------------------------------- */
/* screen.css (c) 06.2011 Andreas Kirschbaum                                       */

a:link
{ color: #fff;
  text-decoration: none;
}
a:visited
{ color: #fff;
  text-decoration: none;
}
a:active
{ color: #fff;
  text-decoration: none;
}
a:hover
{ color: #fff;
  text-decoration: underline;
}

body
{ background-image: url(images/hoersaal.jpg);
  font-family: Arial,Helvetica,sans-serif;
  font-size  : 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

#nav, #mainnav
{ position: absolute;
  left  :  30px;
  top   :  30px;
  height: 400px;
  width : 240px;
}
#nav ul, #mainnav ul
{ list-style: none;
  padding: 0;
  font-size: 36px;
  color: #ccc;
}

#content
{ background-color: rgb(255,129,54);
  background-color: rgba(255,129,54,0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius   : 10px;
  border-radius        : 10px; 
  position: absolute;
  left  : 270px;
  top   :  30px;
  height: 450px;
  width : 480px;
}
#content ul
{ list-style: none;
  padding: 0;
  margin: 10px;
}

#footer
{ position: absolute;
  left :  30px;
  top  : 430px;
  width: 240px;
}
#footer ul
{ list-style: none;
  padding: 0;
  letter-spacing: 2px;
  font-family: "Times New Roman",Roman,serif;
  font-size  : 12px;
  font-weight: 300;
  margin-top: 14px;
}

#home
{ position: absolute;
  left : 270px;
  top  : 430px;
  width: 480px;
  padding-left: 10px;
}
#home ul
{ list-style: none;
  padding: 0;
}
