html, body {
	margin:0;
	padding:0;
	text-align:center;
	height:auto;
}

#aussen {
	width:756px;
	text-align:right;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}

#gesamt {
	width:676px;
	text-align:left;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:40px;
	padding-right:40px;
}

	#top {
		height:67px;
	}
	
	#nav {
		height:25px;
		margin-top:5px;
		margin-bottom:13px;
	}
		
	#mitte {
		width:520px;
		min-height:270px;
		min-height:250px!;
		float:left;
		margin-top:5px;
		margin-bottom:15px;
		padding-bottom:15px;
	}
		#box {
			padding:15px;
			padding-top:10px;
			padding-bottom:7px;
			margin-top:20px;
		}

	#rechts {
		width:118px;
		height:228px;
		float:right;
		margin-bottom:30px;
	}
	
	#bottom {
		text-align:right;
		padding-top:5px;
		clear:both;
	}
