@charset "utf-8";
/* CSS Document */

.standard {
	font-family: verdana;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	white-space: normal;
	text-align: left;
}

.titel {
	font-family: arial;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	white-space: normal;
	text-align: left;
	font-weight: bold;
}

.link {
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	white-space: normal;
	text-align: center;
}

.preis {
	font-family: verdana;
	font-size: 18px;
	line-height: 15px;
	color: #666666;
	white-space: normal;
	text-align: left;
	font-weight: bold;
	
}

.bio {
	font-family: verdana;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	white-space: normal;
	text-align: justify;
	background-color: #E8E8E8;
	font-weight: normal;
}

