table {
	background-color: #ffffff;
	color: #000000;
}

/* Die Titelzeile */
#title {
  padding-top:0px;
  height:24px;
}

/* Das Menü */
#menu {
  color:#f0f0ff;
  background:#ddddff;
  text-align:center;
  padding:10px 0px;
  border-top:1px solid #336699;
  border-left:1px solid #336699;
  border-right:1px solid #336699;
  /*border-bottom:1px solid #336699;*/
  clear:left;
}

/* Der Inhalt */
#content {
  /*position:absolute; left:176px;*/
  border:1px solid #336699;
  color:#000000;
  background-color:#eeeeee;
  padding:5px;
}

#headertext {
  width:100%;
  margin:0px auto;
  text-align:center;
}

#headerlogo {
  float:right;
  width:100px;
  height:44px;
}

#twitter {
  position:absolute;
  top:160px;
  right:10px;
}
