
body {background-color:#FFFFFF; font-family:sans-serif; }

h1 { color:#185bbf; font-size:x-large; font-weight:bold; font-stretch: wider; 
text-align:center;  padding: 2em 0.1em 0.1em 0.1em;}

h2 { font-size:large; 
text-align:center; padding: 0.1em;}

div#kalender { background-color:#e2e6f0; float: right; top: 4em;
   margin: 1em 0 1em 1em; padding: 2em; 
   border: 1px dashed silver;  position: relative; text-align:center;
}

blockquote {font-family:sans-serif; text-align:center;}

blockquote cite {font-style:italic;}

div.buchstabe {
  margin: 10px 15px;
  padding: 0px;
  float: left;
}

div.buchstabe p {
   margin-top: 0; margin-bottom: 0;  
   }

#header {
    float:left;
    width:100%;
    background:yellow;
    font-size:83%;
    line-height:normal;
    background:#e2e6f0 url("/pics/bg.gif") repeat-x bottom;    
    position: absolute; top: 0; left: 0;
    clear: both;
}

#header ul {
    margin:0;
    list-style:none;
    padding:8px 8px 0;    
    }
    
#header li {
    float:left;
    margin:0;
    padding:0;
    background:url("/pics/norm_right.gif") no-repeat right top;    
}

#header a {
    display:block;
    background:url("/pics/norm_left.gif") no-repeat left top;
    padding:3px 10px 4px;      
}

#header #current {
    background-image:url("/pics/norm_right_on.gif");
}

#header #current a {
    background-image:url("/pics/norm_left_on.gif");
    padding-bottom:5px;    
}

#liste {
   float:left; padding: 0.2em 0.2em 2em 2em;
}


#tag { font-size:400%; font-weight: bold; }
 
#wochentag{ font-weight: bold; font-stretch: extra-expanded; font-size:130%;}

#monat { font-size:130%; font-weight: bold; }

#sonne { font-size:93%; }

div.code {
   background-color: #eeeeee;
   margin: 1em;
   border: 1px dashed silver;
   font-face: monospace;
}

span.rahmen { border:2px solid red; }

div.zitate {
   background-color:#f0f0ff; border: thin dashed silver;
   text-align:center; padding: 1em; margin: 1em; 
   margin-left: 50px; margin-right: 40px;
}

ul.bottomnav {
   border-top: none;
   margin-top: 0px;
   margin-bottom: 10px;
   margin-left: 50px;
   margin-right: 40px;
   float: left;
   background-color:#ffffff;
   list-style:none;
   padding: 1em;
}

li.left {
   float: left;
}

li.right {
   float: right;
   text-align: right;
}

div#buchst {
      text-align: center; 
}
div#buchst a {
  background-color:#185bbf;
  color:white;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  text-decoration: none;
}

hr {
   color: #185bbf;
   background-color: #185bbf;
   border: 0;
   text-align: center;
   height: 2px;
}

div.reihe {
   margin: 0px;
   padding: 0px;
   width= 100%;
   clear: both;
}

div.reihe div.leftnav {
   position: relative;
   width: 50px;
   float: left;
   margin: 10px 15px;
   padding: 0px;
}

div.reihe ul {
   position: relative;
   float: left;
   padding: 3em;
}

div.reihe ul li {
   list-style:none;
}

