@import url('topbar.css');
table,tr,td
  {
    border-collapse:collapse;
    margin:0em;
    padding:0em;
    color: #000000;
  }
 #main
  {
    position:absolute;
    bottom:0em;
  }
 body
  {
    margin-bottom:0em;
    margin-left:0em;
    margin-right:0em;
    padding:0em;
    background-color:#6d737e;
  }
 input
  {
    border-width:0.16em;
    border-style:solid;
    border-color:#000000;
    background-color:#9E9D9D;
  }
 input.field
  {
    width:6.25em;
  }
 a
  {
    color:#000000;
  }


 #backgroundlayer, #textposer, #topshadower, #bottomshadower
      {
        overflow: hidden;
        position: relative;
        left: +5%;
        width:18.78em;
        height:12.5em;
      }
      
      #backgroundlayer
      {
        background-repeat: no-repeat;
        background-image: url('../bilder/styleelements/background.png');
        z-index: 1;
      }

      #textposer
      {
        position:relative;
        z-index: 2;
        overflow: hidden;
        top:-12.188em;
        left:+1.125em;
        height:11.87em;
        color:#FFFFFF;
      }

      #topshadower
      {
        position: relative;
        top: -24.188em;
        left: +1.17em;
        height:3.5em;
        width:18.25em;
        z-index: 3;
        background-image: url('../bilder/styleelements/shadowertop.png');
      }

      #bottomshadower
      {
        position: relative;
        height:2.563em;
        top: -18.188em;
        left: +1.17em;
        width:18.25em;
        z-index: 3;
        background-image: url('../bilder/styleelements/shadowerbottom.png');
      }

#restofcontent  /*wrap rest of content of the page inside this div*/
 {
  clear: left;
 }
 
   html,body {
              height:99%;
}
#wrapper {
              position:relative;
              width:100%;
              min-height:100%;
              height:auto !important;
              height:100%;
              margin:0 auto -5em;
}
#footer2 {
              position:relative;
              width:100%;
              height:16em;
              margin:-15.625em 0 auto;
              background-image:url(../bilder/buttom.gif);
              background-repeat:repeat-x;
              clear:both;
}

  .mittig
  {
    width:18.75em;
    padding-left:40%;
  }
  .zeroindexed
  {
    z-index:1;
    text-align: center;
    border-width:0em;
    width:100%;
  }
  #logo
  {
    background-image:url(../bilder/loginbg.gif);
    background-repeat:no-repeat;
    height:12.688em;
    width:22.625em;
    text-align: center;
    z-index:1;
  }
  .leftformparts
  {
    width: 49%;
    float:left;
    text-align: right;
    padding-bottom:0.125em;
  }
  .rightformparts
  {
    float:right;
    text-align: left;
    width: 49%;
    padding-bottom:0.125em;
  }
  #submitbutton
  {
    text-align: center;
    width: auto;
    height: 3.125em;
    position:relative;
    margin-top:1em;
  }
  .centered
  {
    text-align: center;
    position: relative;
  }
  .centercolored
  {
    color: #333333;
  }
   .downlinks
 {
   text-decoration:none;
   color:#999900;
 }
 #tents
 {
   border-width: 0em;
   width:23em;
 }
 #blubb
 {
   background-color:#6B6D75;
   color: #000000;
   width:90%;
   height:11.25em;
   position:relative;
   top:-1.25em;
   left:16px;
 }
 #blubb2
 {
   position: absolute;
   bottom: 0.938em;
   right: 0em;
   display: block;
 }
 #lefted
 {
   float:left;
 }
 #version
 {
   color:#666600;
 }
 #emptyspacer
 {
   width:99%;
   visibility: hidden;
   text-align: center;
 }
 .blubb3
 {
   width:22.625em;
   height:12.688em;
 }
 
 .infobox
 {
   background-image: url('../bilder/styleelements/infobox.png');
   background-repeat: no-repeat;
   width:21.688em;
   min-width: 21.7em;
   padding-right:10em;
   margin-right:10em;
   height: 46.813em;
   position:absolute;
   left:1.25em;
   top:0.938em;
   float:left;
   z-index:1;
 }
 .infoboxcontent
 {
   top:35px;
   left:1.25em;
   width:90%;
   position:relative;
 }
 .inputbutton
 {
   left:30%;
   top:20%;
   position: relative;
 }
 
 #emptyspacer + div
 {
   font-size: 98%;
 }
 
 #flyingcontent
 {
   text-align:center;
   width:100%;
   visibility: hidden;
 }
 
 #clb
 {
   clear:both;
 }