@charset "UTF-8";

/**
 * Styles fuer die Links auf PDF-Dokumente
 */

.entry_pdf_link {
}


/**
 * Styles der Event-Liste
 */
.entry_event_text_title {
	color: #404040;
	font-weight: bold;
}

.entry_event_text_tookplace {
	color: #10a010;
	font-weight: bold;
}

.entry_event_text_description {
}

.entry_event_text_location {
}

.entry_event_text_time {
}

.entry_event_pdf_details {
}

.entry_event_pdf_registration {
}


/**
 * Styles der FAQ-Liste
 */

.entry_faq_overview_list {
	margin: 5px 0px 15px 20px;
}

.entry_faq_overview_item {
	margin: 5px 0px 5px 0px;
}

a.entry_faq_overview_link {
	color: #e03333;
}

a.entry_faq_linktooverview {
	color: #e03333;
}

.entry_faq_text_entry {
	margin: 10px 0px 10px 0px;
}

.entry_faq_label_question {
	color: #ff9999;
	font-weight: bold;
}

.entry_faq_text_question {
	margin: 0px 0px 5px 10px;
}

.entry_faq_label_answer {
	color: #ff9999;
	font-weight: bold;
}

.entry_faq_text_answer {
	margin: 0px 0px 5px 10px;
}

.entry_faq_delimiter {
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #7eb35d;
	margin: 20px 0px 20px 0px;
}



/**
 * Styles der Referencen-Liste
 */
.entry_reference_text_name {
	color: #404040;
	font-weight: bold;
}

.entry_reference_text_general {
}

.entry_reference_textlink {
}


/**
 *	Das allgemeine Bild.
 */
.entry_imagegeneral_image {
	text-align: center;
	margin: 8px;
}

.entry_imagegeneral_image_middle {
	display: block;
	margin: 8px;
	text-align: center;
}

.entry_imagegeneral_image_left {
	float: left;
	margin: 8px 8px 8px 0px;
}

.entry_imagegeneral_image_right {
	float: right;
	margin: 8px 0px 8px 8px;
}



/**
 *	Das Kopfbild.
 */

.entry_imagehead_image {
	margin: 0px;
}



/**
 *	Styles fuer externe Links
 */

a.entry_link_link {
	text-decoration: underline;
}
