/* ************************************************************************** */

@import url("font-source-sans-pro.css");

/* ************************************************************************** */

html,
body {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color: #000;
}
body {
	margin: 4rem 1rem 4rem 1rem;
}

/* Links */

a {
	color: #e64110;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a[name]:hover {
	text-decoration: none;
}

a.anchor {
	/*
	Hier die Höhe des fixierten Seitenheaders plus etwas Spielraum angeben, damit bei
	einem Anker die Überschrift nicht hinter dem Seitenheader versteckt ist.
	*/
	padding-top: 60px;
}

/* Überschriften */

h1 {
	padding: .2rem 0 .2rem 0;
	margin: 1rem 0;
	color: #e64110;
	font-size: 2rem;
}
h1 a {
	color: #e64110;
}

h2 {
	padding: .2rem 0 .2rem 0;
	margin: 1rem 0;
	color: #e64110;
	font-size: 1.4rem;
	text-transform: uppercase;
}
h2 a {
	color: #e64110;
}

h3 {
	margin: 1rem 0;
	color: #e64110;
	font-size: 1.2rem;
}
h3 a {
	color: #e64110;
}

h4 {
	padding: .2rem 0;
	margin: 1rem 0 .3rem 0;
	font-size: 1.1rem;
	color: #666;
	font-variant: small-caps;
}

/* Allgemeine Klassen */

strong.highlight {
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

.deprecated {
	/*color: #666;*/
	/*text-decoration: line-through;*/
	background-color: #fcc !important;
	border: dotted 1px #c00 !important;
}
.deprecated:before {
	content: '[veraltet]';
	float: right;
	color: #800;
	font-style: italic;
	font-weight: normal;
}

pre.highlight {
	position: relative;
	border: solid 1px #999;
	background-color: #f8f8f8;
	z-index: 1;
	max-height: 5rem;
	overflow: hidden;
}
pre.highlight.open {
	max-height: none;
	overflow: auto;
}

pre.highlight button.switch {
	position: absolute;
	right: 1px;
	top: 1px;

	border: solid 0 #000;
	background-color: #e64110;
	box-sizing: border-box;
	color: #fff;

	z-index: 2;
}

/* Auszeichnungen */

q {
	/*font-family: "Courier New",monospace;*/
}
q:before {
	content: "»";
}
q:after {
	content: "«";
}
q.objectName {
}
q.propertyName {
	text-decoration: underline;
}
q.propertyValue {
	text-decoration: underline;
}

/* Seitenheader */

body > header.page {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: solid 2px #000;
	height: 40px;
	background-color: #e64110;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
	z-index: 10;
}
body > header.page > div.head {
	position: absolute;
	left: .2rem;
	top: .2rem;
	font-size: 180%;
	font-weight: bold;
	color: #fff;
}
body > header.page > div.head a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
body > header.page > div.authentication {
	position: absolute;
	right: .5rem;
	bottom: .5rem;
	color: #fff;
}

body > header.page > div.authentication span.message {
	display: inline-block;
	margin-right: 2rem;
	color: #fff;
	font-weight: bold;
}
body > header.page > div.authentication label {
	color: #fff;
	font-weight: bold;
}
body > header.page > div.authentication input {
	width: 120px;
	height: 26px;
	padding: .4rem;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, .6);
	border: solid 0 #e64110;
}
body > header.page > div.authentication button {
	width: 80px;
	height: 26px;
	padding: .2rem;
	color: #e64110;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
	border: solid 0 #e64110;
}

/* Seitenfooter */

body > footer.page {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: solid 2px #000;
	height: 30px;
	background-color: #e64110;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
	color: #fff;
	z-index: 10;
}
/*body > footer.page div.left {
	float: left;
	padding: .3rem;
	white-space: nowrap;
	overflow: hidden;
}
body > footer.page div.center {
	text-align: center;
	padding: .3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
body > footer.page div.right {
	float: right;
	padding: .3rem;
	white-space: nowrap;
	overflow: hidden;
}*/
body > footer.page div.left {
	padding: .3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
body > footer.page div.right {
	float: right;
	padding: .3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
body > footer.page a[href^="mailto:"] {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* Seite */

section.page {
}

/* Hauptinhalt */

section.page main {
}

/* Standardformular */

section.page main form.default {
}
section.page main form.default fieldset {
	margin: 0;
	padding: .5rem;
	background-color: #eee;
	box-sizing: border-box;
	border: solid 1px #999;
}
section.page main form.default fieldset div {
	position: relative;
	margin: .3rem 0;
}
section.page main form.default fieldset div label {
	position: absolute;
	top: .2rem;
}
section.page main form.default fieldset div input {
	margin-left: 120px;
	width: auto;
}
section.page main form.default fieldset div input.short {
	width: 100px;
}
section.page main form.default fieldset div input.medium {
	width: 200px;
}
section.page main form.default fieldset div input.long {
	width: 500px;
}
section.page main form.default fieldset div.buttons {
	margin-left: 120px;
}
section.page main form.default fieldset div.buttons button {
	min-width: 100px;
}

/* Hinweisbox */

aside.notification {
	box-sizing: border-box;
	margin: 1rem 0;
	border: solid 1px #000;
	background-color: #ffd;
}
aside.notification > header > *:first-child {
	margin-top: 0;
	padding-top: 0;
}
aside.notification > header > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
aside.notification > header {
	padding: .5em 1em;
	border-bottom: solid 1px #000;
}
aside.notification > p,
aside.notification > div {
	margin: 1em;
}
