/* ################################################################################################################
** # CSS Layout
** # Bettina Stracke (http://www.webapp-architect.com) 
** ################################################################################################################
**
**  Dateiversion: 20.08.2008  
**  Datei       : main.css
**  Funktion    : Zentrales Stylesheet 
**
*/

@import url(base.css);
@import url(navi_pulldown.css);
@import url(lightbox.css);

#wrapper #content #article p a {
	font-weight: bold;
	color: #666;
}
#wrapper #content #article p a:hover {
	font-weight: bold;
	color: #000;
}
#wrapper #content #article .generated_link a .link_title {
	color: #000;
	text-decoration: none;
}

