@import "../programm.css";

/* Farben des allgemeinen Stylesheets der letzten Jahre überschreiben, Vorgabe Härtel */
p.title, p.title a, p.title a:visited, tr.special td a {
color:#134B91;
}

table.programm td.special {
background-color:#7BA5CE;
font-weight:bold;
}

/* Rabatt */

p.rabatt {
text-align:center;
font-weight:bold;
color:#ff2020;
}

/* Verlinkungen in Keynotes */

table.programm td.special a {
text-decoration:underline;
/*color:#132B41;*/
color:#000;
}

table.programm td.special a:hover {
color:#134B91;
}

/* Download-Links im Programm */

p.download a {
text-decoration:underline;
color:#033B71;
}

p.download a:hover {
text-decoration:none;
color:#236BB1;
}



