/* Tabellenlayout bearbeiten*/ 

/*allgemeine Tabellendefinition*/
table{
    font-family		: verdana;     			/* schriftart */
    font-size		: 12px;        			/* schriftgröße */
    color		: #000000;     			/* schriftfarbe */
    margin		: 0 0 0 0;     			/* Textabstand */
    vertical-align	: top;        			/* vertikale Tabellenausrichtung*/
}

/*Tabellenkopf*/
th{
    font-family		: verdana;     			/* schriftart */
    font-weight		: bold;        			/* schriftgrad */
    font-size		: 12px;        			/* schriftgröße */
}

.tab_rahmen{
    font-family		: verdana;     			/* schriftart */
    font-size		: 12px;        			/* schriftgröße */
    vertical-align	: middle;        		/* vertikale Tabellenausrichtung*/
    color		: #333333;        		/* schriftfarbe */
}

/* 1.Reihe */
td{
    padding-top		: 0px;       			/* Abstand vom oberen Rand*/
    padding-left	: 1px;       			/* Abstand vom linken Rand*/
    padding-bottom	: 6px;       			/* Abstand vom unteren Rand*/
    padding-right	: 1px;       			/* Abstand vom rechten Rand*/
}



/* Überschreiben der Tabellen-Definition aus Typo3*/

/* Tabellen-Layout 3*/
.contenttable{
    font-family		: verdana;        			/* schriftart */
    font-size		: 12px;        			/* schriftgröße */
    margin-left		: 10px;       			/* Textabstand vom linker Rand*/
    margin-top		: 30px;       			/* Textabbstand vom oberen Rand*/
    text-align		: center;       			/* Textausrichtung*/
}

.contenttable-0{

}

.contenttable-1{
    font-size		: 12px;        			/* schriftart */
    color		: #000000;        			/* schriftfarbe */
    vertical-align	: top;       			/* vertikale Tabellenausrichtung*/
    text-align		: center;       			/* Textausrichtung*/
    border		: 0px solid #000000;       		/* Rand */
}

.contenttable-2{
    font-size		: 12px;        			/* schriftart */
    color		: #000000;        			/* schriftfarbe */
    vertical-align	: top;       			/* vertikale Tabellenausrichtung*/
    text-align		: left;       			/* Textausrichtung*/
    border		: 0px solid #000000;       		/* Rand */
    border-collapse	: collapse;      	 		/* Randgestaltung */ 
}

.contenttable-3{
    font-size		: 18px;        			/* schriftart */
    color		: #000000;        			/* schriftfarbe */
    vertical-align	: top;       			/* vertikale Tabellenausrichtung*/
    text-align		: left;       			/* Textausrichtung*/
    border		: 0px solid #000000;       		/* Rand */
}

/* gerade Reihe */
.tr-even{
    vertical-align	: top;       			/* vertikale Tabellenausrichtung*/
}

/* ungerade Reihe */
.tr-odd
{
    vertical-align	: top;       			/* vertikale Tabellenausrichtung*/
}

/* 1.Reihe */
.tr-0{
    font-weight		: bold;
    color		: #006600;
}

/* letzte Reihe */
.tr-last{
}

/*erste Spalte*/
.td-0{
    text-align		: left;
}

/*letzte Spalte*/
.td-last{
}

