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

.clearer {
	clear: left;
	height: 5px;
	font-size:1px;
}

.imgBorder {
	border:1px solid #999999; 
	padding:3px;
}

.sec_gr_img {
	border:1px solid black;
}

P {
	margin: 0px;
	padding: 0px;
}

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

label {
	cursor:pointer;
}

/*
 * 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 { 
	margin:0 0 20px 0px; 
	padding:3px 0 3px 0; 
	border:1px solid silver; 
	background-color:#E9E9E9;
	/*background-image:url(../images/layout/titel_BG.gif); */
	text-align:center; 
}