/* GUESTBOOK */
/* FOLGENDEN META TAG IN DEN HEADER DER GÄSTEBUCHKONFIGURATION KOPIEREN: */
/* <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> */

/* DIES SORGT DAFÜR, DAS UMLAUTE RICHTIG ANGEZEIGT WERDEN. WIRD EINE UTF8 ZEICHENKODIERUNG VERWENDET MUSS DIESES DURCH */
/* OBEN STEHENDE ERSETZT WERDEN */


div#guestbook_template								{ width: 550px; }


/* LINK ZUM EINTRAGEN UND SEITENZÄHLER */

div#guestbook_template .guestbook_new_entry			{ width: 550px; text-indent: 0px; margin: 0 0 5px 0!important; padding: 5px!important; }


div#guestbook_template .guestbook_pagination		{ margin: 0!important; padding: 0!important; }

div#guestbook_template table.naviborder				{ width: 550px; color:#731d3d; border-spacing: 1px; margin: 0!important; }
div#guestbook_template table.naviborder td			{ padding: 0; font-size: 0.9em; }
div#guestbook_template table.naviborder td.tci		{ padding-right: 5px; text-align: right; }
div#guestbook_template table.naviborder td.tc		{ width: 20px; background: #ededed; font-size: 0.9em; text-align: center; }
div#guestbook_template table.naviborder td.tca		{ width: 20px; background: #731d3d; color: #fff; font-size: 0.9em; text-align: center; font-weight: bold; }


/* ANZEIGE DER GRÜßE */

div#guestbook_template div.guestbook_entry			{ margin: 0 0 30px 0; }
div.guestbook_entry .guestbook_entry_top			{ width: 550px; height:22px; font-family: Georgia; font-size: 1.0em;   font-weight: bold; color: #731d3d; margin: 5px 0 0 0!important; padding: 5px 0 0 0!important;  }
div.guestbook_entry .guestbook_entry_output			{ width:487px; min-height: 60px; height: auto!important; _height:60px; margin: 0!important; padding: 20px 44px 0 0px!important; }
div.guestbook_entry .guestbook_entry_footer			{ font-size: 0.9em; border-top: 1px solid #731d3d; margin: 10px 0 20px 0px!important; padding: 5px 44px 0 0!important; }


/* EINTRAGEN TEMPLATE */


div#guestbook_template .entry_icons_label			{ padding: 0; display: inline; }
div#guestbook_template .entry_icons					{ padding: 0; margin: -15px 0 20px 90px; _margin-left: 80px; }
div#guestbook_template .entry_icons	input			{ width: 20px; }
div#guestbook_template .entry_icons img				{ margin-top: -7px; }

div#guestbook_template label						{ padding: 3px 0 0 0; width: 150px; float: left; clear: left; }
div#guestbook_template input.feld,
div#guestbook_template #eintrag						{ border: 1px solid #fdc96d; -moz-border-radius:5px;
-khtml-border-radius:5px; width: 320px; padding: 2px; margin-bottom: 5px; display:block; float: left; clear: right; }
div#guestbook_template #eintrag						{ overflow: auto; }

div#guestbook_template input.feld:focus,
div#guestbook_template #eintrag:focus				{ border:1px solid #8d062f; }

div#guestbook_template .required 					{ background:url(../images/required.gif) no-repeat 96% 3px; font-weight:bold; }
div#guestbook_template ol							{ background: #edede6; padding: 5px;  border: 1px solid #d7d7bf; margin: 0 0 20px 30px; }


/* EINTRAGEN CLICKSMILES, HINWEIS UND SUBMIT */

div#guestbook_template .clicksmilies_label			{ background: #fee7c1; border-top:1px solid #fdc96d; border-left:1px solid #fdc96d; border-right:1px solid #fdc96d; clear: both; width: 314px; margin: 0 0 0 150px; padding: 5px;}
/* -- IE HACKS -- */
* html #guestbook_template .clicksmilies_label		{ margin-top: -5px; }
*+html #guestbook_template .clicksmilies_label		{ margin-top: -5px; }

div#guestbook_template .clicksmilies				{ background: #fee7c1; border-left:1px solid #fdc96d; border-right:1px solid #fdc96d;  width: 314px; margin: 0 0 0 150px; padding: 0 5px; }
div#guestbook_template .hinweis						{ background: #fee7c1;  border-left:1px solid #fdc96d; border-right:1px solid #fdc96d;  border-bottom:1px solid #fdc96d; font-size: 1em; width: 314px; padding: 0 5px 10px 5px; margin: 0 0 15px 150px; }

div#guestbook_template input.los					{ background:#8d062f; width: 325px; border: 1px solid #8d062f; color: #fff; cursor: pointer; font-family: Georgia; font-weight: bold; font-size: 1.2em; display: inline; margin: 1px 0 0 150px; padding: 3px; -moz-border-radius:5px;
-khtml-border-radius:5px;}


