
 /*Styleguide rdo4*/
/*Extra-Formate*/

/***********************************************************************************/
/* Tabellenlayout: grau - mit den wechselnden Zeilenfarben "eins" + "zwei"*/
/*erstellt 24.01.2008*/
table.grau {
/*font-size:0.8em;*/
margin: 0px 0 20px 0px;
border-collapse : collapse;/* Zellenumrandung soll zusammenfallen */  
}

/*Die Captionfarbe ist grau*/
table.grau caption {
/*font-size: 0.80em;*/
font-weight:bold;
text-align: left;
padding: 5px;
margin: 20px 0 0 0px;
border-bottom: 0 none;
/* color: #152A8F; dunkelblau bis 28.01.2010*/
}

/*Spaltenüberschriften */
table.grau th { /*mit Unterstrich + Ausrichtung: links (=Standard)*/
color: #545350;
text-align:left;
background: #dcdcdc;
padding: 5px;
border-bottom: 1px solid #535450; /*Unterstrichene Überschrift*/
border-left: 1px solid #dbdbd7; /*Füllstrich links*/
}
table.grau th.rechts { /*mit Unterstrich Ausrichtung: rechts*/
text-align: right;
}
table.grau th.mitte { /*mit Unterstrich Ausrichtung: mitte*/
text-align: center;
}
table.grau th.ohne {/*ohne Unterstrich Ausrichtung: links*/
	border-bottom: 0 none;
	text-align: left;
}

/* Zeilenformate: Einfärbung der Tabellenzeilen*/
table.grau tr {/*hell (=Standard)*/
color:#545350;
background: #fcfbfb;
}
table.grau tr.eins { /*hell (wie Standard)*/
color:#545350;
background: #fcfbfb;
}
table.grau tr.zwei {/*dunkel*/
color:#545350;
background: #f3f3f9;
}
table.grau tr.summe { /*mit Summen-Überstrich*/
color:#545350;
background: #dcdcdc;
border-top: 2px solid #535450;
}

/*Zellenformate: td */
table.grau td {/*Zellenabstand + links (=Standard) padding für alle, border für alle*/
padding: 4px;
text-align: left;
border: 1px solid #C8C7BA;
}
table.grau td.rechts {/*Zellenabstand + rechts*/
text-align: right;
}

table.grau td.mitte {/*Zellenabstand + zentriert*/
text-align: center;
}

/*Der Tabellenfuss*/
table.grau td.fuss {/*Fußzeile = " die Quelle"*/
font-size: 0.8em;
text-align: right;
border: 0px solid #C8C7BA;
background: #eaf1f8; /*vor 28.01.2010 background: #fefdea;=hellgelb*/
}

table.grau td.blau {/*einzelne Zelle blau eingefügt 14.4.09*/
background: #f3f3f9;
}

/*Ende Tabellenformat: grau*/

/* Hinweis für php-Script:
 $ c=1; $c++;  if(($c%2)=="0") {$class='eins';}else {$class='zwei';} 
*/




