/* $Id: index.css,v 2.2 2009/02/21 16:59:50 robertb Exp $
 *
 * CSS fuer die Gaetebuch-Eintraege
 */

.eintrag { text-align: center; font-weight: bold; }
p	{ margin-left: 3%; margin-right: 3%; }
.adr	{ font-size: 12px; }

ul.menu	{
	text-align: center;
}
ul.menu li {
	display: inline;
	list-style-type: none;
}

ul.menu li:first-child:before {
	content: '| ';
}
ul.menu li:after {
	content: ' | ';
}

.aktuell { color: #BBBBBB; }
.fehler	{ border: 1px solid #222222; color: red; }
#text	{ top: 100px; }
.u	{ text-decoration: underline; }
