/* CSS-File für die WebSite vom Grand Hotel National Luzern */

@font-face {font-familiy:Arial;  }

/* font-family = Schriftart fuer Textelemente */
/* Arial = Schriftart, mit der Schriftartendatei im gleichen Verzeichnis, als Referenz angegeben */

.h1 { font-size:22px; color:#000000; font-weight:normal; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; margin-top:30px; }
.p1 { font-size:30px; font-style:italic; vertical-align:text-bottom; }

/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */
/* h1_k = für Kapitälchen im negativen einzug bei fliesstext*/

.h2 { font-size:18px; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal}
.h3 { font-size:16px; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold}

/* font-size = Schriftgroesse */
/* 14pt = 14 Punkt, Wert aenderbar */

.p { font-size:16px; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; }
.p_f { font-size:14px; margin-left: 25px; text-align: left; text-indent: -25px}
.p_h { font-size:10px; vertical-align: super; }

/* line-height = Zeilenabstand */
/* margin-left = abstand von links (im zusammenhang mit "text-indent" - so entstehen die negativen einzüge */
/* text-align = textausrichtung links */
/* text-indent = einzug der ersten zeile bei fliesstext - negative werte ergeben negative einzüge 
(bedingt aber einen linken einzug beim text */
/* p_f = für fliesstext */

a:link { font-size:12px; color:black; text-decoration: none } 
a:active { font-size:12px;text-decoration: none } 
a:visited { font-size:12px;text-decoration: none } 
a:hover { font-size:12px;text-decoration: underline } 

/*body { background-color: #FFFFFF;}
/*body {scrollbar-3dlight-color: #CCCCCC; scrollbar-arrow-color: #FF0000; /*scrollbar-base-color: #FFFFFF; 
/*scrollbar-dark-shadow-color: #CCCCCC scrollbar-face-color: #CCCCCC; /*scrollbar-highlight-color: #CCCCCC; 
/*scrollbar-shadow-color: #CCCCCC; scrollbar-track-color: #GGGGGG;}

