:root {
	--ffam: verdana, arial, helvetica, sans-serif;
	--fsize: 12px;
	--font-weight: normal;
	--acol: #326a61;
	--ahovercol: #46160c;
}

body {
  background: white;
}


pre { font-family: monospace; }
a:hover, .menue-aktiv a, a:hover * {
   color: var(--ahovercol);
   background: none;
}
table {
	width: 100%;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	table-layout: fixed;
	clear: left;
}
th {
	font-weight: bold;
}
td, th {
	border-width: 1px;
	padding: 2px 5px;
	border-style: inset;
	border-color: #CCC;
	text-align: left;
	vertical-align: middle;
}
th.c, td.c {
	text-align: center;
}
#content {
	background: white;
	margin: 20px;
}
.clear {
	clear: both;
}
.lngakt {
	border: 3px solid black;
	padding: 2px;
}
.lngopt {
	border: 3px solid #FFF;
	padding: 2px;
	background: #EEE;
}
a:hover .lngopt {
	border: 3px solid #46160c;
}
b a {
	font-weight: bold;
}
.strg {
	float: left;
	margin: 20px 50px 20px 0;
}
.strg .label {
	font-weight: bold;
	font-size: 150%;
}
input {
	border-radius: 4px;
	border: 1px #999 solid;
	padding: 2px;
	background: #fff;
	width: 200px;
}
input:focus {
	border-color: #c33;
}
.jsonly {
	display: none;
}
.oben img {
	float: left;
	display: block;
	margin-right: 20px;
}
.oben h1 {
	float: left;
	font-size: 2em;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.oben h1 a {
	font-weight: bold;
	font-size: inherit;
	font-weight: bold;
}
.oben p {
	clear: left;
	font-size: 15px;
}
.oben p a {
	font-size: 15px;
	font-weight: bold;
}
