				* {
				margin:0;
				padding:0;
				}
			
				body {
				background-color: #0e111a;
} 

			
			
				#mitte {
				position:relative;
				margin-right: auto;
				margin-left: auto;
				z-index:1;
				}
				
				#auswahl {
				position:relative;
				top:-100px;  
				z-index:100;
				}
				
				.item2 {
				opacity: 0.5;
				margin-right: 20px;
				cursor:pointer;
				}
				
				.item2:hover{
				opacity: 1;
				cursor:pointer;
				}
				

				
				p.leer {
				font-size:4px;
				}
				
				a:link {
				color:#808080;
				text-decoration:none;
				}

				a:hover {
				text-decoration:underline;
				}
				
				a:active {
				color:#d4d1af;
				}
				
				a:visited {
				color:#808080;
				text-decoration:none;
				}
				
				p {
				font-family: 'Roboto Slab', helvetica, serif;
				font-size:12px;
				color:#d4d1af;
				}
				
				
				h2 {
				font-family:  helvetica, serif;
				font-size:18px;
				color:#d4d1af;
				}
				
