﻿#wrapper {
	/* background-color:aqua; */
	width:810px;
}
#erste_spalte {
	/* background-color:yellow; */
	width:370px;
	float:left;
}
#zweite_spalte {
	/* background-color:lime; */
	margin-left:380px;
	width:auto;
}


