#guestbook{}

/* zentrieren, "Sie haben nicht..."*/
div.gb_hinweis1{
	font-size:12px;
	font-weight:bold;
}

/* Warnungen */
div.gb_hinweis2{
	color:rgb(200,0,0);
	font-size:12px;
	font-weight:bold;
}

/* "Eintragen" */
div.gb_headline{
	font-size:12px;
	font-weight:bold;
}

/* center, cellpadding="10"*/
table.gb_badwords tr td{
	text-align: center;
}

/*  */
table.gb_pwaendern{
}

/*  */
table.gb_adminauswahl{
}

/* div */
#gb_contenthead{
}


/* table, width="90%",  border="0", */
#gb_contentbody{
	border-collapse:collapse;
	  width:90%;/*width:600px;*/
}

/* wegen safari deaktiviert */
/*
#gb_contentbody colgroup col.links{
	width:150px;
}
#gb_contentbody colgroup col.rechts{
	width:auto;
}
*/

/* td */
#gb_contentbody tr td.gb_links{ vertical-align:top; padding-bottom:20px; width:150px} /* weil  safari kein col über ext. css*/
#gb_contentbody tr td.gb_rechts{vertical-align:top; padding-bottom:20px; width:auto;}/* s.o.*/



div.gb_name{		margin-left:5px; margin-top:5px; font-weight:bold;}
div.gb_wohnorttitel{margin-left:5px; margin-top:20px;}
div.gb_wohnort{		margin-left:5px; margin-top:2px; margin-bottom:20px;}


/* span */
span.gb_censored{}

span.gb_commenttitel{font-size:10px; font-weight:bold;}
span.gb_comment{font-size:10px; font-style:italic;}


/* */

img.gb_iconipadmin{margin-left:5px;visibility:visible;}
img.gb_iconipnobody{margin-left:5px; visibility:hidden;}
img.gb_iconhp{visibility:hidden;}
img.gb_iconmail{visibility:hidden;}
img.gb_iconicq{visibility:hidden;}
/**/
td.gb_rechts hr{
	color:rgb(200,200,200);
	background-color:rgb(200,200,200);
	height:1px; 
	border: 0px;
	/*border: solid 1px rgb(255,255,0);*/
	}



div.gb_login, div.gb_zurueckgb, div.gb_eintragen{
	font-size:12px;
	font-weight:bold;
	text-align:right;
	background-color:rgb(250,250,250);
}




