@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------------
--------------------------------------Gästebuch----------------------------------------------
---------------------------------------------------------------------------------------*/

div#guestbook_template label, div#guestbook_template input, div#guestbook_template textarea, div#guestbook_template select {		/* Allgemeine Stile für Labels und Formularfelder */
	width:250px;
	margin:10px 5px 0 0;
	padding:3px;

/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
}
div#guestbook_template input, div#guestbook_template textarea, div#guestbook_template select {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:1px solid #042943;
	background:#edeff1;
}
div#guestbook_template textarea {						/* Seperate Angaben für die Textarea, falls benötigt */
	height:160px;
}
div#guestbook_template input:focus, div#guestbook_template textarea:focus {		/* Stile für aktivierte Formularfelder */
	border:1px solid #042943;
	background:#fff;
}
div#guestbook_template label {							/* Feldbeschriftungen */
	width:140px;						
	padding:0 15px 0 0;			
}
div#guestbook_template br {
	clear:left;
}
div#guestbook_template input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}
label.required {				/* Klasse zur Kennzeichnung von Pflichtfeldern */
	background:url(../images/required.gif) top right no-repeat;	
}
.entry_icons_label, .entry_icons, .clicksmilies_label, .clicksmilies {
	display:none;
}
div#guestbook_template input#submit, div#guestbook_template input.los {				/* Gestaltung des Submit-Buttons */
	width:102px;
    height:30px;
	padding:5px;
	background:#dd303c;
	cursor:pointer;
	border:none;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    text-align:center;
}
div#guestbook_template input#submit:hover, div#guestbook_template input.los:hover {
	background:#ff2e3f;
    
}
.tca { 
    color:#557c98;
}
.hinweis a, .hinweis { 
	font-size:12px; 
}
/* ###### Einträge ###### */
div.guestbook_entry {
	border-bottom:1px solid #557c98;
	padding:0 !important;
	width:571px;
	margin:15px 0;
}

.guestbook_entry_output {
    padding:3px 5px 3px 5px;
}
.guestbook_entry_top {
	font-weight:bold;
    background:#3f637a;
    border-bottom:1px solid #557c98;
    padding:3px 5px 3px 5px;
}

#guestbook_template {
   padding:0 0 100px 0;
}