/* GENERAL STYLES */
.topMenuDiv
{	
	/*715 with search*/
	width:917px;
	height:28px;
	background: url('/img/menu/menu_bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
	float:left;

}
.topMenuDiv div
{
	cursor:pointer;
	padding:0px;
	float:left;

}
.topMenuDiv a,.topMenuDiv a:hover,.topMenuDiv a:link,.topMenuDiv a:visited,.topMenuDiv a:active
{
	
	font-size:12px;
	font-weight:bold;
	text-decoration:none; 
	color: #404040;
	float:left;
	padding-top:5px;
}
.topMenuLeft_normal
{	
	float:left;
	width:12px;
	height:28px;
	background: url('/img/menu/menu_topLeftCap.gif');
	background-repeat:no-repeat;
	background-position:left top;	
}
.topMenuLeft_active
{	
	float:left;
	width:12px;
	height:28px;
	background: url('/img/menu/menu_topLeftCap_aktuellt.gif');
	background-repeat:no-repeat;
	background-position:left top;
	
	
}
.topMenuRight
{
	float:right;
	width:11px;
	text-align:right;
	height:28px;
	background: url('/img/menu/menu_right_light.gif') no-repeat;
	background-repeat:no-repeat;
	
	
	
}
.dividerTop
{
	float:left;
	width:2px;
	text-align:right;
	height:28px;
	background: url('/img/menu/menu_topDivider.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:right top;
}
#subMenu
{
	float:left;
	width:917px;
	height:29px;
	color:#fff;
}
#subMenu a
{
 	color:#fff;
}
/* ========================================================================================= */
#subMenuLeft
{	
	float:left;
	width:11px;
	height:29px;

}
#subMenuLeft.a
{
	background: url('/img/menu/menu_bottomLeftCap_aktuellt.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
#subMenuLeft.b
{
	background: url('/img/menu/menu_bottomLeftCap_prenummeration.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
#subMenuLeft.c
{
	background: url('/img/menu/menu_bottomLeftCap_magasinet.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
#subMenuLeft.d
{
	background: url('/img/menu/menu_bottomLeftCap_shop.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
#subMenuLeft.e
{
	background: url('/img/menu/menu_bottomLeftCap_annons.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
#subMenuLeft.f
{
	background: url('/img/menu/menu_bottomLeftCap_kontakt.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
/* ========================================================================================= */
#subMenuRight
{
	width:11px;
	float:left;
	text-align:right;
	height:29px;
}
#subMenuRight.a
{
	background: url('/img/menu/menu_bottomRightCap_aktuellt.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
#subMenuRight.b
{
	background: url('/img/menu/menu_bottomRightCap_prenummeration.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
#subMenuRight.c
{
	background: url('/img/menu/menu_bottomRightCap_magasinet.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
#subMenuRight.d
{
	background: url('/img/menu/menu_bottomRightCap_shop.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
#subMenuRight.e
{
	background: url('/img/menu/menu_bottomRightCap_annons.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
#subMenuRight.f
{
	background: url('/img/menu/menu_bottomRightCap_kontakt.gif') no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
}
/* ========================================================================================= */
#subMenu.a
{
	background: url('/img/menu/menu_bottomBg_aktuellt.gif') no-repeat;
	background-repeat:repeat-x;
	background-position:top left;
}
#subMenu.b
{
	background: url('/img/menu/menu_bottomBg_prenummeration.gif') no-repeat;
	background-repeat:repeat-x;
	background-position:top left;
}
#subMenu.c
{
	background: url('/img/menu/menu_bottomBg_magasinet.gif') no-repeat;
	background-repeat:repeat-x;
	background-position:top left;
}
#subMenu.d
{
	background: url('/img/menu/menu_bottomBg_shop.gif') no-repeat;
	background-repeat:repeat-x;
	background-position:top left;
}
#subMenu.e
{
	background: url('/img/menu/menu_bottomBg_annons.gif') no-repeat;
	background-repeat:repeat-x;
	background-position:top left;
}
#subMenu.f
{
	background: url('/img/menu/menu_bottomBg_kontakt.gif') no-repeat;
	background-repeat:repeat-x;
	background-position:top left;
}
/* ========================================================================================= */

#searchContainer
{
	float:left;
	padding:4px 0px 0px 0px;
	height:24px;
	background: url('/img/menu/menu_bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
	
	
}
.searchBtn
{
	background: url('/img/menu/search/menu_searchButton.gif');
	background-repeat:no-repeat;
	width:36px;
	height:20px;
	border:0;
	padding:0;
	margin:0;
	float:left;
	
}
.searchTextBox
{
	background: url('/img/buttons/btn_bg_invisible.gif');
	background-repeat:repeat-x;
	margin:2px 0px 0px 0px;
	border-style:none; 
	font-size:10px;
	width:140px
	float:left;	
	display:inline;
	
}
.searchTextLeft
{
	background: url('/img/menu/search/menu_searchLeftCap.gif');
	background-repeat:no-repeat;
	float:left;
	height:20px;
	width:7px;
}
.searchTextBg
{
	background: url('/img/menu/search/menu_searchBg.gif');
	background-repeat:repeat-x;
	float:left;
	height:20px;
	width:150px;
	font-size:10px;
	
}
.searchTextRight
{
	background: url('/img/menu/search/menu_searchRightCap.gif');
	background-repeat:no-repeat;
	float:left;
	height:20px;
	width:7px;
	padding:0px 2px 0px 0px;
}

/* EDITOR PROPERTIES */

