/**
 * CSS für Menü<br>
 *
 * Versionshistory:<br>
 * 29.09.2005 / sb: initial release
 *
 * @package website-config
 * @author Samuel Braun <sbraun@swissonline.ch>
 *
 */


/**
 * Textformatierungen
 */
span { font-family:  arial, sans-serif; }
span.Mainmenu 	{ width: 120px; position: relative; left: 3px; }
span.Submenu 		{  width: 100px; font-size:9.5pt; position: relative; left: 12px;}

/**
 * Linkformatierungen
 */
a 			{ text-decoration:none; }
a:hover { color: #b11a3b; font-weight:bold;}
