html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend /*,
table, caption, tbody, tfoot, thead, tr, th, td */ {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* per Default kein Focus, auf Wunsch gezielt setzen */
	outline: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal inside;
}
ul.abstand>li, ol.abstand>li {
	padding-top: 5px;
}
body {
	color: #333;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.3;
}
i, em, cite, blockquote {
	font-style: italic;
}
sup {
	vertical-align: super;
	font-size: 80%;
}
h1, h2, h3, b, strong, .b, .bold {
	font-weight: bold;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
input.text, textarea {
	border-radius: 4px;
	border: 1px #999 solid;
	padding: 2px;
	background: #fff;
	font-size: 95%;
	font-family: inherit;
	margin: 0;
	color: #333;
}
input.text:focus, textarea:focus {
	border-color: #c33;
}
textarea {
   overflow: auto;
   vertical-align: top;
}
a {
	text-decoration: none;
	color: #c33;
}
a:focus {
	background-color: #ffe;
}
a:hover {
	background-color: #ccc;
}
.akt a {
	color: #053fae;
}
.akt a:hover {
	background: none;
}
.clear {
	clear: both;
}
.abstu {
	margin-bottom: 0.7em;
}
.klabstu {
	margin-bottom: 0.35em;
}
.noabstu {
	margin-bottom: 0px !important;
}
.absto {
	margin-top: 0.7em;
}
.klabsto {
	margin-top: 0.35em;
}
.noabsto {
	margin-top: 0px !important;
}
.emptyline {
	height: 1px;
}
.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
.info {
	background: #9f9;
	padding: 5px;
	font-weight: bold;
}
.warning {
	background: #ff9;
	padding: 5px;
	font-weight: bold;
}
.error {
	background: #f99;
	padding: 5px;
	font-weight: bold;
}
.invalid-link {
	color: red;
	background: yellow;
}
.invalid-cmd {
	font-weight: bold;
	background: orange;
}
.onlyjs {
	display: none;
}
.float-left {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: left;
}
.float-right {
	display: block;
	float: right;
	margin-left: 10px;
	text-align: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.relative {
	position: relative;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.line-through {
	text-decoration: line-through;
}
#mitte {
	position: relative;
	background: #f9f9f9;
	border: groove 3px #999;
	border-radius: 15px;
	padding: 15px;
	float: left;
}
#mitte.mitte-top-auto {
	float: none;
	margin: 20px auto;
}
html { overflow: scroll; }
.copyleft {
   display:inline-block;
   transform: rotateY(180deg);
}
