
/* Schriften */

.rosa {

	color: #b2475e;
}

.ueber { color: #b2475e}


/* Links */

a {

	font-family: Arial, Helvetica, sans;
	color: #b2475e;
	
	text-decoration: none;
}

a:hover {

	text-decoration: underline;	
}



/* Listenpunkte */

ul {

	padding-left: 20px;
	
	text-align: left;
	
	list-style-image: url(../layout_medien/listenpunkte/rosa.gif); 
}

