*
{
margin:0;
padding:0;
vertical-align:top;
font-size: 11px;
}

BODY
{
color: #000000;
font-family: 'Trebuchet MS', verdana;
}

IMG 
{
    display: block;
    border:0px;
}

TD
{
   vertical-align: top;
} 


#background 
{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("background.gif");
    background-color: #000000;
}

h3
{

  font-family: 'Trebuchet MS', Verdana;
  font-size: 12px;
  line-height:15px;
  font-weight: bold;
  color: #CC00A8;
  text-transform: uppercase;

}


A:link, A:visited
{
    color: #CC00A8;
    text-decoration: underline;
}

A:hover
{
    color:  #CC00A8;
    text-decoration: underline;
}


.loginTitel
{
    font-size:16pt;   
    color: #CC00A8;
    text-align: left;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #E300BB;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 245px;
  position: absolute;
  top: 20px;
  background-color: #FCE3F7;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #E300BB ;
}
.Scrollbar-Down {
  position: absolute;
  top: 278px;
  width: 10px; height: 10px;
  background-color: #E300BB;
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 190px; left: 460px;
}

#Container {
  position: absolute;
  top: 183px; left: 25px;
  width: 453px;
  height: 300px;
  background-color: #ffffff;
}
#News, #About, #Extra { 
  position: absolute;
  top: 10px; 
  overflow: hidden;
  width: 438px;
  height: 280px;
  display: none;
}
#News {display: block;}

form,
p,
ul
{
  margin:7px 10px 10px 0px; padding: 0px 0px 0px;
  font-family: 'Trebuchet MS', Verdana;
  font-size: 11px;
  color: #454444;
}
ul {margin-left:20px}


#Navigation {
  position: absolute; 
  top: 30px;
  left: 75px;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 20px;
  background-color: #E4E4E4;
  font-family: 'Trebuchet MS', Verdana;
  font-size: 11px;
  color: #AAA;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 25px;
}
#Navigation a.current {
  margin-top: 0px;
  height: 25px;
  background-color: #FCE3F7;
  color: yellow;
}


