body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
  }

h1.bla {
    background: url(/images/alleweder.net.50x50.png) 0 0 no-repeat ;
    height: 60px;
    padding: 0 70px;
    line-height: 50px;
    font-size: 50px;
    overflow: hidden;
    letter-spacing: -1px;
    margin-bottom:10px;
    color: black;
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-color:#ff0000;
}















































h1 span { /* Der letzte Buchstabe soll invertiert dargestellt werden. */
    color: red;
    background: white;
    padding-right: 0.1em; /* damit das wei� rechts und links genau so breit ist. */
    font-weight: bold;
}

div#m {
	text-align:center;
  }
div#Navigation {
    font-size: 0.70em;
    float: left; width: 18em;
    margin: 0; padding: 0;
    border: 1px dashed #ff0000;
  }
div#Navigation li {
    list-style: none;
    margin: 0; 
    padding-top: 0.5em;
  }
div#Navigation a {
    display: block;
    padding: 0.0em;
    font-weight: bold;
  }
div#Navigation a:link {
    color: black; background-color: #eee;
  }
div#Navigation a:visited {
    color: #666; background-color: #eee;
  }
div#Navigation a:hover {
    color: black; background-color: #c2c2ec;
  }
div#Navigation a:active {
    color: white; background-color: gray;
  }
div#Navigation h2 {
    border-bottom-style:solid;
    border-bottom-width:2px; 
    text-align:center;
    border-color:#ff0000;
  }
div#Navigation h3 {
    border-bottom-style:solid;
    border-bottom-width:2px; 
    text-align:center;
    border-color:#ff0000;
  }

div#Info {
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0; padding: 0;
    border: 1px dashed #ff0000; background-color: #eee;
  }
div#Info h2 {
    border-bottom-style:solid;
    border-bottom-width:2px; 
    border-color:#ff0000;
    text-align:center;
  }
div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }
div#Info form {
    font-size:x-small;
    text-align:center;
  }

div#Banner {
    margin: 0 1em 0 14em;
    padding: 0 1em;
  }

div#mod {
    font-size: 80%;
    margin: 1em 0 0 20em;
    padding: 0 1em;
    color: #b0b0b0;
  }

div#Inhalt2 {
    margin: 0 1em 0 14em;
    padding: 0 1em;
    border: 1px dashed #ff0000;
    min-width: 500px;
  }
div#Inhalt {
    margin: 0 1em 0 14em;
    padding: 0 1em;
    border: 1px dashed #ff0000;
    min-width: 500px;
  }
div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 0.5em;
    padding-top: 0.5em;
    border-bottom-style:solid;
    border-bottom-width:2px; 
    border-color:#ff0000;
  }
div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
div#Inhalt input,textarea {
    background-color:#FFFFAA;
  }
#footer {
    position:fixed;
    bottom:0px;
    background:#efefef;
    text-align:center;
    padding:6px;
    width:100%;
  }

div#it {
    font-style:italic;
    color:red;
  }

div#kb img {
    border: 2px solid blue;
    cursor: pointer;
}

div#rg img {
    cursor: pointer;
}

div#rg th {
    background:#ff8888;
}

