/*************************************************************/
/*                                                           */
/*                                                           */
/*             Stylesheet für Malteser Webmaster             */
/*              09.10.2006 - Ulrich Brauckmann               */
/*                                                           */
/*                                                           */
/*************************************************************/

/* Angepasst für Websitebaker CMS */
/* 18.03.2008 - Andreas Pantle, Malteser Stuttgart */


/* BODY */
body {
	/*font-size: small; wurde geändert:*/
	font-size: 90%;
	padding: 0;
	margin: auto;
	color: #2e2e2e;
	font-family: verdana,arial,helvetica,sans-serif;
	background: white;
	}

/* Umgebung für die Website */
#content {
	/* Anpassungen der Größe fällt weg
	min-width: 800px;
	max-width: 1002px;*/
	width: 1002px;
	margin: 0;
	padding: 0;
	color: #2e2e2e;
	background: white;
	}

#footer {
	font-size: x-small;
	text-align: center;
	padding: 4px;
	margin: auto;
	}

.gutter {
	margin: 0;
	padding: 10px 0px 2px 25px;
	}

.cleaner {
	clear: both;
	height: 1px;
	border: 0px none;
	font-size: 1px;
	margin: 0;
	padding: 0;
	background: white;
	}