* {
		padding:0px;
		margin:0px;
		}
body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		color:#000; 
		background-color: #FFF; 

}
#inhalt { 	
		position:absolute;
		height:640px;
		width:580px;
		margin:-320px 0px 0px -290px;
		top: 50%; 
		left: 50%;  
		text-align: left;
		background-color: #FCF3BC;
		border: 1px solid #A1A2A2;
		overflow: auto;
}
#footer {
		position: absolute;
		width: 580px;
		height: 120px;
		bottom: 0px;
		margin: 0;
		padding: 0;
		border: 0;
		background: #000 url(footer.jpg) 0 0 no-repeat;
}
.logo {
		margin: 10px 25px 20px 10px;
		float: left;
		}
.adress {
		text-align:center;
		font-size: 1.6em;
		margin-top:10px;
		}
h1 {
	color:#C90D26;
	margin-top:40px;
	font-size: 1.6em;
	}
#center {
		clear:left;
		position:relative;
		background-color:#C90D26;
		width:580px;
		height:237px;
}
a {
	text-decoration: none;
	color:#000;
	}