/* DATEI: wselfhtm.css */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


h1 { font-size:40pt; color:#FFFFFF; font-family:"bookman old style"; font-style:italic; }

/* gilt nur fuer das Wort 'WEIHERHOF' */
/* font-size = Schriftgroesse */
/* 30pt = 30 Punkt, Wert aenderbar */

h1.head { font-size:30pt; color:#FFFFFF; font-family:"bookman old style"; font-style:italic; }

/*Seitenüberschrift in den Frames*/
/*zum Beispiel "Gasthof Weiherhof" in der Kopfzeile*/

h2 { font-size:16pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h2.info { font-size:25pt; }

/*Einleitungsseite in den Frames mit allgemeinen Informationen.*/

h2.sh2 { font-size:16pt; }

/*gilt nur für den Satz "Prettau im Ahrntal".*/
/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

/*wurde bei allen anderen texten verwendet*/
/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */

h4 { font-size:10pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

p.rahmen {text-align: center; font-size: 20px; line-height: 1.2; padding: 10px; border-style: outset; background: silver; }

/*Erstellung von einem Absatztext in einem silbernen Hintergrund*/

/*Angaben für die Links*/
A:link 	{ color:#FF000; font-weight:bold; }
A:active { color:#0000FF; font-style:italic; }
/* a:visited { color:#990000; background-color:red; } */
/*funktioniert nicht gescheit*/

/*05.01.01 Style sheets aus dem PC-Seminar.*/
/*body { margin: 0.5cm; }*/
/*h1 { font-family: Wide Latin, Arial Black, Helvetica, sans-serif; font-size: 30pt; }*/
/*h2 { font-family: Wide Latin, Arial Black, Helvetica, sans-serif; font-size: 16pt; }*/
/*p { font-family: Monotype Corsiva, fantasy; font-size: 16pt; margin-left: 15px; }*/
/*p.rahmen { text-align: right; line-height: 1.2; padding: 10px; background: silver; }*/
/*b { color: red; }*/
/*ul { list-style-image: url(cross.gif); font-family: Comic Sans MS, Arial, Helvetica, sans-serif; font-size: 12pt; }*/

/*A:link { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10pt; }*/
/*A:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration: none; color: green; }*/
/*A:active { font-family: Arial, Helvetica, sans-serif; font-style: italic; font-size: 10pt; text-decoration: none; color: black; }*/
/*A:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration: none; color: red; }*/