
.preloading {
  width:0px;
  height:0px;
  display:none;
}


#logo{
	background:url(../images/logo-haendler.png) no-repeat;
	display:block;
	position:absolute;
	left:-50px;
	width:265px;
	height:50px;
}

/* Header Menu */

#menu {
	height:50px;
	color:#333333;
	float:right;
/*	padding-right: 20px; */
}

#menu li{
	display:inline;
}

#menu li a {
	float:left;
	line-height:50px;
	padding:0px 20px 0px 20px;
	text-decoration:none;
	color:#333333;
	font-style:normal;
}

#menu li a.active {
	background:url(../images/menu_active-haendler.png) repeat-x;
	font-weight:bold;
}

#menu li a.order {
	background:url(../images/menu_order-haendler.png) no-repeat;
	font-weight:bold;
	color:#333333;
}

#menu li a.order:hover {
	background:url(../images/menu_orderhover-haendler.png) no-repeat;
	font-weight:bold;
	color:#666;
}

#menu li a.orderactive {
	background:url(../images/menu_orderactive-haendler.png) no-repeat;
	font-weight:bold;
}

#menu li a.orderactive:hover {
	background:url(../images/menu_orderhover-haendler.png) no-repeat;
}

#menu li a:hover {
	background:url(../images/menu_hover-haendler.png) repeat-x;
	color:#666;
}



a {
	color:#EB9600;
	text-decoration:underline;
	font-style:italic;
}
a:visited {
	color:#EB9600;
	text-decoration:underline;
	font-style:italic;
}
a:hover {
	background:#EB9600;
	color:#333333;
	text-decoration:none;
}

a.mini {
	color:#EB9600;
	text-decoration:underline;
	font-style:italic;
	font-size: 11px;
}
a.mini:visited {
	color:#EB9600;
	text-decoration:underline;
	font-style:italic;
	font-size: 11px;
}
a.mini:hover {
	background:#EB9600;
	color:#333333;
	text-decoration:none;
	font-size: 11px;
}


a.footerlinks {
	color:#4d4d4d;
	text-decoration:none;
	font-size: 11px;
}
a.footerlinks:visited {
	color:#4d4d4d;
}
a.footerlinks:hover {
	color:#4d4d4d;
	background:none;
}
