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

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

.teasermenu ul li {
   //height:1px;
	min-height:1px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F8F8F3;
	padding: 1%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: auto;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
}

.teasermenu ul li a.bildlink {
	width:110px;
	float:left;
	margin-right:1%;
	height: 110px;
	overflow: hidden;
	line-height: 150px;
	text-align: center;
	vertical-align: middle;
	border: 1px none #707070;
	padding: 5px;
}
.teasermenu.service  ul li a.bildlink {
	width:150px;
	height: 100px;
}
.teasermenu ul li a.bildlink:hover {
	text-decoration: none;
}
.teasermenu ul li a.bildlink img {
	vertical-align:middle;
	text-align: center;
}

.teasermenu ul li dl {
   float:left;
   width: 75%;
   padding: 1%;
}

.teasermenu.service ul li dl {
   width: 73%;
}

.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 .clearer {
   clear:both;
   visibility:hidden;
   font-size:0;
   line-height:0;
   height:0;
}

