/*Farbwechsel Link*/
<style type="text/css">
<!--
a.cool:link {
 font-family: Arial;
 font-size: 9pt;
 font-weight: bold;
 font-style: italic;
 text-align: left;
 color: #8B8B8B;
 background: #8B8B8B;
}
a.cool:visited {
font-family: Arial;
 font-size: 9pt;
 font-weight: bold;
 font-style: italic;
 text-align: left;
 color: #8B8B8B;
 background: #E4E3E6;;
}
a.cool:active {
font-family: Arial ;
 font-size: 9pt;
 font-weight: bold;
 font-style: italic;
 text-align: left;
 color: #8B8B8B;
 background: #E4E3E6;
}
a.cool:hover {
font-family: Arial ;
 font-size: 9pt;
 font-weight: bold;
 font-style: italic;
 text-align: left;
 color: #366085;
 background: #E4E3E6;
}
 a:link { text-decoration:none; }
 a:visited { text-decoration:none; }
 a:hover { text-decoration:none; }
 a:active { text-decoration:none; }
/-->