@charset "utf-8";
/* CSS Document */



a.inhalthype:link {
   text-decoration: none;
   color:           #FFF;
}

a.inhalthype:visited {
	text-decoration: none;
	color:            #666633;
}

a.inhalthype:hover {
   text-decoration: none;
   color:            #630;
}

a.inhalthype:active {
   text-decoration: none;
   color:            #666;
}

