*{
	margin:0;
	padding:0;
	}
	
body {
	overflow: hidden;
    zoom: 0.5;	
}
	
.enter{ 
 	position: absolute; 
        margin-left: -155px; 
        margin-top: -320px; 
        left: 50%; 
        top: 50%; 
	z-index: 2;
    background-image:url(../bilder/enter.png);
    width:310px;
    height:560px;
         }

#blocker {
	position: absolute; 
        margin-left: -155px; 
        margin-top: -320px; 
        left: 50%; 
        top: 50%; 
	z-index: 1;
    width:300px;
    height:550px;
    display:none;
}

#enter:hover #blocker {
	display:block;
}

#spektrum{
	position: absolute; 
        width: 310px; 
        height: 560px; 
        margin-left: -155px; 
        margin-top: -320px; 
        left: 50%; 
        top: 50%; 
	z-index: 0;
	}
	
#index_l {
	position: absolute;
	left: 0px;
	z-index: 5;
}

#index_r {
	position: absolute;
	right: 0px;
	z-index: 5;
}

#links{
    position: absolute;
    text-align: center;
    bottom: 50px;
    width: 100%;
    font: 16pt Futura, Avant-Garde, Avenir, Sans-Serif;
    color: #ccc;
}

#links a{
    text-decoration: none;
    color: black;
}








