/* Neuer Eintrag */
#newentry {  
	width:370px;
	padding:10px; 
	background-color:#f2f2f2;
	border:1px solid #CED4DA;
}

/* Labels */
#newentry label { font-weight:normal; float:left; width:75px; }

/* Eingabefelder */
#newentry input.text,input.textcode,input.text_err,textarea { width:275px; margin:0 0 6px 0; border:1px solid #9e9e9e; background:#ffffff url('../images/input.gif') repeat-x;  }
#newentry textarea { height:90px;}
#newentry input.submit { width:100px; margin-left:70px; }
#newentry input.text_err { background-color:#ffa3a3; } 

/* Captcha */
#newentry label.code { width:100%;  }
#newentry input.textcode { width:130px;}
#newentry input.textcode_err { width:130px; background-color:#ffa3a3; }
#newentry img.captcha { padding-left:74px;}

/* Einträge anzeigen */
#gb_entries { width:100%; }
#gb_entries .gb_entry { padding:5px 0 5px 0; width:100%;}

#gb_entries .gb_nr    { float:left; padding:0px 10px 0px 0; font-weight:bold; font-size:18px; }
#gb_entries .gb_main  { float:left; width:500px; overflow:hidden; line-height:1.3;}
#gb_entries .gb_clr   { clear:both; }

#gb_entries span.name { font-weight:bold; }

#gb_entries hr.trenner     {
    background-color: #000000; /* Mozilla 1.4 */
    color: #000000; /* IE 6 */
    border: #000000; /* Opera 7.11 */
    height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
    margin-right:50px;

}
