.bundeslandListe {
  	display: none;
	padding: 10px;
	z-index: 1000;
	background-color: #fff;
}
.close_button {
	float: right;
	background-image: url(img/popupclose.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 21px;
	color: #253A81;
	font-weight: bold;
	text-decoration: none;
}
.close_button:hover {
	color: #779AC1;
	text-decoration: underline;
}
.twocolumn {
	float: left;
	width: 280px;	
}

.tooltip {
   font-size: 10pt;
   text-align: left;
   position: absolute;
   display: none;
   z-index: 999;
   background-color: #EDECF4;
   border-width: 1px;
   border-style: solid;
   border-color: #6ba0c5; }
.tooltip .head {
   font-weight: bold;
   background-color: #6ba0c5;
   color: #EDECF4;
   padding: 2px; }
.tooltip .headVerwProduk {
   font-weight: bold;
   background-color: #FF0000;
   color: #EDECF4;
   padding: 2px; }
.tooltip .headVkService {
   font-weight: bold;
   background-color: Green;
   color: #EDECF4;
   padding: 2px; }
.tooltip .content {
   color: #666666;
   font-weight: bold;
   padding: 4px; }
.tooltip .contentVerwProduk {
   color: #666666;
   font-weight: bold;
   padding: 4px; }
.tooltip .contentVkService {
   color: #666666;
   font-weight: bold;
   padding: 4px; }

