/* Start of CMSMS style sheet '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: .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: 1px solid #000000;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #AA3434;
	color: #000000;
        padding:3px;
        
}

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

	padding: .5em;
	color: black;
}

/* 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: #000000;
} 
.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 {
	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;
}

.cms-guestbook-div-insert input,
.cms-guestbook-div-insert textarea{
padding:2px;
font-size:12px;
}
 
#m5submit,
input#m4submit{
color: #AA3434;
background:transparent;
padding:3px;
border-bottom: #AA3434 2px solid;
border-right: #AA3434 2px solid;
border-top: #ffffff 2px solid;
border-left: #ffffff 2px solid;
}


.guest-error{
margin: 5px 0 8px 0;
}

/* End of 'GÃƒÂ¤stebuch (Standard-/Beispiel-Stylesheet)' */

/* End of 'GÃ¤stebuch (Standard-/Beispiel-Stylesheet)' */

