/* DATEI: css_raetsel.css */

a:link    { color:#1E90FF; text-decoration:underline; }
a:visited { color:#DC143C; text-decoration:underline; }
a:active  { color:#228B22; text-decoration:none; }

         /*       #1E90FF: dodgerblue           */
         /*       #DC143C: crimson              */
         /*       #228B22: forestgreen          */

.body-logo
          { 
            scrolling=no;
            margin:15px;
            background-color:#E0FFFF;
          }

.body-navi
          {
            background-color:#FFFFCC;
            border=0; 
	    width=95%; 
	    font-family:Arial,sans-serif; 
	    padding:2px;
          }

.body-ueber
          {
            background-color:#FFFFCC;
	    font-family:comic sans ms, Arial;
            font-size:26pt;
	    color:blue;
          }

.body-xxxxxx
     	  {
            background-color:#E0FFFF;
	    font-family:Times New Roman,Times; 
	    font-size:12pt;
          }

.body-inhalt
     	  {
            background-color:#E0FFFF;
	    font-family:"Arial",sans serif; 
          }


.p-ueber
	  {
	    font-family:Arial,sans-serif;
	    font-size:14pt;
	    color:red;
	    width=80%;
	  }
    
.table-inhalt
          {
            border=2; 
	    width=80%; 
	    font-family:"Arial",sans-serif; 
	    background-color:#FFFFCC;				
	    padding:0px;
            border-style:solid;
            border-color:red;
	  }

.tr-active
          {
	    background-color:#FFC6B1;
 	  }
