/* Start of CMSMS style sheet 'Gästebuch Olympia' */
/*
 Standard-/Beispiel-Stylesheet f&uuml;r das CMSms-G&auml;stebuch-Modul.
Es wird &uuml;berschrieben, wenn das Modul aktualisiert wird und es wird gel&ouml;scht, wenn das Modul deinstalliert wird. Wenn Sie das Template modifiziert haben, sollten Sie sich zuvor eine Kopie davon anfertigen.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
.cms-guestbook-pagination_nav a {
	font-weight: normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #000000;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	font-family: "Lucida Grande", "Verdana", sans-serif;
              font-size:14px;
              background: url(/images/olympia_style/guestbook_header.jpg) repeat-x #007fdc;
	color: white;
	border: 1px solid black;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
              font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
              line-height:20px;
              text-align: justify;
	background: #92bede;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: 11px;
}

/* Style message header links */
.cms-guestbook-entry-header a:link {
	color: white;
}

.cms-guestbook-entry-header a:visited {
	color: white;
}

.cms-guestbook-entry-header a:hover {
	color: #01b0e7;
}
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
	color: white;
}
	      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage {
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
	color: white;
}
/* End of 'Gästebuch Olympia' */

