/* Start of CMSMS style sheet 'braun: Gaestebuch' */
/*
 Standard-/Beispiel-Stylesheet f&uuml;r das CMSms-G&auml;stebuch-Modul.
Es wird &uuml;berschrieben, wenn das Modul aktualisiert wird und es wird gel&ouml;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 #cccccc;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #cc9966;
        padding: 1em;
        height: 3em;

}

/* Style the actual message */
.cms-guestbook-entry-text 
{

	padding: 1em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;

}

/* Style message header links */
.cms-guestbook-entry-header a {

} 
.cms-guestbook-entry-header a:hover {

} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
        font-size: 120%;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	float: right;

}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
       float: right;

}

/* End of 'braun: Gaestebuch' */

