@charset "UTF-8";
/* Reset
--------------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scrollbar-width: thin;
	scrollbar-color: #ccc #eee;
}
/* Globals und Typo 
--------------------------------------------------------------------------------------- */

html>body {
	font-size: 12px;
}

a:link {
	color: #006;
	text-decoration: none;
}

a:visited {
	color: #006;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border: dotted 1px;
}

/* Vertikaler Rhythmus basierend auf 12px Basisgröße für den Fließtext
--------------------------------------------------------------------------------------- */
p, table, li {
	font: 1em/1.5em Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li {
	margin-left: 1.5em;
	padding-left: 0em;
}

ul {
	list-style: square;
}

ol {
	list-style: none;
}
kbd {
    margin-left: -1.5em;
    margin-right: 0.2em;
}

h1 {
	font: 1.67em/1.1em Verdana, Tahoma, Arial, sans-serif;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

h2 {
	font: 1.5em/1.2em Verdana, Tahoma, Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font: 1.33em/1.13em Verdana, Tahoma, Arial, sans-serif;
	margin-top: 1.13em;
	margin-bottom: 1.13em;
}

h4 {
	font: 1.17em/1.29em Verdana, Tahoma, Arial, sans-serif;
    margin-right: 0.4em;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
	margin-right: 0.4em;
}

hr {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

fieldset, .outline, .kal {
    border: outset 1px #999;
    margin: 0;
    background-color: #fff;
}

select {
	appearance: none;
	border: outset 1px #ddd;
	padding: 0.1em 1.2em 0.1em 0.1em;
	background: url(/default/dn.gif) right no-repeat #eef;
}

option {
	background-color:#fff;
}

input[type=text], input[type=password], textarea {
    padding: 0.1em;
	border: outset 1px #ddd; 
}

input[type=checkbox] {
	accent-color: #dfd;
}

input[type=submit], input[type=file], button {
	font: 100% Tahoma;
	padding: 1px 4px;
	border-radius: 0.5em;
	border: solid 1px #999;
	background: linear-gradient(to bottom, #fff, #ccc);
}

/* Bilder und verlinkte Bilder ohne Rahmen 
--------------------------------------------------------------------------------------- */
img, a img {
	border: 0;
}

/* Links- bzw. Rechtsausrichtung für Elemente
--------------------------------------------------------------------------------------- */
.left {
	text-align: left;
	font-size: smaller;
}

.right {
	text-align: right;
	padding-left: 0.5em;
    white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

.column {
	width: 50%;
	float: left;
}

.register {
	border-radius: 0.5em 0.5em 0 0;
	border: solid 1px #999;
	border-bottom: none;
}

.large {
	font-size: 1.15em;
}

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: #eee;
}

#wrapper {
	position: relative;
	border: outset 2px #ddd;
	width: 88em;
	background-color: #fff;
	margin: 0.1em auto;
}
#header {
	position: relative;
	height: 9em;
	border-bottom:solid 2px #ccc;
}
#headline {
	position: relative;
	top: 25%;
	font: 2.3em Tahoma;
	text-align: center;
}

#logo {
	position: absolute;
	right: 0;
	height: 100%;
	max-width: 25%;
}
#headitems {
	position: absolute;
	right: 1em;
	bottom: 1.5em;
	text-align: right;
}
#print {
	position: absolute;
	right: 19em;
	top: 9.8em;
}
#menue {
	position: absolute;
	top: 7.5em;
	right: 0;
	cursor: pointer;
	display: none;
}
#title {
	font: 1.67em/1.1em Verdana, Tahoma, Arial, sans-serif;
	margin: 0.8em 0 0.8em -1.5em;
	width: 85%;
	color: #050;
}
#content {
	margin: 0 0.7em 0 3em;
	width: 65em;
	min-height: 44em;
	float: right;
}
#aside {
	position: relative;
	z-index: 3;
	width: 18em;
	background-color: #fff;
	margin: 0.5em 0.5em 0 0;
	float: right;
}
#footer {
	clear: both;
	background-image: linear-gradient(180deg, #eee, #ccc);
	border-top: solid 1px #999;
	padding-top: 0.2em;
	height: 5em;
	text-align: center;
}
@viewport {
	width: device-width;
	zoom: 1.0;
}
@media only screen and ( max-width: 62.5em ) {
	#wrapper {
		margin: 0;
	}
}
@media only screen and ( max-width: 57.5em ) {
	#wrapper {
		width: 75em;
	}
	#aside {
		display: block;
	}
	#title {
		margin-left: 0;
	}
	#content {
		margin: 0;
		width: 54.5em;
	}
}
@media only screen and ( max-width: 45em ) {
	#wrapper {
		width: 53em;
	}
	#header {
		height: 7em;
	}
	#headline {
		font-size: 1.7em;
	}
	#headitems {
		right: 0;
	}
	#aside {
		position: absolute;
		z-index: 1;
		display: none;
		top: 7.5em;
		right: 0;
		margin-right: 0;
	}
	#updn {
		display: none;
	}
	#menue {
		display: block;
		top: 5.25em;
	}
	#print {
		right: 0;
		top: 9.5em;
	}
	#content {
		width: 100%;
	}
}
@media only screen and ( max-width: 24.5em ) {
	#wrapper {
		width: 30em;
	}
	#header {
		height: 3.5em;
	}
	#headline {
		font-size: 1.3em;
	}
	#headitems {
		font-size: 0.7em;
	}
	#menue {
		top: 2.5em;
	}
	#print {
		top: 5.5em;
	}
	#title {
		font-size: 1.3em;
	}
	.column {
		width: 100%;
	}
}
.urlextern {
	background-image: url(/default/ext-link.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 18px;
	font-weight: bold;
}
.email {
	background-image: url(/default/email.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 20px;
}
.phone {
	background-image: url(/default/phone.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 18px;
}
summary::marker {
    color: darkblue;
    font-size: 125%;
}
.bold { font-weight: bold; }
.zehntel { width: 10%; }
.fuenftel { width: 20%; }
.viertel { width: 25%; }
.drittel { width: 33%; }
.haelfte { width: 50%; }
.zweidrittel { width: 66%; }
.dreiviertel { width: 75%; }
.dotted { border: dotted 1px; }
.nav { line-height: 1.6em; font-size: 1em; border: solid 1px #bbb; margin: 0.1em 0 0.1em 0.75em; padding-left: 0.2em; }
.nav a { margin-left: 0.5em; }
.trow, .light { background-color: #f9f9f9; }
.trow:nth-child(2n+2) { background-color: #ddd; }
.trow:hover { background-color: #cfc; }
.top { min-height: 2em; font-size: 1em; border: outset 1px #ddd; background-color: #fff; 
                  margin: 0.1em 0 0.1em 1em; padding-left:0.2em; }
.box { min-height: 1.5em; font-size: 1em; margin: 0 0 0 1em; }
input:focus, textarea:focus { border-color: #333; }
.top:hover { border: inset 1px #ddd; }
.high:hover, .kal td:hover { background-color: #cfc; }
.ggrad { background: linear-gradient( to bottom, #fff, #bfb ); }
.tgrad { background: linear-gradient( to bottom, #f0f0ff, #ccf ); }
.vgrad { background: linear-gradient( to bottom, #fff, #ccd ); }
.outline { border:1px outset #ddd; }
.marker  {  background-color: #ffb; }
.alter      { background-color: #ccf; }
.nocol     { background-color: #fff; }
.nocol:hover { background-color: #cfc; }
.head      { background-color: #fca; }
.green      { background-color: #bfb; }
.lfloat   { float: left; margin-right: 0.8em; margin-bottom: 0.5em; }
.rfloat   { float: right; margin-left: 0.8em; margin-bottom: 0.5em; }
.nop { }
.onp { display: none }
.box a:link, .box a:visited { color: #000; font-weight: normal; }
.box a:hover { background-color: #594; color: #fff; text-decoration: none; }
.drop { position: relative; display: inline-block; }
.down { position: absolute; z-index: 1; display: none; }
.drop:hover .down { display: inline-block; }
.edit        { vertical-align:top; border:none; }
.list         { margin-right: 0.2em; vertical-align: bottom; border: none }
#sidebar li { list-style: none; margin: 0 0 21px 3px; }
#sidebar a:link, #sidebar a:visited { color: #000; font-size: 1.2em; }
