
.aside { display:none; }

.tinytip {
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

.minitip {
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);	
}

.bigtip {
	font-size: 13px;
	min-height: 40px;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

.bigtip strong {
	display: block;
	padding: 5px 0 3px 0;
	color: rgba(0,0,0,0.8);
	text-transform: uppercase;
	border-top: 1px solid rgba(0,0,0,0.15);
	margin-top: 10px;
	font-size: 11px;
}

.bigtip p {
	margin: 0;
}

.bigtip li {
	padding: 0.2em 0 0.2em 10px;
}

.bigtip h5 {
	font-size: 16px;
    font-family: VAGRundschriftD, 'Arial Rounded MT Bold', 'Arial Rounded MT', Arial, sans-serif; font-weight: normal;	font-weight: normal; 
	color: rgba(0,0,0,0.8);
}

.bigtip h5 span {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}
