@charset "UTF-8";

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

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

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	height:70px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 184px;
	height:34px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width:184px;
	height:34px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	text-indent:-5000px;
	outline:none;
}
ul.MenuBarHorizontal ul a{
	width:184px;
	height:34px;
}
/* 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: #33C;
	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: #33C;
	color: #FFF;
}
.klassen a, .preise a, .fahrzeuge a, .ueberUns a, .kurse a, .partner a, .galerie a, .news a, .downloads a{
	height:70px;
}
.kurse a{
	width:92px;
	background:url(../images/layout/navigation.jpg) -481px 0 no-repeat;	
}
.kurse a:active, .kurse a:hover{
	background:url(../images/layout/navigation.jpg) -481px -70px no-repeat;
}
.partner a{
	width:110px;
	background:url(../images/layout/navigation.jpg) -573px 0 no-repeat;	
}
.partner a:active, .partner a:hover{
	background:url(../images/layout/navigation.jpg) -573px -70px no-repeat;
}
.downloads a{
	width:155px;
	background:url(../images/layout/navigation.jpg) -788px 0 no-repeat;	
}
.downloads a:active, .downloads a:hover{
	background:url(../images/layout/navigation.jpg) -788px -70px no-repeat;
}
/* ################# Galerie uns #################*/
.galerie a{
	width:105px;
	background:url(../images/layout/navigation.jpg) -683px 0 no-repeat;	
}
.galerie a:active, .galerie a:hover{
	background:url(../images/layout/navigation.jpg) -683px -70px no-repeat;
}
.galerie-Motorradausfahrten a{
	background:url(../images/layout/nav-motorradausfahrten-events.jpg) 0 0 no-repeat;
}
.galerie-Motorradausfahrten a:active, .galerie-Motorradausfahrten a:hover{
	background:url(../images/layout/nav-motorradausfahrten-events.jpg) -184px 0 no-repeat;
}
.galerie-Events a{
	background:url(../images/layout/nav-motorradausfahrten-events.jpg) 0 -34px no-repeat;
}
.galerie-Events a:active, .galerie-Events a:hover{
	background:url(../images/layout/nav-motorradausfahrten-events.jpg) -184px -34px no-repeat;
}
/* ################# end Galerie uns #################*/

/* ################# Fahrzeuge uns #################*/
.fahrzeuge a{
	width:137px;
	background:url(../images/layout/navigation.jpg) -218px 0 no-repeat;
}
.fahrzeuge a:active, .fahrzeuge a:hover{
	background:url(../images/layout/navigation.jpg) -218px -70px no-repeat;
}
.fahrzeuge-Autos a{
	background:url(../images/layout/nav-autos-motorraeder.jpg) 0 0 no-repeat;
}
.fahrzeuge-Autos a:active, .fahrzeuge-Autos a:hover{
	background:url(../images/layout/nav-autos-motorraeder.jpg) -184px 0 no-repeat;
}
.fahrzeuge-Motorraeder a{
	background:url(../images/layout/nav-autos-motorraeder.jpg) 0 -34px no-repeat;
}
.fahrzeuge-Motorraeder a:active, .fahrzeuge-Motorraeder a:hover{
	background:url(../images/layout/nav-autos-motorraeder.jpg) -184px -34px no-repeat;
}
/* ################# end Fahrzeuge uns #################*/

/* ################# Ueber uns #################*/
.ueberUns a{
	width:126px;
	background:url(../images/layout/navigation.jpg) -355px 0 no-repeat;
}
.ueberUns a:active, .ueberUns a:hover{
	background:url(../images/layout/navigation.jpg) -355px -70px no-repeat;
}
.ueberUns-Philosophie a{
	background:url(../images/layout/nav-team-philosophie-raeumlichkeiten.jpg) 0 0 no-repeat;
}
.ueberUns-Philosophie a:active, .ueberUns-Philosophie a:hover{
	background:url(../images/layout/nav-team-philosophie-raeumlichkeiten.jpg) -184px 0 no-repeat;
}
.ueberUns-Team a{
	background:url(../images/layout/nav-team-philosophie-raeumlichkeiten.jpg) 0 -34px no-repeat;
}
.ueberUns-Team a:active, .ueberUns-Team a:hover{
	background:url(../images/layout/nav-team-philosophie-raeumlichkeiten.jpg) -184px -34px no-repeat;
}
.ueberUns-Raeumlichkeiten a{
	background:url(../images/layout/nav-team-philosophie-raeumlichkeiten.jpg) 0 -68px no-repeat;
}
.ueberUns-Raeumlichkeiten a:active, .ueberUns-Raeumlichkeiten a:hover{
	background:url(../images/layout/nav-team-philosophie-raeumlichkeiten.jpg) -184px -68px no-repeat;
}
/* ################# end Ueber uns #################*/

