/* CSS zu index.php */

body{
     background-image: url(img/entry_main.jpg);
     background-repeat: no-repeat;
     height: 100%;
     width: 100px;
     margin: 0px;
     font-family: tahoma;
     }
div.right {
	  position: absolute;
	  right: 20px;
	  top: 30px;
	  left: 750px;
	  text-align: center;
	  color: white;
	  font-size: 8pt;
	  letter-spacing: 1;

}

div.right img{
          margin-bottom: 5px;
}


/* div.strip1{
	  position: absolute;
	  right: 20px;
	  top: 60px;
	  left: 770px;
	 }
div.strip2{
	  position: absolute;
	  right: 20px;
	  top: 185px;
	  left: 770px;
	 }
div.strip3{
	  position: absolute;
	  right: 20px;
	  top: 310px;
	  left: 770px;
	 }
	 
div.strip4{
	  position: absolute;
	  right: 20px;
	  top: 425px;
	  left: 770px;
	 }	 */

div.enter{
	  position: absolute;
	  left: 220px;
	  margin-top: 470px;
	 }
a, a:active, a:visited, a:hover{
	  color: #D3E0F8;
	  text-decoration: none;
	  font-size: 9px;
	  letter-spacing: 2px;
	  font-family: tahoma;
	  }
