/* Start of CMSMS style sheet 'Hotel - Guestbook' */
/*
 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.
*/

.cms-guestbook {
margin-bottom:5em;
padding-top:2em;


}
.cms-guestbook-div-insert label{
display:inline-block;
width:12em;
margin-bottom:0.5em;
margin-top:0.5em;
float:left;

padding-right:1em;
}

.cms-guestbook-div-insert div{
padding: 0.5em 0em;

}

.cms-guestbook-div-insert input[type=text]{
margin-bottom:.5em;
margin-top:.5em;
width:20em;
}

.cms-guestbook-div-insert input[type=submit]{
padding:0em 0.25em;
}

.cms-guestbook-div-insert textarea{

height:10em;
margin-bottom:.5em;
margin-top:.5em;

}

.cms-guestbook-div-insert img{
margin:0;
padding:0;
margin-top:.5em;
}
.gbrahmen {
border:1px solid gray;
}

.cms-guestbook-div-insert fieldset{
padding:1em;
}

.cms-guestbook-div-insert fieldset.noBorder {
padding:1em;
margin:1em 0em;
border:0;
}
.cms-guestbook-div-insert legend {

}


.captchapict{
margin: 1em 0em;
}

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: 2em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: 2em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #024e0f;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: url(uploads/images/news_oben.png) repeat-x left center;
	color: white;
	
	
        padding: 0.5em;
        padding-bottom:0.75em;

}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	
background: #eee;
	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: 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 {
	font-size: smaller;
margin: 2px;
	margin-bottom: 0;
}
		      
/* 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;
}

/* End of 'Hotel - Guestbook' */

