body { background-color: #000000;
       margin-top:5px;
       margin-bottom:0px;
       margin-left:0px;
       margin-right:0px;
       font-size:12px;
       font-family:Verdana,sans-serif;
       color:#FFFFFF; }

#container {
  background-color: #000000;
}
#top {
  width: 100%;
}
#picture {
  width: 100%;
  background-color: #FFFFFF;
  margin-left:0%;
  margin-top:0%;
  margin-right:0%;
  margin-bottom:0%;
}
#inhalt {
  width: 100%;
  background-color: #000000;
  margin-right:1%;
  margin-top:1%;
}
#foot {
  width: 100%;
  background-color: #000000;
  margin-right:0%;
  margin-top:0%;
}

hr.footer {margin-left:00%; }

h1 { text-align: center;
     font-size: 30px; }
     
h2 { text-align: center;
     font-size: 18px;
     font-family: Comic Sans MS;}
     
h3 { font-size: 9px; }
h3.foot { font-size: 9px;
          text-align:right;
          margin-right:5px; }

h3.text { font-size: 14px;
          font-family: Comic Sans MS;
          margin-right:20%; 
          margin-left:20%; }

table.equal { background-color: #E6E61E;
              border:6px outset #E6E61E;
              color:#000000;
              font-size:10px;  }
              
table.minus { background-color: #E61E1E;
              border:6px outset #E61E1E;
              color:#000000;
              font-size:10px; }
              
table.plus { background-color: #1EA40A;
             border:6px outset #1EA40A;
             color:#000000;
             font-size:10px; }

td.warning { text-align:left;
             font-size:14px;
             color:#000000;
             background-color:#E6E61E; }
td.error { text-align:left;
           font-size:14px;
           background-color:#E61E1E;
           color:#000000; }
td.ok { text-align:left;
        font-size:14px;
        background-color:#1EA40A;
        color:#000000; }
td.details { text-align:center;
             font-size:12px; }
td.quizlist { text-align:center;
              font-size:16px; }
td.quizdetails { text-align:center;
                 font-size:12px; }

a.result:link { color:#000000; text-decoration:none; }
a.result:visited { color:#000000; text-decoration:none; }
a.result:hover { color:#000000; text-decoration:none; }
a.result:active { color:#000000; text-decoration:none; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }
a.details:link { color:#FF0000; text-decoration:none; font-size:12px;}
a.details:visited { color:#FF0000; text-decoration:none; font-size:12px;}
a.details:hover { color:#FF0000; text-decoration:none; font-size:12px;}
a.details:active { color:#FF0000; text-decoration:none; font-size:12px;}
a.text:link { color:#FF0000; text-decoration:none;}
a.text:visited { color:#FF0000; text-decoration:none;}
a.text:hover { color:#FF0000; text-decoration:none;}
a.text:active { color:#FF0000; text-decoration:none;}
