@charset "UTF-8";

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

.entry_pdf_link {
}

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

.entry_imagegeneral_image_middle {
	display: block;
	margin: 8px 5px 8px 5px;
	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;
}



/**
 * Styles der Referencen-Liste
 */
.entry_reference_text_name {
	color: #93970b;
	margin: 2px 0px 2px 0px;
	line-height: 110%;
	font-size: 100%;
	cursor: pointer;
}

.entry_reference_text_general {
}

.entry_reference_textlink {
}



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

.entry_event_text_date {
}

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

.entry_event_text_description {
}

.entry_event_text_location {
}

.entry_event_text_time {
}

a.entry_event_list_link_off {
	color: #606060;
}

a.entry_event_list_link_on {
	color: #606060;
	font-weight: bold;
}


/**
 * Styles der Gaestebuch-Liste
 */

.entry_guestbook_pagebar {
	margin: 15px 0px 15px 0px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	background-color: #f0f0f0;
}

.entry_guestbook_pagebar a {
}

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

.entry_guestbook_label_author {
	color: #606060;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
}

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

.entry_guestbook_label_comment {
	margin: 0px 0px 5px 10px;
	color: #ff99cc;
	font-weight: bold;
	font-style: italic;
}

.entry_guestbook_text_comment {
	margin: 0px 0px 5px 20px;
	font-style: italic;
}

.entry_guestbook_delimiter {
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #6060a0;
	margin: 20px 0px 20px 0px;
}

