/*Alle Ränder auf null*/
html, body, div, p, h1, h2, h3,  span, a, table, td, form, img
  {margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; color: #454545; font-size:11px; border-style: none;}

/* Ueberschriften */
.ues {margin-bottom:20px; font-weight: bold; color: #454545; text-align:left;}

/* Texte */
.txt { color: #454545;}

/* Ueberschrift rechts */
.ues_rechts {margin-top:25px; margin-bottom:20px; font-weight: bold; color: #C9CAC8;}


a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
/* a:active { text-decoration:none; }*/

.italic {font-style:italic;}

