#btnstart
       {
        position: absolute;
        font-family: verdana, arial;
        font-size: 100%;
        font-weight: 700;
        text-decoration: none;
        color: #FFFFFF;
        left: 30px;
        top: 6px;
       }

#btnreg
       {
        position: absolute;
        font-family: verdana, arial;
        font-size: 100%;
        font-weight: 700;
        text-decoration: none;
        color: #FFFFFF;
        left: 22px;
        top: 6px;
       }

#btnIMUX
       {
        position: absolute;
        font-family: verdana, arial;
        font-size: 100%;
        font-weight: 700;
        text-decoration: none;
        color: #FFFFFF;
        left: 35px;
        top: 6px;
       }

#btnkon
       {
        position: absolute;
        font-family: verdana, arial;
        font-size: 100%;
        font-weight: 700;
        text-decoration: none;
        color: #FFFFFF;
        left: 40px;
        top: 6px;
       }

#btnlang
       {
        position: absolute;
        font-family: verdana, arial;
        font-size: 100%;
        font-weight: 700;
        text-decoration: none;
        color: #FFFFFF;
        left: 30px;
        top: 6px;
       }

#divstart
       {
        position: absolute;
        height: 32px;
        left: 0px;
        top: 0px;
        width: 150px;
        background-repeat: x-repeat;
        display: block;
       }

#divreg
       {
        position: absolute;
        height: 32px;
        left: 150px;
        top: 0px;
        width: 150px;
        background-repeat: x-repeat;
        display: block;
       }

#divIMUX
       {
        position: absolute;
        height: 32px;
        left: 300px;
        top: 0px;
        width: 150px;
        background-repeat: x-repeat;
        display: block;
       }

#divkon
       {
        position: absolute;
        height: 32px;
        left: 450px;
        top: 0px;
        width: 150px;
        background-repeat: x-repeat;
        display: block;
       }

#divlang
       {
        position: absolute;
        height: 32px;
        left: 600px;
        top: 0px;
        /*width: 150px;*/
        background-repeat: x-repeat;
       }

#flagger
       {
        position: absolute;
        top: 7px;
        left: 120px;
        border: 0px;
        width: 28px;
        height: 19px;
        padding: 0px;
        margin: 0px;
        border-style: none;
        z-index: 1000;
       }

#flageng
       {
        position: absolute;
        top: 7px;
        left:160px;
        width: 28px;
        height: 19px;
        border: 0px;
        padding: 0px;
        margin: 0px;
        border-style: none;
        z-index: 1000;
       }



#loginbox
       {
        position: relative;
        background-image: url("../Vorlagen/loginbox.jpg");
        left:200px;
        top: 75px;
        width: 300px;
        height: 150px;
        color: #FFFFFF;
        border: 10px;
        padding: 1px;
        border-left: 10px;
        border-left-color: white;
       }

#loginfields
       {
        position: relative;
        left: 3px;
       }

#loginfield
       {
        position: relative;
        top: 15px;
        left: -37px;
        width: 300px;
        font-size: 80%;
        font-family: verdana, arial;
        text-align: right;
       }

#loginunk
       {
        position : relative;
        color: #FFFFFF;
        text-align: right;
        width: 300px;
        font-family: verdana,arial;
       }

#loginbtn
       {
        position: relative;
        background-color: #353535;
        color: #FFFFFF;
        top: 30px;
        height: 20px;
        width: 70px;
        border-left: 1px;
        border-top: 1px;
        border-top-color: #CCCCCC;
        border-left-color: #CCCCCC;
       }

#descrip
       {
        position: relative;
        left: 300px;
        top: 180px;
        width: 700px;
        height: 220px;
        font-family: verdana,arial;
        font-size: 80%;
        font-weight: 500;
        color: black;
       }

#btnregnow
       {
        position: absolute;
        left: 650px;
        top: 10px;
        width: 300px;
        height: 300px;
       }

#imageflag
       {
        border: 0px;
        border-style: none;
        width: 28px;
        height: 19px;
       }
       
#newstable
       {
        width: 100%;
        margin: 0px;
        border-color: #000000;
       }
       
#newstitle
       {
        color: #000000;
        text-align: left;
        font-family: verdana,Times,serif;
        font-style:normal;
        font-size:100%;
        font-weight:900;
        vertical-align: top;
       }
       
#newsline
       {
        color: #000000;
        font-family: verdana,Times,serif;
        font-style:normal;
        font-size:100%;
        font-weight:500;
        width: 100%;
       }
       
#newsblankline
       {
        border: 0px;
        border-right: 0px;
       }
       
#newsdate
       {
        color: #000000;
        font-family: verdana,Times,serif;
        font-style:normal;
        font-size:100%;
        font-weight:500;
        text-align: right;
        vertical-align: top;
       }
       
#newsmessage
      {
       color: #FFFFFF;
       text-align: left;
       font-family: verdana,Times,serif;
       font-style:normal;
       font-size:80%;
       font-weight:500;
       text-align: left;
       vertical-align: top;
       margin: 3px;
       padding: 3px;
      }