/* Stylesheet allgemein für den Header - EcoCom v1.0*/
/* w3m AGENTUR FÜR NEUE MEDIEN bR - ML*/
/* 20010623 */



span {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight:bold;
	}
	

body {
	margin-left:0px;
	margin-right:0px;
	background-color:rgb(0,33,115);
	}

/* Links */

a:link {
	text-decoration: underline;
 	color:rgb(255,255,255);
 	}
 	   
a:visited { 
	text-decoration: underline;
 	color:rgb(255,255,255);
	}
 	    
a:hover { 
	text-decoration: underline;
 	color:rgb(36,95,244);
 	/* background-color: #FFFFCC; */
	}
 	    
a:active { 
	text-decoration: underline;
 	color:rgb(36,95,244);
	}


a.gen:link {
	text-decoration: underline;
 	color:rgb(255,255,255);
 	}
 	   
a.gen:visited { 
	text-decoration: none;
 	color:rgb(255,255,255);
	}
 	    
a.gen:hover { 
 	color:rgb(36,95,244);
 	/* background-color: #FFFFFF; Nur fuer Text */
	}
 	    
a.gen:active { 
 	color:rgb(36,95,244);
 	/* background-color: #FFFFCC; Nur fuer Text */

	}

	

/* Hintergrund Tabelle*/

.tabback {
	background-color:rgb(227,224,221);
	border-color:rgb(255,255,255);
	border-width:1px;
	border-style:solid;
	cursor:hand;
	}

.white {
	background-color:rgb(255,255,255);
	}

.blue {
	background-color:rgb(0,33,155);
	}	
	
/* Textausprägung */

p b {
	color:rgb(128,128,128);
	}
	
