@CHARSET "UTF-8";

#placeHolderMenu
{
	position: relative;
	
	/*top: -19px;*/
	
	width: : 100%;
	height: 30px;
	
	background-image: url("../../../artikel/bilder/images/background_menu.png");
	background-repeat: repeat-x;
	
	z-index: 1;
}

#mainMenu
{
	position: absolute;
	
	clear: both;
	
	width: 760px;
	height: 30px;
	
	/*border: 1px solid orange;*/
	
	z-index: 50;
}

#mainMenuEntry, #selectedMainMenuEntry
{
	position: relative;
	
	float: left;
	
	z-index: 200;
}

#selectedMainMenuEntry
{
	background: silver;
	
	z-index: 200;
}

#mainMenuEntry a, #selectedMainMenuEntry a
{
	position: relative;
	
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	
	text-decoration: none;
	font-family:"Arial Narrow";
	font-size:15px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 29px;
	
	color: #b51b19;
	
	z-index: 210;
}

#mainMenuEntry a:HOVER
{
	position: relative;
	
	background: silver;
}

#selectedMainMenuEntry:hover
{
	background: silver;
}

/** =================== Submenu =========================*/

#subMenu
{
	position: relative;
	
	clear: both;
	
	width: 100%;
	height: 30px;
	
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
	background-image: url("../../../artikel/bilder/images/background_undermenu.png");
	background-repeat: repeat-x;
}

#subMenuEntry, #selectedSubMenuEntry
{
	position: relative;
	
	float: left;
	
	z-index: 200;
}

#subMenuEntry a, #selectedSubMenuEntry a
{
	position: relative;
	
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 20px;
	
	text-decoration: none;
/*
	font-size: 18px;*/
	line-height: 30px;
	
	font-family:"Arial Narrow";
	font-size:15px;
	font-weight: bold;
	text-transform:uppercase;
	
	color: #666666;
	
	z-index: 210;
}

#selectedSubMenuEntry a
{
	color: #b51b19;
}

#subMenuEntry a:HOVER
{
	position: relative;
	
	color: #b51b19;
}

#selectedSubMenuEntry:hover
{
	color: #b51b19;
}
