/* CSS Document */

.rufnummer {
color: white;
font : normal 20px/16px Arial, Helvetica, sans-serif;
}

.preisangabe {
color: white;
font : normal 10px/16px Arial, Helvetica, sans-serif;
}

.haupttitel{
color: gold;
font : normal 16px Arial, Helvetica, sans-serif;
font-weight: bold;
}

.untertitel{
color: gold;
font : normal 14px Arial, Helvetica, sans-serif;
font-weight: bold;
}


/* Global Styles */



a:link { font-weight:bold; color:white; text-decoration:none; }
a:visited { font-weight:bold; color:white; text-decoration:none; }
a:focus { font-weight:bold; color:white; text-decoration:underline; }
a:hover { font-weight:bold; color:white; text-decoration:underline; }
a:active { font-weight:bold; color:white; text-decoration:none; }