
.hintergrund
{
  position:absolute ;
  z-index:0 ;
  top: 0px ;
  left: 0px ;
  bottom: 0px ;
  right: 0px ;
  overflow:hidden ;
//  border: SOLID 2px blue ;
}

.vollbild
{
  overflow:hidden ;
  width: 100% ;
  height: 100% ;
}

.vollbild99
{
  overflow:hidden ;
  background: transparent ;
  width: 99% ;
  height: 99% ;
}

.titelbild
{
  position:absolute ;
  z-index:10 ;
  top: 5% ;
  left: 70% ;
//  bottom: 50% ;
  right: 0% ;
  overflow:hidden ;
  padding:10px ;
//  border: SOLID 2px blue ;
}

.schattenbox
{
  box-shadow: 2px 3px 2px 2px #333 ;
}

.menueleiste
{
  position:absolute ;
  z-index: 8 ;
  top: 10% ;
  left: 0% ;
  right: 0% ;
  height:15% ;
  overflow:hidden ;
  padding:0px ;
  border-bottom:2px SOLID black ;
//  border: SOLID 2px blue ;
}

.menueleiste_txt
{
  position:absolute ;
  z-index: 9 ;
  top: 20% ;
  left: 20% ;
  right: 30% ;
  height: 5% ;
  overflow:hidden ;
  padding:0px ;
//  border: SOLID 2px blue ;

  color:#FFFFCC ;
  text-align: center ;
  font-family: arial ;
  font-size: 16px ;
  font-weight:100 ;
  text-shadow:black 2px 2px 3px ;
}

a
{
  color:#FFFFCC ;
  text-align: center ;
  font-family: arial ;
  font-size: 16px ;
  font-weight:100 ;
  text-shadow:black 2px 2px 3px ;
  text-decoration:none ;
}
a:hover
{
  color:#AAAA88 ;
  font-weight:900 ;
}

.impressum
{
  position:absolute ;
  z-index: 20 ;
  right: 10px ;
  bottom: 5px ;
  height: 20 ;
  overflow:hidden ;
  padding:0px ;
//  border: SOLID 2px blue ;

  color:#FFFFCC ;
  text-align: right;
  font-family: arial ;
  font-size: 16px ;
  font-weight:100 ;
  text-shadow:black 2px 2px 3px ;
}

.main_frame
{
  position:absolute ;
  z-index: 20 ;
  top: 35% ;
  left: 10% ;
  bottom: 5% ;
  width: 90% ;
//  overflow:hidden ;
  padding:0px ;
//  border: SOLID 2px blue ;
  background: transparent ;
}

.main_text
{
  position:absolute ;
  z-index:0 ;
  top: 0px ;
  left: 0px ;
  bottom: 0px ;
  right: 5px ;
//  overflow:hidden ;

  color:#FFFFCC ;
//  width:90% ;
  text-align: center ;
  font-family: arial ;
  font-size: 20px ;
  font-weight:lighter ;
  padding-right:40% ;
  text-shadow:black 2px 2px 3px ;
//  border: SOLID 2px red ;
}


.vorschau
{
  position:absolute ;
  z-index: 20 ;
  top: 0px ;
  right: 5% ;
  bottom: 0px ;
  width: 25% ;
  overflow:hidden
  padding:0px ;
  padding-right:0px ;
//  border: SOLID 2px blue ;
}

.hires
{
  position:fixed ;
  z-index: 20 ;
  top: 0px ;
  left: 5% ;
  bottom: 0px ;
  width: 60% ;
  overflow:hidden
  padding:0px ;
  padding-right:0px ;
//  border: SOLID 2px red ;
}
