h1 {font: 700 18pt Arial,Helvetica,sans-serif;}
body.standard {background-image:url(../img/bg.jpg);}
body.sunny {background-image:url(../img/niceweather.jpg);}

/* Farben */
.red {color:red;}
.redbold {font-weight:bold; color:red;}
.blue {color:blue;}
.green {color:green;}
.gray {color:gray;}

/* Textvarianten */
.bold {font-weight:bold;}
.boldcenter {font-weight:bold; text-align:center;}
.rightsmaller {text-align:right; font-size: 60%;}
.small {font-size:small;}
.smaller {font-size:70%;}
.bigger {font-size:130%;}
.smallerred {font-size:70%;color:red;}
.boldlarge {font-weight:bold;font-size:large;}
div.usahinweis {font-weight:bold;font-size:large;color:black;background-color:red;
                margin:0 20% 0 20%;text-align:center;}

/* Rahmen */
/* Hinweis: solche Konstrukte: margin:0 20% 0 20%;                            */
/*          ersetzen ein width:60%, das nicht auf allen Browsern funktioniert.*/
.borderred {border:10px outset;border-color:red;}
.bordergreen {border:10px outset;border-color:green;}
.borderblue {border:10px outset;border-color:blue;}
.dblwtborder60 {margin:10px 20% 10px 20%;padding:10px;border:3px double white;
                text-align:center;}
.dblborder60 {margin:10px 20% 10px 20%;padding:10px;border:3px double;
                text-align:center;}

/* Breitenangaben */
.width60 {margin:0 20% 0 20%;}

/* Tabellen-Captions passen zu bordergreen oder borderred */
.captiongreen {border:3px outset green; caption-side:top;
               font-weight:bold; color:black;
               background-color:green;}
.captionred {border:3px outset red; caption-side:top;
             font-weight:bold; color:black;
             background-color:red;}