
/**
 * 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: #404040;
	font-weight: bold;
}

.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_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 fuer Downloads
 */

.entry_download_link {
}



/**
 *	Styles der Galerie
 *
 *	Hinweis Thumbgroessen: small: 90 x 68, medium: 160 x 120, big: 220 x 161
 */

/* Galerie-Uebersicht (zu einer Kategorie): Container um alle Kategorien */ 
div.entry_gallerylist_complete {
}

/* Galerie-Uebersicht (zu einer Kategorie): Container um eine Galerie */ 
div.entry_gallerylist_entry {
	float: left;
	width: 310px;
	margin: 20px 20px 20px 20px;
}

/* Galerie-Uebersicht (zu einer Kategorie): Abschluss unter allen entry_gallerylist_entry */ 
div.entry_gallerylist_closer {
	clear: left;
}

/* Fuer die kleine Liste ueber einer gerade angezeigten Galerie */ 
div.entry_gallerysmalllist_complete {
	margin: 0px 0px 10px 0px;
	text-align: center;
}

/* Link auf aktuelle Galerie in der Kurzliste */ 
.entry_gallerysmalllist_link_on {
	margin: 0px 5px 0px 5px;
	font-weight: bold;
}

/* Link auf nicht aktuelle Galerie in der Kurzliste */ 
.entry_gallerysmalllist_link_off {
	margin: 0px 5px 0px 5px;
}


/*********
 *	Styles zur Darstellung einer Galerie in der Einzelnansicht
 *
 *	Werden auch fuer einbe Galerie in der Liste verwendet. Will man da etwas abweichend
 *			umsetzen, kann man das ueber die Unterordnung unter entry_gallerylist_complete
 *			machen.
 *********/

div.entry_gallery_complete {
	clear: both;
}

div.entry_gallery_title {
	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: 10px;
	text-align: center;
/*	background-color: #404040; */
	border-style: solid;
	border-width: 0px;
	border-color: #a0a0a0;
}

/* Ergaenzungsklassen zu entry_gallery_thumb fuer die drei Thumbsgroessen (siehe oben) */ 
div.entry_gallery_thumbsize_small {
	width: 110px;
}

div.entry_gallery_thumbsize_medium {
	width: 150px;
	margin: 10px;
}

div.entry_gallery_thumbsize_big {
	width: 250px;
	padding: 10px;
	margin: 10px;
}

img.entry_gallery_thumbsimage {
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
}

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

/* Der hintere, seitenfuellende Container zum Abblenden. Kann halbtransparent sein, weswegen
   das eigentliche Bild nicht hier rein kommt, sondern in das farblose aber deckende
   entry_gallery_overlay_canvas (liegt UeBER diesem NICHT DARIN) */
#entry_gallery_overlay_fader {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    z-index: 1000;
	background-color: #ffffff;
/*	opacity: 0.0; */
}

/* Das Element, in das per per innerHTML die Anzeige des Bildes eingebaut wird */
#entry_gallery_overlay_canvas {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    z-index: 1010;
}

#entry_gallery_overlayer_imagecontainer {
	margin: 10px auto 5px auto;
	padding: 10px 10px 10px 10px;
	background-color: #202020;
	border-width: 1px;
	border-color: #3E0000;
	border-style: solid;
	text-align: center;
    z-index: 1020;
}

/* Element wird per innerHTML dynamisch eingefueuegt */ 
#entry_gallery_overlayer_image {
	display: block;
	margin: 0px auto 0px auto;
	background-color: #404040;
	border-width: 1px;
	border-color: #505050;
	border-style: solid;
    z-index: 1030;
}

#entry_gallery_overlayer_toolbar {
	position: relative;
	margin: 0px 0px 8px 0px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	color: #cc6633;
}

#entry_gallery_overlayer_toolbar img {
	border-width: 0px;
}

#entry_gallery_overlayer_linkclose {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border-width: 0px;
	background-image: url( /gfx-sys/gallery-darkgrey-close-off.gif );
	text-decoration: none;
}

#entry_gallery_overlayer_linkclose:active,
#entry_gallery_overlayer_linkclose:hover {
	background-image: url( /gfx-sys/gallery-darkgrey-close-on.gif );
	text-decoration: none;
}

#entry_gallery_overlayer_linkleft {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 13px;
	height: 18px;
	border-width: 0px;
	background-image: url( /gfx-sys/gallery-darkgrey-left-off.gif );
	text-decoration: none;
}

#entry_gallery_overlayer_linkleft:active,
#entry_gallery_overlayer_linkleft:hover {
	background-image: url( /gfx-sys/gallery-darkgrey-left-on.gif );
	text-decoration: none;
}

#entry_gallery_overlayer_linkright {
	position: absolute;
	display: block;
	left: 24px;
	top: 0px;
	width: 13px;
	height: 18px;
	border-width: 0px;
	background-image: url( /gfx-sys/gallery-darkgrey-right-off.gif );
	text-decoration: none;
}

#entry_gallery_overlayer_linkright:active,
#entry_gallery_overlayer_linkright:hover {
	background-image: url( /gfx-sys/gallery-darkgrey-right-on.gif );
	text-decoration: none;
}

