/* Stylesheet allgemein - EcoCom v1.0*/
/* w3m AGENTUR FÜR NEUE MEDIEN bR - ML*/
/* 20010623 */


body {
	margin-left:0px;
	margin-right:0px;
	background-color:rgb(255,255,255);
	}
	
ul {
	list-style-image: url(../images/list.gif);
	}

/* Links */

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

a.imtext:link {
	color:rgb(36,95,244);
	text-decoration: underline;
	}
	
a.imtext:visited { 
	color:rgb(0,33,115);
	text-decoration: underline;
	}
 	    
a.imtext:hover { 
	color:rgb(36,95,244);
	text-decoration: underline;
 	}
 	    
a.imtext:active { 
	color:rgb(36,95,244);
	text-decoration: underline;
	}
	

/* Hintergrund Tabelle*/

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

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

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

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