body {
	font-size: 12px;
	font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;
	background-image:url(../images/layout/brown_1pix.gif);
	background-repeat:repeat;
	text-align:center;
}

/*
***************************** COLORS ***********/


/*
***************************** MARGINS ***********/

P {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	list-style-image:url(../images/li_pfeil.gif); 
}

/*
 * Navi, Blättern DIV
 * * * * * * * * * * * * * * * * * * * * * * * */
#modulNaviDiv { margin-bottom:15px; }
#blaetternDiv { margin-top:10px; margin-bottom:10px; font-weight:bold; }
#blaetternDiv_0_margin { font-weight:bold; margin-bottom:10px; }

/*
 * Tabellenformatierung
 * * * * * * * * * * * * * * * * * * * * * * * */
#tableHeader{ color:#006666; font-weight:bold; border-bottom:1px solid #666666; }
#odd{ background-color:#DDDDDD; border-bottom:1px solid #999999; }
#even{ background-color:#EEEEEE; border-bottom:1px solid #999999; }

/*
 * Meldungen
 * * * * * * * * * * * * * * * * * * * * * * * */
#meldungDiv { width:100%; margin:0px 0 20px 0px; padding:3px 0 3px 0; border:1px solid white; background-color:#CCCCCC; text-align:center; }