#title {
  position: absolute;
  top: 25px;
  left: 0px;
  height: 51px;
  width: 100%;
  text-align: center;
}

#menu {
  color: #8a8669;
  position: absolute;
  top: 76px;
  left: 0px;
  height: 45px;
  width: 100%;
  text-align: center;
  word-spacing: 11px;
}

#menu a, #menu .selected {
  word-spacing: normal;
}

.red {
    color: red;
}
.gray {
    color: gray;
}

#login {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  width: 100%;
  text-align: center;
  word-spacing: 16px;
}

#login a, #login .selected {
  word-spacing: normal;
}

.selected {
  color: #ff0000;
}

#content {
  position: absolute;
  top: 121px;
  left: 0px;
  height: 500px;
  width: 100%;
  text-align: center;
}

#leftbox {
  position: absolute;
  top: 6px;
  right: 50%;
  width: 380px;
  height: 400px;
}

#rightbox {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 380px;
  height: 400px;
  background: url(grafik/hg_text.jpg) no-repeat top left;
}

#fullbox {
  position: absolute;
  top: 6px;
  left: 1em;
  right: 1em;
  margin: 0 auto;
  width: 760px;
  height: 400px;
  overflow: auto;
  background: url(grafik/hg_eingabe.jpg) no-repeat top left;
}

#leftcontent {
  position: absolute;
  padding: 1px;
  top: 5px;
  right: 19px;
  width: 360px;
  height: 360px;
  text-align: right;
  overflow: auto;
}

.leftaligndiv {
    width: 100%;
    text-align: left;
}

#leftarrows {
  position: absolute;
  padding: 1px;
  top: 370px;
  right: 19px;
  width: 360px;
  height: 26px;
  text-align: right;
  overflow: hidden;
}

#leftarrows table {
  float: right;
}

#rightcontent {
  position: absolute;
  padding-left: 1px;
  padding-top: 4px;
  top: 2px;
  left: 19px;
  width: 348px;
  height: 383px;
  text-align: left;
  overflow: auto;
}

#rightcontent .eingabebox {
  width: 240px;
}
  
#rightcontent textarea {
  width: 240px;
  height: 92px;
}
  
#eingabe {
  position: absolute;
  padding-left: 1px;
  padding-top: 4px;
  top: 2px;
  left: 18px;
  width: 728px;
  height: 383px;
  text-align: left;
  overflow: auto;
}

#calender {
  position: absolute;
  padding: 1px;
  top: 5px;
  right: 19px;
  width: 349px;
  height: 360px;
  text-align: left;
  overflow: auto;
}

.calentryselected {
  font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
  margin-bottom: 10px; 
  background: #fff;
  padding: 5px 8px 5px 8px;
}

.calentry {
  font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
  margin-bottom: 10px; 
  padding: 5px 8px 5px 0px;
}

.calline1 {
  color: #333; 
  font-size: 11px; 
}

.calline2 {
  color: #333; 
  font-size: 11px; 
}

.caltitel {
  font-weight: bold;
}

.caldozent {
}

.calline2 a {
}

.wsdatum {
}

.wstitel {
  font-weight: bold;
}

.wsrubriktitel {
  font-weight: bold;
}

td, body, div, p { 
  color: #333; 
  font-size: 11px; 
  line-height: 16px; 
  font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular 
}

.klein { 
  color: #333; 
  font-size: 9px; 
  line-height: 14px; 
  font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular; 
  vertical-align: middle 
}

a { 
  color: #8a8669; 
  font-size: 11px; 
  line-height: 16px; 
  font-family: Verdana, Helvetica, Arial, "Times New Roman", Times, Georgia, Swiss, SunSans-Regular; 
  text-decoration: none 
}

a:hover { 
  color: #f00; 
  font-size: 11px; 
  line-height: 16px; 
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, "Times New Roman", Georgia, Times; 
  text-decoration: none 
}

h1    { color: #8a8669; font-weight: 900; font-size: 14px; font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular }
#fullbox input, #fullbox textarea, #fullbox select.full {
  width: 500;
}

.error {
    color: red;
}