/* 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: 400px; }


/* LINK ZUM EINTRAGEN UND SEITENZÄHLER */

div#guestbook_template .guestbook_new_entry			{ border:1px solid #d7d7bf; width: 400px; text-indent: 17px; 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: 400px; color: #101354; 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: #78685a; 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			{ background: url(http://bialy-finanz.de/images/layout/bg-accordion.jpg) repeat-x; width: 400px; height:22px; font-family: Arial; font-size: 1.0em; text-indent: 18px;  font-weight: bold; color: #78685a; margin: 5px 0 0 0!important; padding: 5px 0 0 0!important; border:1px solid #d7d7bf; }
div.guestbook_entry .guestbook_entry_output			{ background:#edede6; border:1px solid #d7d7bf; width:337px; min-height: 60px; height: auto!important; _height:60px; margin: 0!important; padding: 20px 44px 0 19px!important; }
div.guestbook_entry .guestbook_entry_footer			{ font-size: 0.9em; border-top: 1px solid #78685a; margin: 10px 0 20px 19px!important; padding: 5px 44px 0 0!important; }


/* EINTRAGEN TEMPLATE */

div#guestbook_template h4							{ font: bold 1.2em Arial; width: 380px; border-bottom: 1px solid #d7d7bf; padding: 0 0 0 0; margin: 0 0 15px 0; }
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						{ background: #fff; border: 1px solid #d7d7bf; width: 220px; color: #2f2f2f; padding: 5px; 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				{ background: #edede6; border: 1px solid #101354; }

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: #edede6; border-top:1px solid #d7d7bf; border-left:1px solid #d7d7bf; border-right:1px solid #d7d7bf; clear: both; width: 292px; margin: 0 0 0 80px; 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: #edede6; border-left:1px solid #d7d7bf; border-right:1px solid #d7d7bf;  width: 292px; margin: 0 0 0 80px; padding: 0 5px; }
div#guestbook_template .hinweis						{ background: #edede6;  border-left:1px solid #d7d7bf; border-right:1px solid #d7d7bf;  border-bottom:1px solid #d7d7bf; font-size: 1em; width: 292px; padding: 0 5px 10px 5px; margin: 0 0 15px 80px; }

div#guestbook_template input.los					{ background: #d7d7bf; width: 302px; border: 1px solid #d7d7bf; color: #78685a; cursor: pointer; font-variant: small-caps; font-family: Arial; font-weight: bold; font-size: 1.2em; display: inline; margin: 1px 0 0 80px; padding: 3px; }
div#guestbook_template input.los:hover				{ background: #d7d7bf; color: #78685a; border: 1px solid #d7d7bf; }

