/* ============================================= */
/*   CSS-File of the Alkacon newsletter module   */
/* ============================================= */
.newslettersubscription-wrapper {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.newslettersubscription-wrapper form div {
	margin: 5px;
}

/* ============================================= */
/*   CSS-File of the FAQ module made by comundus */
/* ============================================= */
#faq {
	list-style: none;
}
#faq .ask {
	font-size: 12px;
	font-family: Arial;
	color: #FF7F00;
	text-decoration: none;
	font-weight: bold;
}
#faq .ask a:hover {
	text-decoration: underline;
}

#faq .answer {
	color: #000000;
	font-size: 11px;
}


/* ============================================= */
/*   CSS-File of the webform module              */
/* ============================================= */
.formgenerator td {
	font-size: 11px;
}

/* ======================================== */
/*   Stylesheet of the search result list   */
/* ======================================== */
#search h2, #search .highlight {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}

#search p strong {
font-family: Verdana;
font-size: 11px;
font-weight: bold;
}

.searchResult {
font-family: Arial;
font-size: 11px;
color: #000000;
margin-top: 10px;
}

.searchResult h3 {
color: #FF7F00;
font-size: 12px;
font-weight: bold;
}

#search a {
text-decoration: none;
}

#search a:hover {
text-decoration: underline;
}

#search .paginationArea {
color: #000000;
font-size: 11px;
margin-top: 20px;
}
