body {
	background-color:#fff; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	text-align:left;
	color: #099;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 28px;	
	text-align: center;
	font-weight:300;
}
img {
	max-width: 100%; 
	height: auto;
}
a {
	color:#099;
	font-weight: normal;
	text-decoration: underline;
}
a:focus { 
	outline: none;
}
h1 {
//	color: #cc6633;
	font-weight: 300;
	font-size: 48px;
	line-height:50px;
}
strong {
	font-weight: 700;
}
h1.slogan {
	//color: #4c4b4a;
	font-weight: 300;
	font-size: 40px;
	line-height:42px;
	font-style: normal;
}
h2 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
	margin-top:0;
	padding-top:0;
}
ul {
	margin: 0px 0 4px 0;
}
li {
	margin: 6px 0 6px 0;
}
.oben,
.unten,
.zeile {
	display: block;
	position:relative;
	width: 100%;
	margin:0;
	padding:0;
}
.oben {
	background-image: url(bg-o.png);
	background-repeat: reapeat-x;
	height:80px;
}
.unten {
	background-image: url(bg-u.png);
	background-repeat: reapeat-x;
	height:80px;
}
.navi1 {
	display: block;
	margin: 50px 0 10px 0;
	background-color: #fff;
	padding:0;
}
.navi {
	display: block;
	margin: 10px 0 50px 0;
	background-color: #fff;
	padding:20px 0 20px 0;
	background-color: #f5f4d9;
	border-top: 1px solid #bcb700;
	border-bottom: 1px solid #bcb700;
}
.navi1 a,
.navi a {
	display: inline-block;
	width: 200px;
	padding: 10px 0px 10px 0px;
	margin: 2px 1px 2px 1px;
	color: #fff;
	background-color: #bcb700;
	font-size: 20px;
	font-weight:300;
	text-decoration: none;
	line-height: 22px;
	text-transform:uppercase;
}
.navi1 a:hover,
.navi a:hover {
	background-color: #003854;
}
.navi1 a.blau {
	background-color: #003854;
}
#start p {
	font-size: 26px;
	line-height: 28px;
}
.klammer {
	display: block;
	margin: 0 auto;
	max-width: 942px;
	padding:40px;
	border:1px solid #bcb700;
	background-color: #fcfbe4;
	text-align:left;
}
details{}
summary{padding:1rem;font-size:18px;cursor:pointer}.klappe{padding:1rem 1rem 1px 1rem;font-size:16px}details[open] summary~*{animation:sweep .7s ease-in-out}@keyframes sweep{0%{opacity:0;margin-left:-20px}100%{opacity:1;margin-left:0}}
