* {
		padding:0px;
		margin:0px;
		}
body {
		font-family:"Times New Roman", Times, serif;
		font-size: 1.6em;
		color:#000; 
		background-color: #FFF; 

}
#inhalt { 	
		position:absolute;
		height:425px;
		width:600px;
		margin:-212px 0px 0px -300px;
		top: 50%; 
		left: 50%;  
		text-align: left;
		background-color: #EAE8F4;
		border: 1px solid #C31924;
		overflow: auto;
}
p {
	margin: 10px 0 0 10px;
	}
.logo {
	float:left;
	margin-right:30px;
	margin-bottom:20px;
	}
.head {
		font-weight:bold;
		margin:28px 0 0 0;
		}
.clear {
		clear:left;
		text-align: center;
		}
.mail {
		text-align: center;
		font-weight:bold;
		margin: 25px 0 0 0;
		}
a {
		text-decoration: underline;
		color:#000;
		}