body
  {
    background-color : #000000;
    font-family : helvetica,verdana,arial,sans-serif;
    font-size : 20px;
    text-align : center;
  }

table, tr, td, button, form, input
  {
    margin:0px;
    padding:0px;
  }

button
  {
    border:0px;
    background-color:transparent;
  }

#main
  {
    position : relative;
    width : 600px;
    height : 480px;
    margin : 30px auto;
    padding : 0px;
    font-size : 1.0em;
    text-align : center;
    color : #aaaaaa;
    background-image : url(../pics/titel.jpg);
    background-position : center top;
    background-repeat : no-repeat;
  }

#panel
  {
    position:absolute;
    bottom:30px;
    right:0px;
    z-index:250;
    text-align : center;
    border : 1px solid #aaaaaa;
    background-image : url(../pics/system/panel_back.gif);
  }
  
#flagpanel
  {
    position:absolute;
    bottom:30px;
    left:0px;
    z-index:260;
    text-align : center;
    border : 1px solid #aaaaaa;
    background-image : url(../pics/system/panel_back.gif);
  }

#menupanel
  {
    border : 1px solid #aaaaaa;
    background-image : url(../pics/system/panel_back.gif);

    position:absolute;
    width : 120px;
    top : 0px;
    left : 0px;
    z-index:250;
  }

#menupanel button
  {
    background-color : #dddddd;
    color : #000000;
    border : 1px solid #aaaaaa;

    margin : 5px 0px 5px 0px;
    padding : 0px;
    width : 100px;
    height : 30px;
    font-size : 0.6em;
    overflow : hidden;
    cursor : pointer;
  }

  
#infopanel
  {
    position:absolute;
    top:0px;
    right:0px;
    width : 120px;
    background-image : url(../pics/system/panel_back.gif);
    border : 1px solid #aaaaaa;
    z-index:250;
  }
  
#infopanel td
  {
    font-size : 12px;
    color : #ffffff;
    text-align : right;
  }
  
#bumm, #ausgang
  {
    position:absolute;
    top:130px;
    right:150px;
    width : 300px;
    height : 200px;
    background-image : url(../pics/system/panel_back.gif);
    border : 1px solid #aaaaaa;
    color : #ffffff;
    z-index:250;
  }

