/* Für menue.html */
td.menu a:link { color: #FFFFFF; width: 120; text-align: left; font-family: Arial; font-size: 
               8pt; text-decoration: none; padding: 1; }
td.menu A:hover {	background-color : #6699FF; color : #FFFFFF; width: 120; text-align : left; font-family : Arial;
			font-size : 8pt; text-decoration: none; padding: 1;  }
td.menu A:active {  background-color : #FF9900; width: 120; color : #FFFFFF;	text-align : left; font-family : Arial; 
			font-size : 8pt; text-decoration: none; padding: 1;  }
td.menu A:visited {  color : #FFFFFF;	width: 120; text-align : left; font-family : Arial; 
			font-size : 8pt; text-decoration: none; 	padding: 1;  }

td.menu {height: 16; width: 120;}

td.line {height: 1; background-color : #000099; }

table.menu {width: 128;}

p          { color: #000099; font-family: Arial; font-size: 8pt; text-decoration: none; 
             text-align: center; font-weight: bold }

/* Gemeinsam für menue.html + oben.html */
/* Für den Netscape Browser / damit IE5.0 nicht abstürzt */
body         { background-color: #2193C8; }

/* Wird nur vom IE5.5 interpretiert */
body {
				scrollbar-3dlight-color:#2193C8;
           	scrollbar-arrow-color:chartreuse;
	          scrollbar-base-color:;
   		       scrollbar-darkshadow-color:;
   	   	   	  	scrollbar-face-color:#2193C8;
       	    scrollbar-highlight-color:;
	      	 	scrollbar-shadow-color:; 	}

/* Für oben.html */
/* td.oben braucht man da sonst der Hintergrund für A: nicht richtig dargestellt wird */
td.oben { background-color : #000099; text-align:center;  height:32; }
td.oben1 { background-color : #6699FF; text-align:center;  height:32; }

/* unbedingt visited vor hover, active da sonst die besuchten Links nicht mehr gehovert werden */
td.oben A, td.oben1 A { color: #FFFFFF; font-family: Arial; height:30; 
							font-size: 8pt; text-decoration: none; padding: 2; font-weight: bold  }
