﻿
p {
	margin: 0.5em 0em;
}
#menu-6 {
	min-height: 20px;
	text-align: left;
}
#menu-6 a {
	text-decoration: none;
}
#menu-6 li {
	list-style: none;
}
body {
	--content-width: 1024px;
	--baustein-margin: 0 20px;
}
#cms_template {
	--bgcolor: white;
	--color: black;
	background: var(--bgcolor);
	color: var(--color);
	font-family: sans-serif;
	min-height: 100vh;
}