#teasermenu * {
   margin:0;
   padding:0;
   float: left;
}

#teasermenu {
   margin:0;
   padding:0;
   float: left;
}

#teasermenu ul {
   	list-style-type: none;
	display: inline;
   	width: 606px;
   	font-family: Arial,Helvetica,"Sans Serif";
   	line-height: 1.3em;
	padding-top: 0px;
}


#teasermenu ul li {
   display: inline;
   //height:1px;
   min-height:1px;
}

#teasermenu ul li a.bildlink {
   	margin-right:10px;
}

div#teasermenu ul li a.bildlink img {
   	vertical-align: top;
	width: 21px;
	border: #000000 1px solid;
}

.landlk {
	display: none;
}
div#teasermenu a {
	z-index: 10;
}
div#teasermenu a:hover {
	position: relative;
	z-index: 100;
}
div#teasermenu a span {
	display: none;
}
div#teasermenu a:hover span {
	display: block;
	position: absolute;
	float: left;
	white-space: nowrap;
	top:2.2em;
	left:.5em;
	background: #fffcd1;
	border: 1px solid #444;
	color: #444;
	z-index: 10;
}


