/* Start of CMSMS style sheet 'Gästebuch (Standard-/Beispiel-Stylesheet)' */
 /* Style pagination */


/* Lücke unter "Neuer Eintrag" */
.cms-guestbook-pagination_header {
	margin: 1em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: 0.5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */


.cms-guestbook-entry
{
	border: 1px solid black;       /* Rand um jeden einzelnen Eintrag */
	margin-bottom: 1em;           /* Platz zwischen den einzelnen Einträgen */
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #FFFF00;       /* Farbe des Balkens um den Eintragersteller-Namen */
        height: 1em;                    /* Höhe des Balkens */
        color: black;                        /* Textfarbe des Eintragersteller-Namens */
        padding: 0.5em;          
        line-height:1em;             /* Zeilenhöhe des Eintragsteller-Namens */
        border: 0px solid black;     /* Rand um Eintragerstelelr-Namen */
	margin: 0px;                    /* Abstand des Feldes des Eintragsteller-Names zum Kasten außen */
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #CCCCCC;    /* Hintergrundfarbe des Nachrichtentextes */
	padding: 0.5em;          /* Abstand um Nachrichtentext herum */
	color: black;              /* Textfarbe der Nachricht */
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: black;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;              /* Schriftgröße des Absendernamens */
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;            /* Schriftgröße E-Mail-Link */
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0em;
}

/* End of 'Gästebuch (Standard-/Beispiel-Stylesheet)' */

