body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	padding:0;
	margin:0;
	background-image:url(../images/layout/background.jpg);
	background-repeat:repeat-x;
	background-color:#006699;
}

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

.text_blue {
	color:#2750A0;
}

.title_blue {
	color:#2750A0;
	letter-spacing: 1pt;
	font-size:16px;
}

/*
***************************** 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:20px; 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-bottom:2px solid #CC0000; background-color:#FFFFFF; text-align:center; }