body{
   margin: 0px;
   padding: 0px;
   background-color: #DCDCDC;
   font-style: normal;
   font-size: 14px;
}

#nscript{
   font-size: 18px;
 }

#main{
   width: 960px;
   height: 600px;
   font-size: 14px;
   margin: 20px auto;
}

#logo{
   margin: 0 auto;
   float: left;
}

#header{
   font-size: 68px;
   font-style: oblique;
   font-weight: bold;
   text-align: center;
   margin-bottom: 80px;
}

.textonstart{
   font-size: 20px;
   text-align: center;
}

#divDisclaimer{
   height: 250px;
   overflow: scroll;
}

#divEintritt{
   margin: 50px auto;
   text-align: center;
}

#btnPassTime{
   background-color: #7D7D7D;
   font-weight: bold;
   color: #20007B;
}

#btnPassTime:hover{
   background-color: #A5A5A5;
}

#imgPlaylounge{
   height: 31px;
   width: 288px;
   background-color: #DCDCDC;
   border-style: none;
   background-image: url(../images/btnPlayloungeNormal.png);
}

#imgPlaylounge:hover{
   background-image: url(../images/btnPlayloungeHover.png);
}

#imgPlaylounge:active{
   background-image: url(../images/btnPlayloungeActive.png);
}

/* first side begin */

#firstside{
   text-align: center;
   margin: 200px auto;
}

#btnDisclaimer{
   width: 180px;
   height: 26px;
   border-style: none;
   background-image: url(../images/Normal.jpg);
   color: #200178;
   font-size: 18px;
   font-weight: bold;
}
#btnDisclaimer:hover{
   background-image: url(../images/Hover.jpg);
}
#btnDisclaimer:active{
   background-image: url(../images/Push.jpg);
}

/* first side end */