/*
   TOBIK-Stylesheet für das CMSms-Gästebuch-Modul.
*/

.cms-guestbook-remark 
{
	font-style: italic;
}

 /* 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-top: 1px solid; /* #ad0110; */
	border-bottom: 1px solid silver; /* #ad0110; */
	margin-top: 2em;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
/*	background: transparent;/*#ad0110; */
/*	color: #f9ce05; /*gold;*/
/*	border-bottom: 1px dashed; /*#CB0013; /*red;*/
	padding: 0.5em;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
/*	background: transparent;*/
	padding: .5em;
}
.cms-guestbook-entry-text p
{
/*	margin-bottom: 0;/**/
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-weight: bold;
}

/* 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-entry-homepage a:link,
.cms-guestbook-entry-homepage a:visited,
.cms-guestbook-entry-homepage a:focus,
.cms-guestbook-entry-homepage a:active
{
	text-decoration: none;
/*	color: #fff2a8;*/
}
.cms-guestbook-showform-button-input
{
	padding:5px; 
	color: #fff2a8;
	background-color: #CB0013;
	width:auto;
	text-align: center;
}

/* The smiley links */
.cms-guestbook-somesmileys a
{
	margin-left: .5em;
}

.cms-guestbook-somesmileys a:hover
{
	background: transparent;
}

