/**
* ratzinger-internetloesungen CSS
* Copyright (c) 2009, ratzinger-internetloesungen. All rights reserved.
* Created: 2009-02-02 (Florian Ratzinger)
* Last change:
*/

/***********************************/
/* CSS DEFINITIONS FOR NAVIGATION  */
/***********************************/

#navigation li.level2 a:hover {
	font-size: 1.1em;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 4px 0px 4px 40px; /*oben|rechts|unten|links */
}

#navigation li.level2 a.active {
	font-size: 1.1em;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 4px 0px 4px 40px; /*oben|rechts|unten|links */
}