html {
  height: 100%;
  position: relative;
}

body {
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #dddddd;
  margin: 0px;
  padding: 0px;
  height: 100%;
  position: relative;
}


/* ************************* */
/* Alles fuer die Navigation */
/* ************************* */
#navigation {
  border-right: 0.5em solid #0000aa;
  padding: 0.0em;
  margin: 0.0em;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #bbbbbb;
  width: 18em;
  min-width: 300px;
  height: 100%;
  font-weight: bold;
  overflow: auto;
}

html>body #navigation {  /* nur fuer moderne Browser! */
  position: fixed;
  }


/* Links in der Navigation */
#navigation a:link {
  text-decoration: none;
  color: black; 
}

#navigation a:link img {
  text-decoration: none;
  border: thin black solid;
}

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

#navigation a:visited img {
  text-decoration: none;
  border: thin purple solid;
}

#navigation a:hover {
  text-decoration: none;
  color: #dddddd; 
}

#navigation a:hover img {
  text-decoration: none;
  border: thin #dddddd solid;
}

#navigation a:active {
  text-decoration: none;
  color: white; 
  font-style: italic;
}

#navigation a:active img {
  text-decoration: none;
  border: thin white solid;
}

#navigation a:focus {
  text-decoration: none;
  color: blue; 
}

#navigation a:focus img {
  text-decoration: none;
  border: thin blue solid;
}


/* Navigation-Elemnte */
#navigation ul{
  padding-top: 0.0em;
  padding-left: 2.0em;
}  

#navigation li{
  padding-top: 0.1em;
}  

#navigation li.selected{
  color: #ffffff;
}

#navigation li.spaced_below{
  padding-bottom: 0.75em;
}

#navigation li.spaced_left{
  padding-left: 0.75em;
}  

#navigation div{
  margin: 0px;
  padding: 0px;
}  

#navigation img{
  margin: 1px;
  padding: 0px;
  border-width: thin;
}  

#navigation img.selected{
  border: thin white solid;
}  


/* ********************************** */
/* Alles fuer die Language-Navigation */
/* ********************************** */
#language_navigation {
  padding: 1.25em 1.25em 0.5em 0.5em;
  margin: 0.0em 0.0em 0.5em 0.0em;
  position: static;
  float: right;
}

/* Links in der Navigation */
#language_navigation a:link {
  text-decoration: none;
  color: #bbbbbb; 
}

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

#language_navigation a:hover {
  text-decoration: none;
  color: black; 
}

#language_navigation a:active {
  text-decoration: none;
  color: black; 
}

#language_navigation a:focus {
  text-decoration: none;
  color: black; 
}


/* ****************************** */
/* Alles fuer den Content-Bereich */
/* ****************************** */
#content {
  margin-left: 20.0em;
  margin-right: 1.5em;
  display: block;
}

div.content_left {
  padding: 1.25em;
  margin: 10px;
  float: left;
  clear: both;
}

div.content_right {
  padding: 1.25em;
  margin: 10px;
  float: right;
  clear: both;
}

div.content_main {
  padding: 1.25em;
  margin: 10px;
  clear: both;
}

div.content_main li {
  padding: 0.25em 0;
}

div.content_centered {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}


/* Der Header */
#header {
  padding-right: 1.25em;
  position: static;
  float: right;
  margin-bottom: 0.5em;
  font-size: smaller;
  clear: both;
}

#header span.hankoch {
  font-weight: bold;
  font-size: x-large;
}

/* Die Werke */
div.werk_info {
  clear: both;
  padding: 5px;
  font-size: small;
  white-space: nowrap;
}

p.werk_titel {
  margin: 0.5em 0.0em;
  padding: 0.0em;
  font-weight: bold;
}

/* Die Headings */
p.heading {
  font-size: x-large;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

p.subheading {
  font-size: large;
  font-weight: bold;
  margin: 1.0em 0;
  text-align: center;
  text-decoration: underline;
}

/* Die Animationen */
p.animation {
  margin: 0;
  padding: 0;
  text-align: center;
}

p.animation img {
  padding: 10px 20px;
  vertical-align: middle;
}

