﻿/* Elemente */


/* Klassen */


/* IDs */
#ContentInhaltLinkeSpalte {
	background-color: blue;
	width: 45%;
	float: left;
	margin-bottom: 10px;
}

#ContentInhaltRechteSpalte {
	background-color: yellow;
	width: 45%;
	margin-left: 5%;
	float: left;
	margin-bottom: 10px;
}
