@CHARSET "ISO-8859-1";

/* POPUP */

.popup {
	z-index: 2;
}

.subpopup {
	z-index: 2;
}
.popup, .subpopup {
	margin: 0px;
	padding: 0px;
}

span.popup, span.subpopup {
	visibility: hidden;
	position: absolute; 	
	cursor: pointer;
 }

span.popuplink {
	cursor: pointer;
}
span.popuplink a {
	color: black;
}
li.popup, li.subpopup {
	font-size: 12px;	
	text-align: left;
	list-style-type: none;	
}

li.popupSep {
	list-style-type: none;	
	background-color: #F0F5F9;
	border: 1px solid #787878;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url("/infotorg/bilder/bg_pop_sep.gif");
}

a.popup, a.subpopup, a.popupWithSub {
	background-color: #F1F4F6;
	/*border: 1px solid #787878;*/
	border-top-style: none;
	border-bottom-style: none;
	color: black;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 2px 6px 2px 6px;
	display: block;	
}

a.popupWithSub {
	background-image: url("../bilder/bg_pop_menu_arw.gif");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}
a:hover.popupWithSub {
	background-image: url("../bilder/bg_pop_menu_arw_inv.gif");
	background-position: right;
	background-repeat: no-repeat;
}

a.popup:hover, a.subpopup:hover, a.popupWithSub:hover {
	background-color: #7C818A;
	color: white;
	text-decoration: none;
}

ul.popup, ul.subpopup {
	border: 1px solid #A7A9AC;
	background-color: #ffffff;
	padding: 3px 0px;
	/*border-bottom: 1px solid #787878;*/
}

.popuplink a.headerLink, a.headerLink {
	color: white;
}
#secondTabRow{
		padding: 11px 11px 4px 11px;
} 

li.popup a, 
#headMenus li.popup a, 
#sectionMenu li.popup a{
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	margin: 0px 7px; 
	padding: 1px 6px;
	font-size: 11px;
	font-weight: normal;
}
li.popup a:hover, 
#headMenus li.popup a:hover,
#sectionMenu li.popup a:hover {
	background-color: #ffffff;
	color: #ED7700;
}

