﻿/* CSS Document */
<style type="text/css">
a:link
   {
      text-decoration : none;
      target-new : tab;
   }
a:active
   {
      text-decoration : none;
      target-name     : _new;
   }

h1       {
         font-family : Tahoma;
         color : #993300;
         font-weight : bold;
         font-size : 15px;
         }
p        {
         font-family : Verdana;
         color       : blue;
         font-size   : 10px;
         }
      .u {
            font-size : 40px;
         }
      .m {
            font-size : 15px;
         }
      .z {
            font-size : 15px;
         }
text     {color : blue;}
a        {
         text-decoration : none;
         font-family : Verdana;
         font-size : 10px;
         cursor : pointer;
         }
 .hoch   {color : #0099CC;}
 .unten  {color : #A3BFB8;}

a:link   {
          text-decoration : none;
          cursor : pointer;
          font-family : Verdana;
          color : #0B0B3B;
          font-size : 10px;
          }
a:visited {
          text-decoration : none;
          cursor : pointer;
          font-family : Verdana;
          color : #0B0B3B;
          font-size : 10px;
          }
a:hover   {
          text-decoration : none;
          cursor : pointer;
          font-family : Verdana;
          color : #0B0B3B;
          font-size : 10px;
          }
a:active  { 
          text-decoration : none;
          cursor : pointer;
          font-family : Verdana;
          color : #0B0B3B;
          font-size : 10px;
          }
a:focus   { 
          text-decoration : none;
          cursor : pointer;
          font-family : Verdana;
          color : #0B0B3B;
          font-size : 10px;
          }

table     {
              border : 0;
          }
  .statis {
              border: 1px solid;
              border-collapse: collapse;
              border-style : solid;
              border-width : 1px;
          }
th        {
              font-family : Verdana;
              font-size : 10px;
          }
     .nav {
              color : navy;
          }
     .tab {
              color : blue;
          }
    .oben {
              color : white;
              text-align : left;
              font-size : 25px;
              font-weight: bold;
          }
   .oben1 {
              color       : blue;
              text-align  : center;
              font-size   : 40px;
              font-weight : bold;
          }
   .oben2 {
              color : white;
              text-align : left;
              font-size : 15px;
              font-style: italic;
          }
   .oben3 {
              color : #A3BFB8;
              text-align : left;
              font-size : 15px;
              font-style: italic;
          }
   .klein {
              border-style: solid;
              border-width: 1px;
          }

td        {
              font-family : Verdana;
              color       : blue;
              font-size   : 10px;
          }
     .ueb
          {
             color       : #0000FF;
             font-size   : 10px;
             font-weight : bold;
             text-align  : center;
          }
     .norm
          {
             color       : blue;
             font-size   : 10px;
             text-align  : center;
          }
     .navi
          {
             color       : navy;
             font-size   : 10px;
             font-weight : bold;
          }
     .navi_a
          {
             height      : 20px;
             font-size   : 10px;
             border-radius    : 6px;
             background-color : #CCFFFF;
             color            : #FF0000;
             text-align       : center;
          }
     .navi_n
          {
             height      : 20px;
             font-size   : 10px;
             border-radius    : 6px;
             background-color : #CCFFFF;
             color            : #0000FF;
             text-align       : center;
          }
     .menu  
          {
              color : #0B0B3B;
              font-size   : 10px;
              text-align : center;
              vertical-align : top;
          }
   .link_n
          {
              color : #0000FF;
              font-size   : 10px;
              text-align : left;
              font-size : 15px;
          }
   .link_e
          {
              color : #0000FF;
              text-align : left;
              font-size : 20px;
              font-weight : bold;
          }
   .klein {
              border-style: solid;
              border-width: 1px;
          }

input     {
              font-family : Verdana;
              font-size : 10px;
              cursor : pointer;
          }
     .n   {
              color : blue;
          }
     .a   {
              color : red;
          }
     .w   {
              color : red;
              background-color : yellow;
              font-weight : bold;
          }
     .d   {
              color : red;
              text-decoration: line-through;
          }
     .e   {
              color : #0B0B3B;
              font-size : 40px;
          }
     .a2  {
              color : red;
              font-size : 40px;
          }
   .game  {
              font-size : 20px;
          }
          
input [type=radio]
          {
	          font-family : Verdana;
              font-size : 10px;
              color     : blue;
	      }

input[type="submit"].knopf
          {
             background-color: blue;
             border-radius     : 10px;
	         font-family : Verdana;
             color : white;
             font-size : 10px;
             cursor : pointer;
          }


input [type=button]
          {
              background-color  : #01A9DB;
	          border-radius     : 10px;
	          font-family : Verdana;
              color : white;
              font-size : 8pt;
              cursor : pointer;
          }         
      .rot
          {  
              background-color: red;
          }
      .b
          {  
              color : #FFFFFF;
              font-weight: bolder;
              background-color: #A9E2F3;
          }

button    {
              background-color  : #01A9DB;
	          border-radius     : 10px;
	          font-family       : Verdana;
              color             : white;
              cursor            : pointer;
          }
    .kn   {
              font-size : 12px;
          }
          
    .kz   {
              font-size : 25px;
          }
    .erg  {
              background-color  : blue;
              font-size         : 10px;
          }
    .rot  {
              background-color  : red;
              font-size         : 10px;
          }
  .match  {
              background-color  : blue;
              font-size         : 20px;
          }
  .knop   {
              background-color: blue;
              font-size : 8pt;
          }
select    {
               font-family : Verdana;
               font-size   : 10px;
               color       : blue;
               cursor      : pointer;
          }
       .e {
               font-size   : 40px;
          }

option    {
               font-family : Verdana;
               color       : #0B0B3B;
               font-size   : 10px;
          }
       .e {
               font-size : 40px;
          }

text      {
               color : black;
          }
          
</style>


