/*Definitionen die nur innerhalb des HTMLArea gelten*/
.htmlarea-content-body{
	font-family: Arial, Helvetica, sans-serif;
	color: #2d2c2b;
	background-color: #e9e9e9;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	width: 623px;
}

.htmlarea-content-body a{
	color: #d41717;
	text-decoration: none;
}

.htmlarea-content-body table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2c2b;
	font-size: 12px;
	text-align: left;
	width: 623px;
	height: auto;
}

.htmlarea-content-body td{
	vertical-align: top;
}

.htmlarea-content-body th{
	vertical-align: top;
}

.htmlarea-content-body td a{
	color: #d41717;
	text-decoration: none;
}

.htmlarea-content-body ul{
	list-style: none;
}

.htmlarea-content-body ul li {
	line-height: 20px;
	padding-left: 14px;
	background-image: url(../images/li_image.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

/*Zusätzliche Styles*/
.symbol_email{
	padding-left: 20px;
	background-image: url(../images/symbol_email.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

.symbol_vvard{
	padding-left: 20px;
	background-image: url(../images/symbol_vcard.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

.symbol_pdf{
	padding-left: 20px;
	background-image: url(../images/symbol_pdf.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

.symbol_download{
	background-image: url(../images/symbol_download.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

.symbol_zurueck{
	padding-left: 20px;
	background-image: url(../images/symbol_zurueck.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}