/* THEMA ORANGE */

/* Backgrounds */
table.slide_stage {
    background: url(/images/slide_grey/Logo.gif) no-repeat 500px 0px transparent;
}
.title table.slide_stage {
    background: url(/images/slide_grey/Titel.gif) no-repeat top right transparent;
}
.credits table.slide_stage {
    background: url(/images/slide_grey/Ende.gif) no-repeat bottom right transparent;
}

/* ober Zeile Stage */
table.slide_stage td.top_right,
table.slide_stage td.top_middle{
    color: #657070;
}
table.slide_stage td.top_left a{
    color: #758080;
}

/* Table */
table.slide_ctable th,
table.slide_ctable td,
table.slide_ctable td p{
    color: #556060;
}

table.slide_ctable td p u{ /* farbige Schrift */
    font-weight: bold;
    color: #EF7916;
}

table.slide_ctable td h2{
    color: #657070;
}
table.slide_ctable td h3{
    color: #657070;
}
table.slide_ctable tr td ul li,
table.slide_ctable tr td ol li{
    color: #556060;
}
table.slide_ctable td a:hover{
    color: #EF7916; /* dunkleres orange */
}
table.slide_ctable td a:visited{
    color: #556060;
}


/* Templates */ 

/* T - Titelfolie */
table.tmpT tr th {
    color: #657070;
}
table.tmpT tr td {
    color: #556060;
}



table.slide_ctable tr td div.bubble p.second {    
    color: #556060;
}
table.slide_ctable tr td div.bubble ul li{
    color: #556060;
}



/*****************************************/
/* INVERS */ 
/*****************************************/

.invers table.slide_stage {
    background: url(/images/slide_orange_invers/Logo.gif) no-repeat top right #FF8926;
}

/* ober Zeile Stage */
.invers table.slide_stage td.top_right,
.invers table.slide_stage td.top_middle{
    color: #ffffff;
}
.invers table.slide_stage td.top_left a{
    color: #eee;
}

.invers table.slide_ctable td a:hover{
    color: #657070;
}
.invers table.slide_stage td *,
.invers table.slide_stage td{
    color: #fff;
}
.invers table.slide_stage td.top_right{
    color: #888;
}
.invers table.slide_ctable tr th,
.invers table.slide_ctable tr td,
.invers table.slide_ctable tr td * {
    color: #fff;
}
.invers table.slide_ctable td p u{ /* farbige Schrift */
    font-weight: bold;
    color: #BADC31;
}

