/* --- CSS für Foren (Gästebuch, Diskussion, Blog) --- */
.gbwrapper	{width:100%; height:536px; overflow:auto; margin-bottom:4px;}
.gbtitle	{border:1px solid #08c; border-radius:8px 8px 0px 0px; padding:4px; background-color:#08c; color:#fff}
.gbentry	{border:1px solid #08c; border-radius:0px 0px 8px 8px; padding:3px; margin-bottom:6px;}
.gbtitle.first	{color:#eee}
.gbentry.first	{font-weight:400; background-color:#ffd}
.gbtitle a	{color:white; text-decoration:none}
.gbedit		{font-size:0.9em;}
/*.gbedit a	{color:#cc3; text-decoration:none;}
.gbedit a:hover {text-decoration:underline; color:#9af;}	*/