/* ################# Preise + Klassen #################*/
.preise a{
	width:97px;
	background:url(../images/layout/navigation.jpg) -121px 0 no-repeat;
}
.preise a:active, .preise a:hover{
	background:url(../images/layout/navigation.jpg) -121px -70px no-repeat;
}
.klassen a{
	width:121px;
	background:url(../images/layout/navigation.jpg) 0 0 no-repeat;
}
.klassen a:active, .klassen a:hover{
	background:url(../images/layout/navigation.jpg) 0 -70px no-repeat;	
}
.preise-A-Ausbildung a, .klassen-A-Ausbildung a{
	background:url(../images/layout/nav-klassen-preise.jpg) 0 0 no-repeat;
}
.preise-A-Ausbildung a:active, .preise-A-Ausbildung a:hover, .klassen-A-Ausbildung a:active, .klassen-A-Ausbildung a:hover{
	background:url(../images/layout/nav-klassen-preise.jpg) -184px 0 no-repeat;
}
.preise-B-Ausbildung a, .klassen-B-Ausbildung a{
	background:url(../images/layout/nav-klassen-preise.jpg) 0 -34px no-repeat;
}
.preise-B-Ausbildung a:active, .preise-B-Ausbildung a:hover, .klassen-B-Ausbildung a:active, .klassen-B-Ausbildung a:hover{
	background:url(../images/layout/nav-klassen-preise.jpg) -184px -34px no-repeat;
}
.preise-B17 a, .klassen-B17 a{
	background:url(../images/layout/nav-klassen-preise.jpg) 0 -68px no-repeat;
}
.preise-B17 a:active, .preise-B17 a:hover, .klassen-B17 a:active, .klassen-B17 a:hover{
	background:url(../images/layout/nav-klassen-preise.jpg) -184px -68px no-repeat;
}
.preise-AB-Kombination a, .klassen-AB-Kombination a{
	background:url(../images/layout/nav-klassen-preise.jpg) 0 -102px no-repeat;
}
.preise-AB-Kombination a:active, .preise-AB-Kombination a:hover, .klassen-AB-Kombination a:active, .klassen-AB-Kombination a:hover{
	background:url(../images/layout/nav-klassen-preise.jpg) -184px -102px no-repeat;
}
.preise-Moped a, .klassen-Moped a{
	background:url(../images/layout/nav-klassen-preise.jpg) 0 -136px no-repeat;
}
.preise-Moped a:active, .preise-Moped a:hover, .klassen-Moped a:active, .klassen-Moped a:hover{
	background:url(../images/layout/nav-klassen-preise.jpg) -184px -136px no-repeat;
}
.preise-125-er a, .klassen-125-er a{
	background:url(../images/layout/nav-klassen-preise.jpg) 0 -170px no-repeat;
}
.preise-125-er a:active, .preise-125-er a:hover, .klassen-125-er a:active, .klassen-125-er a:hover{
	background:url(../images/layout/nav-klassen-preise.jpg) -184px -170px no-repeat;
}
.preise-MotoGP a, .klassen-MotoGP a{
	background:url(../images/layout/nav-klassen-preise.jpg) 0 -204px no-repeat;
}
.preise-MotoGP a:active, .preise-MotoGP a:hover, .klassen-MotoGP a:active, .klassen-MotoGP a:hover{
	background:url(../images/layout/nav-klassen-preise.jpg) -184px -204px no-repeat;
}
/* ################# end Preise + klassen #################*/

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

 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.MenuBarHorizontal 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.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

