  html, body {
	overflow: hidden; padding:0; margin:0; height:100%;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	text-decoration: none;
  }
  #z0div  { z-index: 0; }	#z0div img { width: 100%; height: 100%; border: 0; }
  #z1div  { position:absolute; top:0px; left:0px; z-index:1; height:100%; width:100% }

  #login  {
	position: absolute; left: 50%; top: 45%;
	width: 340px; height: 250px;
	margin-left:-170px; margin-top:-120px;
  }
  #Ueberschrift {
	position:absolute; left:30px; top:15px;
	font-size: 15px; font-weight: bold; color:white;
  }
  #Intro {
	position:absolute; left:28px; top:40px; font-size: 11px;
	text-align: justify; color:white;
	margin-right: 28px;
  }
  #waehlen {
	position:absolute; width:340px; left:0px; top:135px;
	font-size: 11px; text-align: center; color:white;
  }
  #v1link {
	position:absolute; width:140px; left:20px; top:152px;
	font-size: 12px; text-align: center; text-decoration: none; color:white;
  }
  #v2link {
	position:absolute; width:140px; left:180px; top:152px;
	font-size: 12px; text-align: center; text-decoration: none; color:white;
  }
  #vlinks {
	text-decoration: none; color:white; border: 0;
  }

  div#sidebar {
	width: 145px; height: 100%; padding: 0; float: right;
	text-align: left;
	/*background: #000000 url(bg_sidebar.jpg) repeat-y;*/
  }

  div#powlogo {
	width: 115px; height: 1px; padding: 0; float: right;
	text-align: left;
	margin: 0 auto;
  }

  div#icontabelle {
	position:absolute; width:600px; height:500px; top:10px; left:0px;
	z-index:2;
  }

  #icontabelle a {
	font-family: 'Lucida Grande', Verdana, Sans-Serif; font-size: 0.8em; text-decoration: none; color:white;
	padding: 0;
  }

  #icontabelle img {
	width:50; height:50; border:0;
  }

  #icontabelle td {
	width:90; height: 84; text-align: center; vertical-align: top;
  }

  #test {
  	z-index:1000;
	position: absolute;
	bottom: 10px;
  }
  #testimg {
  	z-index:1001;

  }