/* CSS Teasermenü mit Bildern */
.teasermenu * {
	padding:0;
	display:block;
	margin: 0;
}

.teasermenu ul {
	list-style-type:none;
	width:500px;
	background:#fff;
	font-family:Arial,Helvetica,"Sans Serif";
	line-height:1.3em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 5px;
}

.teasermenu ul li {
	padding:5px;
   //height:1px;
	min-height:1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.teasermenu ul li a.bildlink {
   width:150px;
   float:left;
   margin-right:10px;
}

.teasermenu ul li a.bildlink img {
   vertical-align:top;
}

.teasermenu ul li dl {
   float:right;
   width:330px;
}

.teasermenu ul li dl dt {
   font-size:1.2em;
   font-weight:bold;
}

.teasermenu ul li dl dt a {
   display:inline;
}

.teasermenu ul li dl dd {
   padding-top:1em;
}

.teasermenu ul li .clearer {
   clear:both;
   visibility:hidden;
   font-size:0;
   line-height:0;
   height:0;
}

