@font-face {
    font-family: Fanwood;
    src: url(Fanwood.otf) format("opentype");
}

/* @font-face { */
/*     font-family: HattoriHanzo; */
/*     src: url(HattoriHanzo.ttf) format("truetype"); */
/* } */

@font-face {
    font-family: GoudyStMM;
    src: url(GoudyStM.otf) format("opentype");
}

/* @font-face { */
/*     font-family: GoudyBookletter1911; */
/*     src: url(GoudyBookletter1911.otf) format("opentype"); */
/* } */

body {
/*    font-size: larger;*/
    font-family: Fanwood;/*GoudyBookletter1911;*/
}

h1, h2, h3, h4, h5, h6 header {
    font-family: GoudyStMM;
}

h1 {
    margin-right: 100px;
}

body>aside {
    position: absolute;
    top: 375px;
    float: left;
    text-align: center;
    height: 100%;
    width: 180px;
}

#logo {
}

#diemap {
    display: none;
    width: 80px;
    height: 100px;
    left: 50px;
    background: url(würfel-80x100.png) no-repeat;
    position: relative;
}

#diemap a{
    display:none;
    position:absolute;
    background: none;
}

#diemap a#dielink1 {
    display:none;
    top: 0px;
    left: 0px;
    height: 40px;
    width: 80px;
}

#diemap a#dielink2 {
    display:none;
    top: 40px;
    left: 0px;
    height: 60px;
    width: 40px;
}

#diemap a#dielink3 {
    display:none;
    top: 40px;
    left: 40px;
    height: 60px;
    width: 40px;
}

article {
    max-width: 36em; /*80.9%;*/ /* "2x" goldener schnitt */
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    background-color: white;
}

section>header>h1:before {
    content: url(würfel-20x25.png) " ";
}

nav, article aside {
    border-style: ridge;
    border-color: Maroon;
    padding: 0.3em;
    float: right;
    background-color: Wheat;
    max-width: 20em;
    font-family: GoudyBookletter1911;
    margin-left: 0.5em;
}

body {
    columns: 20em;
}

section>aside {
    text-align: center;
}


body>header {
    margin-top: -45px;
    position: absolute;
    font-size: small;
    text-align: center;
    color: white;
    right: 0px;
}

article>header, section>header, nav>header {
    font-size: x-large;
}

section>header>h1 {
}

section>h2, section>header>h2 {
    font-size: large;
}

section>header>h1>subtitle {
    font-size: medium;
    font-style: oblique;
    display: inline;
}

section>header>h1>subtitle:before {
    content: "»"
}

section>header>h1>subtitle:after {
    content: "«"
}

// Taken from pybrary.net which is really beautifully designed.

body
{
    line-height: 1.2em;
    background: #fff;
}

p
{
    color: #903r09;
    /* text-align: justify; */
}

a:link
{
    color: #03f;
    text-decoration: none;
}

