/* Start of CMSMS style sheet 'Gästebuch 09' */
 /* 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 */

.cms-guestbook-entry {
	border: 1px solid #069;
	margin-bottom: 1em;
}

.cms-guestbook-entry-header {
	background: #3C70FF;
        padding: 5px;
}

.cms-guestbook-entry-text {
	background: #eee;
	padding: .5em;
        color: #000;
}

.cms-guestbook-entry-posted {
	float: right;
	font-size: smaller;
	color: #fff;
}

.cms-guestbook-entry-sender,
.cms-guestbook-entry-header a {
	color: #fff;
} 
		  
.cms-guestbook-entry-sendername {
	font-weight: bold;
}

.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
.cms-guestbook-entry-homepage {
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
        color: #FFF;
}

/* End of 'Gästebuch 09' */

