@charset "utf-8";
/* ~~ 2 Spalten Layout schmale Spalte links ~~ */

	/* sidebar 1 - siehe hugo-auskleidung-base.css */




.content {
		width: 820px;
		float: left;
		padding-top: 30px;
}
.sidebar2 {
		visibility: hidden;
		font-size: 1px;
		height: 0px;
}
