td,body {
 font-family: Arial;
 font-size:14;
}

body {
  background-color: #FFFFCC;
  scrollbar-base-color:#FFCC00;
  scrollbar-3dlight-color:#FFCC00;
  scrollbar-arrow-color:#FFCC00;
  scrollbar-darkshadow-color:#FFCC00;
  scrollbar-face-color:#FF9933;
  scrollbar-highlight-color:#FF9933;
  scrollbar-shadow-color:#FF9933;
  scrollbar-track-color:#FFCC00;
}

a {
 color: #000000;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

table#top{
  margin: auto auto;
  margin-left: 5%;
  width: 90%;
}

table#main{
  width: 90%;
  height: 70%;
  margin-top: 0px;
  padding-top: 0px;
  left: 9%;
  margin: auto auto;
  margin-left: 5%;
  border-left: 16px #FF9933 solid;
  border-right: 16px #FF9933 solid;
  background-color: #FFCC00;
}

table#bottom{
  margin: auto auto;
  margin-left: 5%;
  width: 90%;
  left: 9%;
}

div.links {
 margin-top: 0px;
 margin-bottom: 15px;
 margin-right: 15px;
 float: left;
}

div.rechts {
 margin-top: 0px;
 margin-bottom: 15px;
 margin-left: 15px;
 float: right;
}

