@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, "URW Palladio", "Vn URW Palladio", Palladio, Palatino, "Times New Roman", serif ;/*GoudyBookletter1911;*/
}

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

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

#logo {
}

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

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

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

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

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

article {
    margin-left: 215px; /* for the sidebar */
    max-width: 28em;
    padding-left: 0.3em;
    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 {
    font-size: xx-large;
    text-align: center;
    float: left;
}

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;
}

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

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

h1
{
/*    color: #c80;
    font-size: 300%;*/
    text-align: center;
	font-weight: normal;
	margin: 0em;
	margin-top: -0.55em;
	font-size: xx-large;
}

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

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

h5
{
    padding-left: 1em;
}

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, .aufzeichnung-inside {
    border-style: ridge;
    border-color: Maroon;
    padding: 0.3em;
    background-color: Wheat;
    font-family: GoudyBookletter1911;
    margin-left: 0.5em;
}

.seitenleiste img {
    background: none repeat scroll 0 0 white;
    border: 1px solid black;
    border-radius: 10px 10px 10px 10px;
    clear: right;
    float: right;
    margin-left: 20px;
    margin-right: -4em;
    padding: 5px;
}
.kasten, .aufzeichnung-inside {
    /*
    background-color: #6BA2CC;
    border-radius: 20px 1px 1px 1px;
    border-radius: 10px 10px 10px 10px;
    margin-right: 0px;
    border-right: 0px;
    border-right: 0px !important;
    box-shadow: 0px 3px 10px gray;
    */
    border-top: 5px ridge maroon !important;
    border-left: 5px ridge maroon !important;
    border-bottom: 5px ridge maroon !important;
    color: black;
    margin: 10px 10px 30px;
    padding: 5px;
    padding-left: 0.6em;
    margin-right: 0px;
    border-right: 5px solid Wheat;
    text-align: justify;
    clear: both;
}
.node .links, .comment .links {
    margin-top: 60px;
    text-align: left;
}
.seitenleiste {
    background-color: silver;
    border-bottom: thin solid gray;
    border-left: thin solid gray;
    border-radius: 10px 0 0 10px;
    border-top: thin solid gray;
    float: right;
    margin-left: 1em;
    padding-left: 4%;
    padding-right: 5px;
    width: 34%;
    z-index: 1;
    margin-bottom:20px;
}


.dialog>p {
    padding-left: 20px;
    padding-right: 10px;
    text-indent: -15px;
}﻿

fuss {
    font-size: small;
}

table td {
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.5em;
}

/**
 * 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: 1em;
  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 li {
  margin-left: -1.5em;
}

.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: 58%;
  padding: .3em;
}

.markenrecht {
  font-size: 90%;
}

.modulinfo {
  font-style: italic;
}

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

.picture, .comment .submitted {
    background: none repeat scroll 0 0 white;
    border: 1px solid black;
    border-radius: 10px 10px 10px 10px;
    clear: right;
    float: right;
    margin-left: 20px;
    margin-top: 30px;
    padding: 5px;
}
.kasten, .aufzeichnung-inside {
    /*
    background-color: #6BA2CC;
    border-radius: 20px 1px 1px 1px;
    border-radius: 10px 10px 10px 10px;
    margin-right: 0px;
    border-right: 0px;
    border-right: 0px !important;
    box-shadow: 0px 3px 10px gray;
    */
    color: black;
    margin: 10px 10px 30px;
    padding: 5px;
    text-align: justify;
    clear: both;
    border-top: 1px solid gray !important;
    border-right: 1px solid gray !important;
    border-left: 0px none gray !important;
    border-bottom: 1px solid gray !important;
    margin-left: -1.5em;
    padding-left: 1.5em; 
    background-color: #f6efca;
    border-top: thin solid gray;
    border-right: thin solid gray;
    border-bottom: thin solid gray;
    border-radius: 0 10px 10px 0;
    float: left;
    margin-right: 4%;
    width: 96%;
    padding-right: 4%;
    z-index: 1;
    margin-bottom:20px;/*#ededed;#f2ebad;#f6efca;#CFCFCF*/
}

.aufzeichnung-inside {
    border-style: dashed !important;
    background-color: #BCE7F6;/* #6BA2CC;*/
}

.kasten strong, .aufzeichnung-inside strong {
    font-weight: 600;
}

.node .links, .comment .links {
    margin-top: 60px;
    text-align: left;
}
.seitenleiste {
    background-color: #CFCFCF;
    border-bottom: thin solid gray;
    border-left: thin solid gray;
    border-radius: 10px 0 0 10px;
    border-top: thin solid gray;
    float: right;
    margin-right: -1.5em;
    padding-right: 1.5em;
    padding-left: 4%;
    padding-right: 5px;
    width: 34%;
    z-index: 1;
    margin-bottom:20px;
}
.content .dialog p {
    padding-left: 20px;
    padding-right: 10px;
    text-indent: -15px;
}﻿
 /* I do not understand at all why I need this hack. But I do.*/
.hackflubbbub p {
    ignore: this-anyway-bug;
}

.kasten p, .dialog .kasten p, .aufzeichnung-inside p, .dialog .aufzeichnung-inside p  {
    padding-left: 0.3em;
    padding-right: 0px;
    text-indent: 0px;
}

.seitenleiste p, .dialog .seitenleiste p {
    padding-left: 0px;
    padding-right: 0px;
    text-indent: 0px;
}

fuss {
    font-size: small;
}
