/* Start of CMSMS style sheet 'Gästebuch (Standard-/Beispiel-Stylesheet)' */
/*
 Standard-/Beispiel-Stylesheet f&uuml;r das CMSms-G&auml;stebuch-Modul.
Es wird &uuml;berschrieben, wenn das Modul aktualisiert wird und gel&ouml;scht, wenn das Modul deinstalliert wird. Wenn Sie das Template modifiziert haben, sollten Sie sich zuvor eine Kopie anfertigen.
*/

 /* Style pagination */

.cms-guestbook
{
      color:#ccc;
}

.cms-guestbook-pagination
{
      /* color:#ccc;*/
      padding-bottom:1em;
}

.cms-guestbook-pagination_header {
	margin: .5em 0;
       /* color:#ccc;*/
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
  /*     color:#ccc;*/
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
  /*  color: #ccc;*/
}

/* Style the guestbook */

/* Style error messages */

.cms-guestbook-error
{
       font-weight: bold;
       color:red;
}

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid black;
	margin-bottom: 1em;
        color: #c0c0c0;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #0080B6;
	color: #e2e2e2;
	border: 1px solid #999;
        border-left:1.1em solid #999;
	margin: 1px;
        padding-left: 0.5em;
        padding-right:0.2em;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #0080C0;
	padding: .5em;
	/*color: #ccc;*/
}

/* 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: #e2e2e2;
} 
.cms-guestbook-entry-header a:hover {
	color: #e2e2e2;
} 
		  
/* 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;
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/*style the From*/
.cms-guestbook-div-insert
{
     /*  color:#ccc;*/
}

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

