/* Start of CMSMS style sheet 'Theo : Gästebuch (Standard-/Beispiel-Stylesheet)' */
/*
 Standard-/Beispiel-Stylesheet f&uuml;r das CMSms-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_header {
	margin-top: 25px;
font-size:1.3em;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 0px solid #069;
	margin-bottom: 10px;
margin-top: 25px;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	font-size:1.3em;
	border: 0px solid black;
	margin: 0px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{

}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	}

/* 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-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	margin-bottom: 0;
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}
.cms-guestbook-div-insert
{
font-size:13px;
}

.cms-guestbook-div-insert table,tr,td
{ padding-bottom: 5px; padding-top: 5px;}

input
{ width:200px; font-family: "Georgia", Times New Roman, Times; font-size: 13px;}

input#submit
{ width:100px; font-family: "Georgia", Times New Roman, Times; font-size: 13px; }
/* End of 'Theo : Gästebuch (Standard-/Beispiel-Stylesheet)' */

