/* CSS VBS Schierstein */
/* blauer Kurs-Titel im Shop */
b u {
        color: #003299;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        text-decoration: none;
}

/* Standard-Schriften und -groessen */
body,div,p,form,a,table,tr,th,td {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 10pt;
}

/* Standard-Schriften */
h1,h2,h3,h4,h5,b {
        font-family: Arial,Helvetica,sans-serif;
}

/* hintergrund Hauptteil: schwarz auf orange (graublau) */
#blau {
        background-color: #ffffff; /* #0092E7; */
        color: #000000;
        font-family: Arial,Helvetica,sans-serif;
}

/* datum aktualisiert am - kleinere schrift */
#datum {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 7pt;
        font-style: normal;
}

/* Menupunkte */
#menu {
        color: #000000;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 9pt;
}

/* hintergrundfarbe Rahmen weiss auf dklblau */
#orange {
        background-color: #ff8200; /* #003299*/
        color: #9999CC; /* #FFFFFF */
        font-family: Arial,Helvetica,sans-serif;
}

a:link {
font-family:Arial,Helvetica,sans-serif;font-size:10pt;text-decoration:none;
}       /* noch nicht besuchte Ziele */
a:visited {
font-family:Arial,Helvetica,sans-serif;font-size:10pt;text-decoration:none;
} /* besuchte Ziele */
a:hover {
font-family:Arial,Helvetica,sans-serif;font-size:10pt;text-decoration:none;
}   /* Verweise bei "MouseOver" */
a:active {
font-family:Arial,Helvetica,sans-serif;font-size:10pt;text-decoration:none;
}  /* Angeklickte Verweise */
