* {
		padding:0px;
		margin:0px;
		}
body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color:#000; 
		background-color: #FFF; 

}
#inhalt { 	
		position:absolute;
		height:470px;
		width:500px;
		margin:-235px 0px 0px -250px;
		top: 50%; 
		left: 50%;  
		text-align: center;
		background-color: #FFF;
		border: 1px solid #A1A2A2;
		overflow: auto;
}
p {
	margin: 20px 0 0 0;
	}
a {
	color:#000;
	texxt-decoration:underline;
	}
a:active {
	color:#000;
	}
a:visted {
	color:#000;
	}

