/* Start of CMSMS style sheet 'Gästebuch-Stile' */
 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a, .cms-guestbook-pagination_nav span {
	margin: 0 5px;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #8E894C;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #8E894C;
	color: white;
	margin: 1px;
	padding: 2px 5px;
}

/* Style the actual message */
.cms-guestbook-entry-text {
	background: #FFFBC3;
	padding: .5em;
	color: black;
}
.cms-guestbook-entry-text h2 {clear: none !important;}
.cms-guestbook-entry-text ul {
	padding-left: 20px;
	list-style: disc;
}
.cms-guestbook-entry-text ul br {display: none;}
.cms-guestbook-entry-text li {margin: 0;}
.cms-guestbook-entry-text li br {display: block;}
.cms-guestbook-entry-text li ul br {display: none;}
.cms-guestbook-entry-text li li br {display: block;}

/* 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: white;
} 
.cms-guestbook-entry-header a:hover {text-decoration: underline;} 
		  
/* 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;}
#main .cms-guestbook img {margin: 0 !important;}*/
#guestbookform #gb_website {width: 163px;}
#guestbookform #remaining_chars input {width: 40px;}
/* End of 'Gästebuch-Stile' */

