/* standardmäßiges css-stylesheet für ein neues webanwendungsprojekt */

body
{
  margin:0;
  background-color: white;
  /*background-image: url(img/back.gif);*/
  font-family: tahoma;
  font-size: 13px;
}

td
{
	font:13px Tahoma;
	vertical-align:top;
}


h1, h2, 
{
    color: #ff6633;
}

a:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
a:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
a:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#339900;
	}

/*navi*/

a.lmen:link {
 color:#ffffff;
 font:10pt tahoma;
 border:1px solid #778899;
 vertical-align:bottom;
 padding:0 5px;
 text-decoration:none; 
}
a.lmen:visited {
 color:#ffffff;
 font:10pt tahoma;
 border:1px solid #778899;
 vertical-align:bottom;
 padding:0 5px;
 text-decoration:none; 
}
a.lmen:hover {
 color:#000000;
 text-decoration:none; 
 background-color: #dcdcdc;
 color:#000000;
 border:1px solid #000000;
 padding:0 5px;
}
a.lmen:active {
 color:#ffffff;
 font:10pt tahoma;
 border:1px solid #778899;
 vertical-align:bottom;
 padding:0 10px;
 text-decoration:none; 
}

a.mlnk:link { 
   font-size:10px;
   color:white; 
   text-decoration:none; 
   }
a.mlnk:visited { 
   font-size:10px;
   color:white; 
   text-decoration:none; 
   }
a.mlnk:hover { 
   font-size:10px;
   color:yellow;
   text-decoration:underline;
   }
a.mlnk:active { 
   font-size:10px;
   color:white; 
   text-decoration:none; 
   }

a.flnk:link { 
   font-size:10px;
   color:DimGray; 
   text-decoration:none; 
   }
a.flnk:visited { 
   font-size:10px;
   color:DimGray; 
   text-decoration:none; 
   }
a.flnk:hover { 
   font-size:10px;
   color:	#339900;
   text-decoration:underline;
   }
a.flnk:active { 
   font-size:10px;
   color:DimGray; 
   text-decoration:none; 
   }
