/*
 Standard-/Beispiel-Stylesheet f&uuml;r das 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-pagination {
        background: #e10075;
        color: #fff;
        padding: 0px 0 2px 8px;
}

.cms-guestbook-pagination_header {
	font-weight: bold;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin-right: 0;
        color: black;
}
.cms-guestbook-pagination_nav a {
    color: #fff;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
}
.cms-guestbook-pagination_nav a:hover {
    text-decoration: underline;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	borders: 1px solid #069;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #dedede;
	color: 373737;
	border-bottoms: 3px solid #595959;
	margin-bottom: 1px;
        padding-top: 6px;
        padding-bottom: 6px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #f9f9f9;
	padding: .5em;
	color: #595959;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
        padding-right: 10px;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
        font-family: titi_250_wt;
        font-size: 15px;
        font-weight: bold;
        padding-left: 5px;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}

.cms-guestbook-entry-email a {
        color: #e10075;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
        padding-left: 5px;
}

.cms-guestbook-entry-homepage a {
        color: #e10075;
}

/* Style the smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* Style the entry form */
.cms-guestbook-div-insert label
{
	float: left;
	width: 12em;
}

/* Style the entry form fieldset */
.cms-guestbook-div-insert fieldset {
       border: none;
}
/* Stylesheet: Gästebuch (Standard-_Beispiel-Stylesheet) Modified On 2022-07-27 12:04:06 */
