body {
		background: #1e3c47 url(../grafiken/bg.jpg) repeat-x;
		text-align: center;
		margin: 0;
		font-size: 11px;
		color: #eee;
		line-height: 15px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}
	
	a {
		color: white;
		text-decoration: none;
	}
	
	a:hover {
		color: #eee;
	}
	
	#logo {
		position: absolute;
		top: 0px;
		width: 254px;
		height: 82px;
		left: 50%;
		margin-left: -127px;
		background: url(../grafiken/logo.jpg);
	}
	
	#container {
		width: 600px;
		margin-top: 150px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#text {
		float: left;
		width: 254px;
		min-height: 200px;
		height: auto !important;
		height: 200px;
		text-align: left;
		border-left: 1px dotted #eee;
		padding-left: 30px;
		margin-left: 30px;
	}
	
	#more {
		float: left;
		width: 150px;
		min-height: 200px;
		height: auto !important;
		height: 200px;
		text-align: right;
	}
	
		#more a {
			display: block;
		}
