/*index - Startseite*/


#abstand {
    float: left;
    margin-bottom: -14em;
    width: 1px;
}
#content {
	clear: left;
	height: 28em;
	margin: 0 auto;
	width: 750px;
	height: auto;
	position: relative;
	background-color: rgba(102,102,102,0.5);
	padding: 10px 30px 30px 30px;                    /*erster ist top, zweiter ist right, dritter ist bottom, vierter ist left */
	float: center;
}
