.tipLayerWrapper a{

	
	text-decoration: none;
	color: #222;
	text-indent: 0px;
	font-size: 12px;
	font-weight: bold;
	

	

}

.tipLayerWrapper li a{

list-style-type: square;
	display: block;
	text-decoration: none;
	color:#6E156B;
	text-indent: 0px;
	font-size: 12px;
	font-weight: bold;
	
	
	padding: 0px 0 0px 0;
	
}



* html.tipLayerWrapper a{

}

.tipLayerWrapper p a{
	display:inline;
	float:none;
	background-image: none;
}
.tipLayerWrapper .qv{
	clear:both;
}
.tipLayerWrapper a:hover{
	text-decoration: underline;
	
}
.tipContainer{
	width: 385px;
	background-color: #DED0DF;
	color: #FFFFFF;
	margin-top: 0;
	background-image:url(../elem/close.gif);
	background-repeat:no-repeat;
	background-position: right 0px;
	font-size: 12px;
}
.tipContainer p{
	padding-top: 10px;
	padding: 5px;
	display: block;
}

/* IE-Hack  nur IE liest die nachfolgende Anweisung! */
* html .tipContainer p{
	padding: 3px;
	width: 370px;
	background-position: right;
	

}

.tipContainer p a{
	font-size: 12px;
	
	font-weight: bold;
	padding: 0px;
	
	
}

.tipContainer p a:hover{
	
	text-decoration: underline;
}