p.flyer {
	padding: 5px 14px 5px 14px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #000000;
	font-weight: bold;
}
a.flyer1, a.flyer2 {
	display: block;
	height: 194px;
	width: 124px;
	padding: 2px 4px;
	border: 1px solid #D9D9D9;
	text-decoration:none;
	text-align: center;
	outline: none;
}
a.flyer1 {
	background: #D9D9D9 url(home/octopus.jpg) no-repeat 4px 20px;
	margin-left: 10px;
	float: left;
}
* html a.flyer1 {margin-left: 5px;} /* ie6 */
*+html a.flyer1 {margin-left: 5px;} /* ie7 */
a.flyer2 {
	background: #D9D9D9 url(home/puk.jpg) no-repeat 4px 20px;
	margin-right: 6px;
	float: right;
}
a.flyer1:hover, a.flyer2:hover {
	background-color: #E2B8D4;
	color: #000000;
	font-weight: bold;
	border: 1px solid #CE89B8;
	-moz-border-radius: 5px;
}

/* EDITs */
.fliesstext_klein ul {padding: 10px 0 10px 15px; line-height: 20px;}
