@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 Hier können die Farben für die Navigationsblöcke, Schriftfarben und -größe angepasst werden

 *******************************************************************************/

/* Definition der Schrift in der Navigation, Farbe, Größe, Position */

#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFBF0;
	/* background-color:#FF0000; */
	line-height:16px;
	letter-spacing:0.05em;
	text-decoration: none;
	display:block;margin-top:0px;padding:0;
	padding:0px 10px 0px 10px;
	}

/* Mouseover Farbe für die Navigation ändern -> backgrund-color: Farbnummer; */
/* Mouseover Farbe für die Schrift in der Navigation ändern -> color: Farbnummer; */

#navigation a:hover {
	/* background-color: #FF9933; */
	color: #FFFFFF;
	}

#subnavigation a:hover {
	color: #B6141D;
	}

/* Allgemeine Definitionen dbha | design by heiko attinger */

ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	cursor: default;
}

ul.MenuBarActive
{
	z-index: 1000;
}

ul.MenuBarVertical li
{
	margin: 0%;
	padding: 0%;
	position: static;
	text-align: left;
	cursor: pointer;
	width: 13em;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
	f\loat: left;
	display: block;margin-top:0px;padding:0;
	background: #FFF;
	}
}

