@charset "utf-8";
/* CSS Document */
html, body  {
font: 95% Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
height:100%;
}



/*Graphikpositionen*/


				#intro{
				position:absolute;
				left: 50%;
				top:50%;
				margin-left: -400px;
				margin-top: -300px;	
				align: center;			
				}

/*Links*/

				a:link {					/*normale Links*/
				text-decoration: underline;
				color:white;
				font-size: 1em;
				}
				a:active {
				background-color:white;
				color:black;
				text-decoration: underline;
				}
				a:visited {
				text-decoration:underline;
				color:white;
				}
				a:hover {
				background-color:white;
				color:black;
				text-decoration: none;
				}
				
				
				
