BODY	{	 
     background:                 black;
/* shorthand background property, currently better supported than background-color */
     background-image:           url("casbkgnd.gif");
     background-repeat:          repeat;
     background-attachment:    	 fixed;

     font-family:    sans-serif, monospace, cursive,fantasy; 
 /* Welche zuerst gefunden wird, die wird angezeigt. Reihenfolge beachten!  die  monospace=courier, sans-serif=arial,serif=TimesNewRoman,cursive=script-Schriftarten, fantasy=dekorative */
  font-size:              65%;
  text-align:             justify;
  color: 	       #00ffff; 
/* normale Schreibfarbe #A69F86 =red */	
  text-transform:        	none; 
  text-decoration:               none;	
  line-height:	  		1.2em; 
  width:                      100%;

/* Seitenabstände */
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
/* Randkasten */
    border: 2px solid #A69F86; 
/* Au&#2085;nabst›ˆe */
  	margin-top:			 0.1em;		
	margin-left:			 0.5%;		
	margin-right:			 0.5%;		
	margin-bottom:		 	 0.1em; 	
	width:				 auto;
		}

H6 {
   color: black;
   text-align: center;
   font-size: 120%;
   font-family: monospace,serif,cursive,fantasy;
   }

		
a:link 
            { color: red;
              text-decoration: none;
          /* kein Unterstreichen von Links */       
            }  
          /* 0,0,255=blue */

a:visited	{	
	color:		#949494;
        / * #6CF ist hellblau */
 	font-size:  	    	90%;
	text-transform:		lowercase;
	/* font-style:		oblique; */
	font-weight:		lighter;
		}	
		
a:active	{	
	text-decoration: 	blink;
	text-transform:		uppercase;
        font-size:  	    	116%;
        font-weight:		bolder;
        color:        	        #aeaeae;
	background:		black;
	font-style:		italic;
	}	
		
a:hover	{	
/*    letter-spacing:         1px; */
    text-align:		        justify;
    text-transform:		capitalize;
    font-size:                   87%;
    font-weight:			normal;
    font-style:			normal;
    font-family:			arial;
    color:        	        rgb(0,0,255);
    background:	                #A69F86;
    cursor: 			pointer;
   }

.header img 
{ 

padding-top:    3px;
padding-right:  3px;
padding-left:   3px;
padding-bottom: 3px;

margin-top:    4px; 
margin-bottom: 4px; 
margin-left:   4px; 
margin-right:  4px;

float: center;

background: black; 
border-color: blue; 
border-style: solid; 
border-width: 2px; 

display: inline-block; 
} 

.10ptCourier  span
 {font-family: monospace;
  font-size="10pt";
 }
	
p {
  font-size:	    		0.8em;
  font-weight:		       bold;
  font-size-adjust:	 	.58; 
  }



/* Axense Box (orig=728x90) */
div.AxenseBox a 
{border-color:blue;border-width:2px;border-style:solid;
/* padding bestimmt die Breite des Rahmens, background die Rahmenfarbe */
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;

   background: black; 
  float:center;
width: 734px; height: 94px; 
margin-top:    8px; 
margin-bottom: 8px; 
margin-left:   1px; 
margin-right:  1px;} 
