

/* =============================================================
   eigene Klassen und Formatierungen
  ============================================================= */

.colset {
		max-width: 700px;
}
.colset:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: left;
}
.col1of2 {
	max-width: 700px;
}
.col2of2 {
	max-width: 700px;
}
.col2of2 + div {
	clear: left;
}










