@CHARSET "UTF-8";

	body {
		margin: 0px;
		padding: 0px;
		font-family:  Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align:center;
		color: #646567;
		letter-spacing: -0.01em;
	}
	
	div#content {	
		width: 1024px;
		height: 440px;
		margin: 0px auto;
		padding-top: 210px;
		background: #ffffff url(start.jpg) no-repeat top center;		
		text-align:left;
	}
	
	p {
		width: 500px;
		padding-left: 186px;
		padding-bottom:8px;
	}
	
	.small {
		font-size: 13px;
	}
	
	ul {
		font-size: 13px;
		padding-left: 186px;
		list-style-type: none;
		color: #4b4b4d;
		padding-bottom: 20px;
	}
	
	a {
		color: #a3abb1;
		text-decoration: none;
	}
	
	#impressum {
		font-size: 11px;
		position: absolute; 
		top: 592px;
	}
