body {
	margin:0;
	padding:0 0 10px 0;
	
	height:100%;
	width:100%;
	
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background-image:url(../images/layout/main_BG.jpg);
	background-repeat:repeat-x;
	
	background-color:#ffe400;
}

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


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

P {
	margin: 0px;
	padding: 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:20px 0 20px 0px; padding:3px 0 3px 0; border:1px solid silver; background-color:#FFFFFF; text-align:center; }