a:visited
{
    color: #02a;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1, h2, h3
{
    font-variant: small-caps;
}

h2
{
    border-bottom: 1px dashed #0a0;
}

h1
{
    padding-bottom: 0.2em;
    color: #c80;
    font-size: 300%;
    text-align: center;
}

h2
{
    padding-bottom: 0.1em;
    color: #c40;
    font-size: 150%;
}

h3
{
    color: #c00;
    font-size: 100%;
}

pre
{
    margin-left: 2em;
    margin-right: 2em;
    padding: 5px 10px;
    background: #eee;
    color: #000;
    border: 1px dashed #000;
}

img.footerImage
{
    border: none;
    float: right;
}

div.footer
{
    margin-bottom: 2em;
}

li
{
    list-style-type: circle;
}

ul.downloadLinks > li
{
    list-style-image: url("/right-arrow-blue.png");
}

.py_Identifier
{
    color: #0aa;
    font-weight: bold;
}

.py_Constant, .py_Normal
{
    color: #a4a;
    font-weight: bold;
}

.py_Statement
{
    color: #aa0;
    font-weight: bold;
}

.py_PreProc
{
    color: #44a;
    font-weight: bold;
}

.py_Comment
{
    color: #0a0;
    font-style: italic;
}

.c { color: #408080; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { color: #008000; font-weight: bold } /* Keyword */
.o { color: #666666 } /* Operator */
.cm { color: #408080; font-style: italic } /* Comment.Multiline */
.cp { color: #BC7A00 } /* Comment.Preproc */
.c1 { color: #408080; font-style: italic } /* Comment.Single */
.cs { color: #408080; font-style: italic } /* Comment.Special */
.gd { color: #A00000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #FF0000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #00A000 } /* Generic.Inserted */
.go { color: #808080 } /* Generic.Output */
.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0040D0 } /* Generic.Traceback */
.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.kp { color: #008000 } /* Keyword.Pseudo */
.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #B00040 } /* Keyword.Type */
.m { color: #666666 } /* Literal.Number */
.s { color: #BA2121 } /* Literal.String */
.na { color: #7D9029 } /* Name.Attribute */
.nb { color: #008000 } /* Name.Builtin */
.nc { color: #0000FF; font-weight: bold } /* Name.Class */
.no { color: #880000 } /* Name.Constant */
.nd { color: #AA22FF } /* Name.Decorator */
.ni { color: #999999; font-weight: bold } /* Name.Entity */
.ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.nf { color: #0000FF } /* Name.Function */
.nl { color: #A0A000 } /* Name.Label */
.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.nt { color: #008000; font-weight: bold } /* Name.Tag */
.nv { color: #19177C } /* Name.Variable */
.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #666666 } /* Literal.Number.Float */
.mh { color: #666666 } /* Literal.Number.Hex */
.mi { color: #666666 } /* Literal.Number.Integer */
.mo { color: #666666 } /* Literal.Number.Oct */
.sb { color: #BA2121 } /* Literal.String.Backtick */
.sc { color: #BA2121 } /* Literal.String.Char */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.sh { color: #BA2121 } /* Literal.String.Heredoc */
.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.sx { color: #008000 } /* Literal.String.Other */
.sr { color: #BB6688 } /* Literal.String.Regex */
.s1 { color: #BA2121 } /* Literal.String.Single */
.ss { color: #19177C } /* Literal.String.Symbol */
.bp { color: #008000 } /* Name.Builtin.Pseudo */
.vc { color: #19177C } /* Name.Variable.Class */
.vg { color: #19177C } /* Name.Variable.Global */
.vi { color: #19177C } /* Name.Variable.Instance */
.il { color: #666666 } /* Literal.Number.Integer.Long */


/**
 * Stilelemente für Strukturen für's EWS.
 */

.raumzeit_einleitungszitat {
  text-align: left;
  font-style: italic;
  font-size: 90%;
}

.raumzeit_einleitungszitat_autor {
  text-align: right;
}

.seitenleiste {
    float: right;
    padding-left: 4%;
    margin-left: 2%;
    width: 34%; /* 0.61803*padding + seitenleiste = 1-0.61803 */
    z-index: 1;
    background-color: white;
    border-left-color: gray;
    border-left-width: thin;
    border-left-style: solid;
    border-top-color: gray;
    border-top-width: thin;
    border-top-style: solid;
    border-bottom-color: gray;
    border-bottom-width: thin;
    border-bottom-style: solid;
}

.seitenleiste_zitat {
  float: right;
  margin-left: 1em;
  font-style: italic;
}

.seitenleiste_titel {
  font-style: italic;
}

.regelteil {
  position: relative;
  font-family:'Nimbus Mono', serif;
  border-width: thin;
  border-style: dashed;
  width: 66%;
  padding: .3em;
}

.markenrecht {
  font-size: 90%;
}

.modulinfo {
  font-style: italic;
}

.kasten {
    border-style: ridge;
    border-color: Maroon;
    padding: 0.3em;
    background-color: Wheat;
    font-family: GoudyBookletter1911;
    margin-left: 0.5em;
}

fuss {
    font-size: small;
}
