@charset "utf-8";
html
{  font-family:          arial,sans-serif;
   padding:              0;
   padding-bottom:       2em;
}
body
{  margin:               5px auto;
   width:                90%;
   background-color:     #ffffff;
}
main, nav
{  display:              block;
}
ul, li 
{  margin:               0;
   padding:              0;
   line-height:          1.5;
   list-style-type:      none;
}
#navigation, #navigation *
{
   padding: 0;
   margin: 0;
   line-height: 1.5;
}
#navigation
{  width:	  15em;
   font-size: 16px;
   position: relative;
   z-index: 1;
}
#navigation.fixiert_oben
{
  position: fixed !important; 
  top: 8px !important;
}
#navigation.fixiert_unten
{
  position: fixed !important;
  bottom: 4px !important;
}
.abs #navigation
{  
   position: absolute;
}
.abs #content:before 
{
   content: "Die Navigation ist absolut positioniert.";
}
.float #navigation
{  
   float: left;
}
.float #content:before
{
   content: "Die Navigation ist gefloatet.";
}
#navigation ul
{  list-style: none outside none;
}
* html #navigation
{
   left: 5%;
}
*+ html #navigation
{
   left: 5%;
}
#navigation ul:after
{
   display: block;
   background: #e8ddca;
   font-weight: bold;
   font-size: 14px;
   content: "\A0";
   padding: 0.5em;
   margin-bottom: 2em;
   border: 1px solid #e8ddca;
   border-top: 2px solid white;
   -moz-border-radius : 0 0 10px 10px;
   -webkit-border-bottom-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   border-radius: 0 0 10px 10px;
}
#navigation li
{
   background: #fbf4f8;
   border-top: 2px solid white;
}
#navigation a, #navigation span
{
  text-decoration: none;
  display: block;
  padding: 0.5em;
}
#navigation span
{
  color: #780000;
  font-weight: bold;
  background: #e8ddca;
}
#navigation a:hover, #navigation a:focus, #navigation a:active
{
  background: #e8ddca;
}
#navigation h5
{
   background: #e8ddca;
   padding: 0.5em;
   border: 1px solid #e8ddca;
   border-bottom: 0 none;
   -moz-border-radius : 10px 10px 0 0;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   border-radius: 10px 10px 0 0;
   font-size: 14px;
   font-weight: bold;
}
.abs #navigation h5:first-of-type:before
{
   content: 'absolut positionierte ';
}
.float #navigation h5:first-of-type:before
{
   content: 'gefloatete '
}
.abs #switcher1:before
{
   content: 'floaten';
}
.float #switcher1:before
{
   content: 'positionieren';
}
#switcher2:before
{
   content: 'verlängern';
}
.dummy #switcher2:before
{
   content: 'verkürzen';
}
#navigation .dummy, #navigation .dummy + ul
{
  display: none;
}
.dummy #navigation .dummy, .dummy #navigation .dummy + ul
{
  display: block;
}
#navigation .dummy + ul li:last-child
{
  background: #f00;
}
h1
{
   background: #e8ddca;
   border: 1px solid #e8ddca;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   padding: 0.5em;
}
#content
{
   font-size: 16px;
   margin-left: 16em;
   padding: 0;
   background: #fbf4f8;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   position: relative;
   z-index: 2;
}
#content:before
{
   display: block;
   background: #e8ddca;
   padding: 0.5em;
   border: 1px solid #e8ddca;
   border-bottom: 2px solid white;
   -moz-border-radius : 10px 10px 0 0;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   border-radius: 10px 10px 0 0;
   font-size: 14px;
   font-weight: bold;
}
#content h2, #content p, #content div, #content dl, #content code, #content ul
{
   margin-left: 15px;
   margin-right: 15px;
}
#content dl
{
   width: 30em;
   line-height: 1.5;
}
#content dt, #content dd
{
   margin: 0;
   padding: 0;
   display: inline-block;
   width: 7.5em;
}
#content dd
{
   width: 20em;
}
#content dt:after
{
   content: ': ';
}
#content p
{
   line-height: 1.5;
   text-align: justify;
}
.styleswitcher
{
   border: 1px solid #eeddcc;
   border-top: none;
   display: inline-block;
   padding: 0.5em;
   background: white;
}
.styleswitcher h5
{
   font-size: 12px;
   background: #eeddcc;
   padding: 0.5em;
   margin: -0.6em -0.7em 0.6em -0.7em;
}
.styleswitcher a, #switcher1, #switcher2
{
   margin: 0.5em;
   margin-left: 0;
   color: #000080;
   text-decoration: underline;
   cursor: pointer;
}
#switcher1, #switcher2
{
   margin: 0;
}
.styleswitcher a:visited
{
   color: #0000ff;
}
p.Achtung, p.Hinweis, code.CSS, code.Javascript, code.HTML
{
  border: 1px solid;
  background: #fff;
  padding: 0 10px;
}
p.Achtung
{
  border-color: #d30;
}
p.Hinweis
{
  border-color: #690;
}
p.Achtung:before, p.Hinweis:before, code.CSS:before, code.Javascript:before, code.HTML:before
{
  display: block;
  color: #fff;
  font-weight: bold;
  content: attr(class);
  margin: 0 -10px;
  padding: 0 10px;
}
p.Achtung:before
{
  background: #d30;
}
p.Hinweis:before
{
  background: #690;
}
#content p.blaettern
{
   display: block;
   background: #e8ddca;
   padding: 0.5em;
   border: 1px solid #e8ddca;
   border-top: 2px solid white;
   -moz-border-radius :  0 0 10px 10px;
   -webkit-border-bottom-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   border-radius:  0 0 10px 10px;
   margin: 12px 0 -5px 0;
   padding: 0 15px;
   line-height: 2.5;
}
p.blaettern a.zurueck
{
  display: inline-block;
  width: 50%;
}
p.blaettern a.zurueck[href]:before
{
  content: 'zurück zu ';
}
p.blaettern a.weiter
{
  display: inline-block;
  width: 50%;
  text-align: right;
}
p.blaettern a.weiter[href]:before
{
  content: 'weiter zu ';
}
code.CSS, code.Javascript, code.HTML
{
  display: block;
  overflow: auto;
  border-color: #edc;
  white-space: pre;
  padding: 10px;
}
code.CSS:before, code.Javascript:before, code.HTML:before
{
  background: #edc;
  color: black;
  font: bold 12px sans-serif;
  margin: -10px -10px 10px -10px;
  padding: 5px 10px;
}
#content code.inline
{
  display: inline;
  font-weight: bold;
  margin: auto;
  background: #eee;
  padding: 0 0.1em;
}
code.CSS, code.Javascript
{
  color: #0a0;
}
code.CSS .selektor
{
  color: #33f;
}
code.CSS .eigenschaft, code.HTML .element
{
  color: #000;
  font-weight: bold;
}
code.CSS .wert
{
  color: #933;
}
code.CSS .kommentar, code.Javascript .kommentar
{
  font-style: italic;
  color: #060;
}
code.Javascript .reserviert
{
  color: #036;
  font-weight: bold;
  font-style: italic;
}
code.Javascript .variable
{
  color: #036;
  font-weight: bold;
}
code.Javascript .klasse, code.HTML text
{
  color: #000;
}
code.Javascript .methode
{
  color: #606;
}
code.Javascript .wert
{
  color: #36c;
}
code.Javascript .zahl, code.Javascript .string
{
  color: #c00;
}
code.HTML .attribut
{
  color: #006;
}
code.HTML .wert, code.CSS .important
{
  color: #f00;
}
p#last
{
  margin-bottom: 130em;
}
figure /* div um ein bild */
{
  display: inline-block;
  border: 1px solid #edc;
}
figure:before
{
  display: block;
  background: #edc;
  content: attr(title);
  line-height: 1.5;
  padding: 0 10px;
  font: bold 12px sans-serif;
}
#gplusone
{position: fixed;
 top: 10px;
 left:10px;
 border: none;
}