/* zentrales Stylesheet fürs Gästebuch
 *
 * $Id: forum.css,v 2.3 2006/07/15 22:51:25 robertb Exp $
 */

form		{ margin-left: auto; margin-right: auto; }
#text		{ margin-left: auto; margin-right: auto; }
#textinput	{ text-align: center; }
#btnnav		{ text-align: center; }
.u	{ text-decoration: underline; }

.eintraege {
	list-style-type: none;
	list-style-position: inside;
}

.eintraege li {
	border-color: #BBBBBB;
	border-style: ridge;
	border-width: medium;
}

.fehler	{
	border: 2px solid #BBB;
	padding: 1.25%;
	color: red;
}

.fehler:before {
	content: "Fehler: ";
	font-weight: bolder;
}
