/* Start of CMSMS style sheet 'Gästebuch (Standard-/Beispiel-Stylesheet)' */
/*
 Standard-/Beispiel-Stylesheet für das CMSms-Gästebuch-Modul.
Es wird überschrieben, wenn das Modul aktualisiert wird und es wird gelöscht, wenn das Modul deinstalliert wird. Wenn Sie das Template modifiziert haben, sollten Sie sich zuvor eine Kopie davon anfertigen.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}

.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #aaa;
	margin-bottom: 1em;
        margin-top: 2em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #777;
	color: white;
	border: 1px solid #777;
	padding: .5em;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
/*	float: right;*/
        display: inline;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a,
.cms-guestbook-entry-header a:visited {
	color: white;
        text-decoration: none;
} 
.cms-guestbook-entry-header a:hover {
	color: #c93;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}
.cms-guestbook-showform-button input {
	border: 2px dotted #aaa;
        padding: 2px 4px;
        color: #444;
}
/* End of 'Gästebuch (Standard-/Beispiel-Stylesheet)' */

