
  * {
    margin:0;
    padding:0;
  }

  body {
    background:#000;
    color:#999;
    font:100% 'trebuchet ms',verdana, arial, helvetica, geneva, sans-serif;
    padding:20px 80px 30px 40px;
  }

  a {
    color:#ffb400;
    text-decoration:none;
  }
  
  a:hover {
    color:white;
  }

  h1 {
    color:white;
    font-size:400%;
    font-family:times,serif;
    font-weight:normal;
    line-height:1.1em;
    letter-spacing:-0.05em;
    padding:0 3px;
  }
  
  h1 a {
    color:white;
  }
  
  h1 a:hover {
    color:#999;
  }
  
  #krieger {
    position:absolute;
    right:10px;
    top:10px;
  }
  
  #content {
    background:#2a2a2a;
    border:3px solid #555;
    padding:1em 1.5em;
  }
  
  #brotkrume {
    color:#555;
    border-bottom:1px solid #444;
    line-height:2em;
    margin-right:100px;
    margin-bottom:0.5em;
  }
  
  #brotkrume a {
    color:#666;
  }
  
  #brotkrume a:hover {
    color:#aaa;
  }
  
  h2 {
    font-size:200%;
    line-height:1.7em;
    color:#ffb400;
    font-weight:normal;
  }
  
  h3 {
    font-size:140%;
    line-height:1.7em;
    color:#ffb400;
    font-weight:normal;
  }

  h4 {
    font-size:120%;
    line-height:1.7em;
    color:#ffb400;
    font-weight:normal;
  }
  
  p,dl {
    margin-bottom:1.5em;
    line-height:1.5em;
  }
  
  dt {
    font-weight:bold;
    line-height:1.5em;
  }
  
  dd {
    margin-left:1.5em;
    line-height:1.5em;
    margin-bottom:0.3em;
  }
  
  
  #contentfooter {
    border-top:1px solid #444;
    color:#555;
    line-height:2em;
    text-align:right;
    font-weight:bold;
  }

  #contentfooter a {
    color:#666;
  }
  
  #contentfooter a:hover {
    color:#ffb400;
  }  
  
  #footer {
    color:#333;
    line-height:2em;
    text-align:right;
    margin-right:3px;
  }
  
  #footer a {
    color:#555;
  }
  
  #footer a:hover {
    color:#aaa;
  }
  
  img.spell {
    display:block; 
    float:left;
    margin-top:0.5em;
    margin-right:1.5em;
    margin-bottom:1.5em;
    clear:left;
    width:4em;
  }
  
  ul {
    margin-bottom:1.5em;
  }
  
  ul li {
    margin-left:1.5em;
  }
  
  pre {
    font-family:courier,serif;
    color:#fff;
    padding:1.5em;
    margin-bottom:1.5em;
    background:#333;
  }
  
  form {
    margin-bottom:1.5em;
  }
  
  input {
    background:#222;
    border:2px solid #444;
    font-size:100%;
    font-family:'trebuchet ms',verdana, arial, helvetica, geneva, sans-serif;
    width:400px;
    color:#999;
  }
  
  textarea {
    background:#222;
    border:2px solid #444;  
    font-size:100%;
    font-family:'trebuchet ms',verdana, arial, helvetica, geneva, sans-serif;  
    width:400px;
    color:#999;
  }
  
  input.submit {
    font-weight:bold;
    width:auto;
    margin-top:5px;
    background:#444;
    border-color:#555;
  }
  
  .hinweis {
    color:red;
  }
  
  #footer p a {
    color:black;
  }
  
  #footer p a:hover {
    color:#222;
  }