
/**
 * Styles für 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 für 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%;
}

.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 Gästebuch-Liste
 */

.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;
}


/**
 *	Styles der Galerie
 *
 *	Hinweis Thumbgrößen: small: 90 x 68, medium: 160 x 120, big: 220 x 161
 */
div.entry_gallery_complete {
	clear: both;
}

div.entry_gallery_complete img {
	margin: 0px 0px 0px 0px;
}

div.entry_gallery_title {
	color: #A0A0A0;
	font-weight: bold;
}

div.entry_gallery_datecreated {
}

div.entry_gallery_description {
}

/* Container um alle Thumbs */
div.entry_gallery_thumbs {
}

/* Container um einzelnen Thumb */
div.entry_gallery_thumb {
	float: left;
	margin: 6px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
/*
	border-style: solid;
	border-width: 1px;
	border-color: #A0A0A0;
*/
}

/* Ergänzungsklassen zu entry_gallery_thumb für die drei Thumbsgrössen (siehe oben) */ 
div.entry_gallery_thumbsize_small {
	width: 120px;
}

div.entry_gallery_thumbsize_medium {
	width: 150px;
}

div.entry_gallery_thumbsize_big {
	width: 240px;
}

/* mit #layout_content_content um "#layout_content_content img" zu übertrumpfen */
#layout_content_content img.entry_gallery_thumbsimage {
	border-style: solid;
	border-width: 1px;
	border-color: #A0A0A0;
	margin: 0px;
}

/* Abschluss im entry_gallery_thumbs-Container */
.entry_gallery_thumbs_closer {
	clear: left;
}


/**
 * Styles für Downloads
 */

.entry_download_link {
}


