@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #999999;
	color: #FFF;
}

/*For ACT rootline menu in typo3 but dont overwrite next css tag*/
ul.MenuBarHorizontal a.MenuBarItemSubmenuACT
{
    background-color: #FFF;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #999999;
	color: #FFF;
}

div#left{
	background-color:#EEEEEE;
	width: 160px;
	height: 500px;
	float:left;
	padding: 20px 0px 0px 0px;
}
* html div#left {  /* nur fuer Internet Explorer */
  width:160px;     /* Version 5.x */
  w\idth:160px;    /* Version 6 163*/
}
/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
div.kabeLeftMenuText
{
	padding: 2px 5px 7px 5px;
	height: auto;
	color: #000000;
}

div.kabeLeftMenuSpacer
{
    margin: 0;
	padding: 0;
	height: 20px;
	width: 150px;
	float:left;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.kabeLeftMenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	height: auto;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.kabeLeftMenu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	height: auto;
	float: left;
}



/* Menu item containers are same fixed width as parent */
ul.kabeLeftMenu li
{
	/*width: 8.2em;*/
	width: 160px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.kabeLeftMenu a
{
	display: block;
	cursor: pointer;
	background-color: #EEEEEE;
	padding: 2px 5px 2px 5px;
	height: auto;
	color: #000000;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.kabeLeftMenu a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #999999;
	color: #FFF;
	font-weight: normal;
}

/*For ACT rootline menu in typo3 but dont overwrite next css tag*/
ul.kabeLeftMenu a.kabeLeftMenuItemACT
{
    background-color: #FFF;
	color: #000000;
	cursor: default;
}
