/*	=======================================
	generic.css
	---------------------------------------
	generische CSS-Datei fuer Stadtbetriebe Ahrensburg
	(c) by Kai Pahl, 2003 Hamburg
	======================================= */

/* ======================================== */
/* bbmark =========== Allgemein =========== */
/* ======================================== */

BODY, HTML {
	margin:4px 0px 10px 0px;
	background-color:#ffffff;
	font-size: 100%;
	line-height: 1em; /* xxx */
	text-align: center;
}


/* ... umfasst komplette Seite ...*/
#container {
	position:relative;
	width:760px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	line-height: 1em; /* xxx */
	background-image: url(/_images/content_border.gif);
	background-repeat: repeat-y;
}


