BODY	{	 
   background-image:                   	 url("blau-5.jpg");
   background-repeat:            	 repeat;
   background-attachment:    	 fixed;
   background-color:       #3333FF;
  font-family:	    	monospace, arial, sans-serif,athenian, symbol;
  color: 	    	#FFFFFF; 
/* normale TEXT-Schreibfarbe #A69F86 =red */
  width: 100%;
   margin-top:			 0em;		
	margin-left:		 0%;		
	margin-right:			 0%;		
	margin-bottom:		 	 0em; 	
	width:				     auto;
		}


A:link	{	
	color:			#FFFFCC; /* ffffff ist weiß */
	text-transform:		uppercase;
         text-decoration:         none;

		}	
		
A:visited	{	
	color:			#FFFFCC;    
         
	/*  #6CF ist hellblau  */
 	font-size:  	   	98%;
	text-transform:		lowercase;
	/* font-weight:		lighter; */
		}	
		
A:active	{	
	text-transform:		uppercase;
   	font-size:     	        116%;
    color:				#FFFFCC;
	/* #ffff00; */

	font-style:			italic;
	}	
		
A:hover	{	
	letter-spacing:         1px;
	/* text-align:				justify; */
	text-transform:			capitalize;
	text-decoration:        underline;	
        /* font-variant:           small-caps;  */
    font-size:                    110%;
    font-weight:		bold;
    font-style:			normal;
    color:          	#ffffCC;   
    cursor: 			pointer;
		}
		
/* 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;}
 		