﻿body
{
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

#inner
{
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow:hidden;
}

h1 
{
  display: none;
}

#Lotos, #LotosVG
{
  position: absolute;
  display: block;
  top: 220px;
  margin-left: 22%;
}
#Lotos   {z-index:0;}
#LotosVG {z-index:2;}

ul
{
  position:relative;
  margin-top: 540px;
  margin-left: -20px;
  z-index:2;
}

li
{
  background-position: left center;
  display: inline;
  background-image: url('Bilder/Kugel.png');
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-bottom: 5px;
}
li:first-child
{
  background-image: none;
  margin-left: 0px;
}

a 
{
  text-decoration: none;
}
a:link, a:visited
{
  color: #DA4800;
}
a:active, a:hover
{
  color: #FBC000;
}

li img
{
  position:absolute;
  display: none;
  z-index: 1;
}
li .Logo 
{
  margin-top: -540px;
  left: 385px;
}
li:hover .Logo
{
  display:block;
}

/*#TantraLink { padding-left:10000px; background-image: url('Bilder/TantraText.png')}*/

#Impressum 
{
  display: block;
  position: absolute;
  vertical-align:bottom;
  text-align:center;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 0.55em;
  width: 100%;
}