/*
waldhaus.ch  
Ver. 04.10.2007
Anti-Spam
---------------------------------------------------------------- */

#protection {
	display: none;
	visibility: hidden;
}

#spamquestion div.whythis {
	color: #666666;
	display: inline;
	}
#spamquestion div.whythis a {
	text-decoration: underline;
}

#spamquestion div.whythis a span {
	color: #FAFAC8;
	display: none;
	padding: 3px;
	text-decoration: none;
}

#spamquestion div.whythis a:hover, #spamquestion div.whythis a:focus, #spamquestion div.whythis a:active {
	color: #000000;
	text-decoration: none;
}

#spamquestion div.whythis a:hover *, #spamquestion div.whythis a:focus *, #spamquestion div.whythis a:active *, #spamquestion div.whythis a:hover {
	color: #000000;
	display: inline;
	text-decoration: none;
	background-color: transparent;
}

						
#spamquestion div.whythis a:hover span, #spamquestion div.whythis a:focus span, #spamquestion div.whythis a:active span {
	background-color: #FFDE64;
	color: #000000;
	font-style: normal;
	position: absolute;
}
