@charset "utf-8";
/* CSS Document */

body {
	background:#000000;
    	color: #000000;
    }
.index #container {
    	width: 100%;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
        height:400px;
    	background-color:#000000;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		font:"Bitstream Vera Sans Mono";
}


.index #pic {
   position:relative;
   left:25%;
   top:25%;
   width:491px;
   height:139px;
	}
	
.index #enter {
	position:relative;
	top:5%;
	left:88%;
	font-size: 18px;
	color:#FFFFFF;
	height:50px;
	width: 150px;
}

.index A:link {text-decoration: none; color:#FFFFFF}
.index A:visited {text-decoration: none; color:#FFFFFF}
.index A:active {text-decoration: none; color:#FFFFFF}
.index A:hover {text-decoration: none; }

