#tooltip {
	position: absolute;
	z-index: 30000;
	border: 1px solid #000;
	background: #3b3b3b;
	padding: 10px;
	/*opacity: 0.85;*/
	text-align: left;
	font-size: 1.1em;
	color: #fff;
}
#tooltip h3, #tooltip div { margin: 0; color: #fff; }

table.kundeinfo {
	border-left: none;
	border-top: none;
	width: 500px;
	padding: 10px;
}
table.kundeinfo h2 {
	color: #b9b9b9;
	font-size: 1.2em;
}
table.kundeinfo td {border: none; padding: 10px; vertical-align:top;}
table.kundeinfo td.venstre {width: 250px;}
table.kundeinfo td.hoyre {
	width: 200px;
	padding: 10px 10px 10px 20px;
	background: url(gfx/kontakt/kundeinfo_popup_skiller.png) no-repeat 0 10px;}
table.kundeinfo td {
	min-height: 170px;
	height:auto !important;
	height:170px;}
table.kundeinfo td.hoyre h2 {
	
}
table.kundeinfo a {color: #56bbe0;display:block; float:left;width: 100%;}
table.kundeinfo em {
	display:block;
	float:left;
	margin: 0 0 0 1em;
	font-style: normal;
	background: url(gfx/kontakt/listepunkt_hvit.png) no-repeat 0 3px;
	padding: 0 0 0 11px;
}
table.kundeinfo li {list-style: none;}

