/* skstyle - Stylesheet der Homepage Stefan Krauss */

body {
  color: black;
  background-color: white;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 1em;
  min-width: 41em;
  text-align: center;
}

#page {
  text-align: left;
  margin: 0 auto;
  width: 984px;
  padding: 0.5em;
  border: 2px ridge silver;
}

#titlebar {
  margin: 0 0 0.7em;
  padding: 0.5em 0.8em;
  text-align: left;
  background-color: #BB1E10;
  border-style: none;
}
#titlename {
  font-size: 1em;
  color: white;
  text-align: left;
}
#titlepart {
  font-size: 1.8em;
  font-weight: bold;
  color: white;
  padding: 0.2em 0 0 0;
  text-align: left;
}

#navigation {
  width: 15.2em;
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  font-weight: bold;
  float: left;
}
#navigation li {
  list-style: none;
  margin: 0.1em 0;
  padding: 0.2em 0.8em;
  background-color: #BB1E10;
}
#navigation li.subnav {
  list-style: none;
  margin: 0.1em 0;
  padding: 0.2em 0.8em 0.2em 1.8em;
  background-color: #BB1E10;
}
#navigation li.subsubnav {
  list-style: none;
  margin: 0.1em 0;
  padding: 0.2em 0.8em 0.2em 2.8em;
  background-color: #BB1E10;
}
#navigation a {
  display: block;
  text-decoration: none;
  color: silver;
}
#navigation a.current {
  display: block;
  text-decoration: none;
  color: white;
}
#navigation a:link {
}
#navigation a:visited {
}
#navigation a:hover {
  color: black;
}
#navigation a:hover.current {
  color: white;
}
#navigation a:active {
}

#navigationbar {
  margin: 1em 0;
  padding: 0;
  font-size: 0.85em;
  font-weight: bold;
}
#navigationbar span.navpoint {
  margin: 0.1em 0;
  padding: 0.2em 0.8em;
  background-color: #BB1E10;
}
#navigationbar a {
  text-decoration: none;
  color: silver;
}
#navigationbar a.current {
  text-decoration: none;
  color: white;
}
#navigationbar a:link {
}
#navigationbar a:visited {
}
#navigationbar a:hover {
  color: black;
}
#navigationbar a:hover.current {
  color: white;
}
#navigationbar a:active {
}

#content {
  margin: 0 0em 1em 14.2em;
  padding: 0 1em;
  border: none;
}
* html div#content {
  height: 1em;  /* 3 pixel bug workaround */
}

#welcome {
  font-size: 1.8em;
  font-weight: bold;
  margin: 1em 0;
}
h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.5em 0 1em 0;
}
h2 {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}
p {
  font-size: 1em;
  margin: 0.5em 0;
}
hr {
  border-top: 1px solid #BB1E10;
  border-bottom: 1px solid #BB1E10;
  height: 0;
}
blockquote {
  font-family: monospace;
  font-size: 1.2em;
}
code {
  font-family: monospace;
  font-size: 1.2em; 
}
a {
  text-decoration: underline;
  color: black;
}
a:link { }
a:visited { }
a:hover {
  color: blue;
}
a:active { }

.next {
  text-align: right;
}
.next a {
  color: #BB1E10;
  text-decoration: none;
}
.next a:link { }
.next a:visited { }
.next a:hover {
  color: blue;
}
.next a:active { }

span.super {
  font-size: smaller;
  vertical-align: super;
}

.caption {
  font-size: 0.85em;
  margin: 0 0 1em 0;
}

.hints {
  font-size: 0.85em;
}
.hintsseparate {
  font-size: 0.85em;
  margin: 3em 0 1em 0;
}

.fulltable {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
  border: 1px solid silver;
  border-collapse: collapse;
}
.fulltable td {
  border: 1px solid silver;
  text-align: left;
  padding: 0.1em 0.4em;
  vertical-align: baseline;
}
.invisibletable {
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
  border: 0;
}
.invisibletable td {
  border: 0;
  text-align: left;
  padding: 0.2em 0.4em;
  vertical-align: baseline;
}

#hmargin {
  height: 10em;
}

#footer {
  clear: both;
  font-size: 0.85em;
  color: white;
  margin: 0em;
  padding: 0.2em 0.8em;
  text-align: left;
  background-color: #BB1E10;
  border-style: none;
}
#footer a {
  color: white;
  text-decoration: underline;
}
#footer a:link {
}
#footer a:visited {
}
#footer a:hover {
  color: black;
}
#footer a:active {
}

@media print {

body {
  font-size: 10pt;
  margin: 0;
  padding: 0;
  min-width: 41em;
}

#page {
  width: auto;
  padding: 0em;
  border: 0;
}

#titlebar {
  margin: 0 0;
  padding: 1em 0em;
  background-color: white;
}
#titlename {
  color: #C1121C;
}
#titlepart {
  color: black;
  padding: 0.4em 0 0 0;
  border-style: none;
  border-bottom-style: solid;
  border-width: 2pt;
}

#navigation {
  display: none;
}

#navigationbar span.navpoint {
  background-color: white;
}
#navigationbar a {
  color: silver;
}
#navigationbar a.current {
  color: black; /*  color: #C1121C; */
}

#content {
  margin: 0 0 0 0;
  padding: 0 0;
}

hr {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 0;
}
.fulltable {
  border: 1px solid black;
}
.fulltable td {
  border: 1px solid black;
}

#hmargin {
  height: 10em;
}

#footer {
  clear: both;
  font-size: 0.85em;
  margin: 0em;
  padding: 0.4em 0;
  color: black;
  background-color: white;
  text-align: center;
  border-style: none;
  border-top-style: solid;
  border-width: 2pt;
}
#footer a {
  color: black;
  text-decoration: none;
}

}