/* DATEI: glaskunst.css */


  /********** FONT-FAMILY **********/
      body, td, p, div, a, ul, ol, li, form, input, select, textarea {
                font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
             }


   /********** BODY **********/

	body { 
		margin-left:0px; 
		margin-right:0px; 
		background-color:#ffffff; 
		color:#0066cc; 
		font-size:14px; 
		font-weight:500;
		scrollbar-face-color: #ffffff;
		scrollbar-shadow-color: #ffffff;
		scrollbar-highlight-color: #0066cc;
		scrollbar-3dlight-color: #ffffff;
  		scrollbar-darkshadow-color: #0066cc;
    		scrollbar-track-color: #ffffff;
    		scrollbar-arrow-color: #0066cc;
		cursor: crossbar;
              }

/* margin-left = Abstand zwischen Fensterrand und Inhalt links */
/* margin-right = Abstand zwischen Fensterrand und Inhalt rechts */
/* 20px = 20 Pixel, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* font-family = Schriftart fuer Textelemente */
/* color = Schriftfarbe */
/* font-size = Schriftgröße */
/* font-weight = Schriftgewicht */
/* scrollbar-face-color =  Laufleiste und Rechteck um die Pfeilspitzen oben und unten */
/* scrollbar-shadow-color =  Schatten unterhalb der Rechtecke um die Pfeilspitzen */
/* scrollbar-highlight-color =   Schatten oberhalb der Pfeilspitzen*/
/* scrollbar-3dlight-color =  Laufleistenbeleuchtung links */
/* scrollbar-darkshadow-color =  Laufleistenschatten rechts */
/* scrollbar-track-color =  Laufleistenhintergrund */
/* scrollbar-arrow-color =   Farbe der Pfeile oben und unten*/
/* cursor = Erscheinungsbild des Cursors */

	H1 { 
	     font-size:14px; 
	     color:#0066cc; 
             font-weight:300; 
	     text-align:center;
	     text-decoration: none;
	     letter-spacing: 2px;
            }

/* font-size = Schriftgroesse */
/* 35pt = 35 Punkt, Wert aenderbar */
/* font-style = Schriftstil */
/* color = Schriftfarbe */
/* font-weight = Schriftgewicht */
/* text-align = Textausrichtung  */
/* text-decoration = Textauschmückung  */
/* letter-spacing = Laufweite der Buchstaben  */


	H2 { 
	     font-size:18px; 
             font-weight:700; 
             color:#0066cc; 
             text-decoration:none;
             letter-spacing: 6px;
            }

/* font-size = Schriftgroesse */
/* 28pt = 28 Punkt, Wert aenderbar */
/* font-style = Schriftstil */
/* color = Schriftfarbe */
/* font-weight = Schriftgewicht */
/* text-align = Textausrichtung  */
/* text-decoration = Textauschmückung  */
/* letter-spacing = Laufweite der Buchstaben  */



	H3 { 
	     font-size:12px; 
	     font-weight:200;
	     text-decoration: none;
	    
            }

/* font-size = Schriftgroesse */
/* 20pt = 20 Punkt, Wert aenderbar */
/* font-style = Schriftstil */
/* color = Schriftfarbe */
/* font-weight = Schriftgewicht */
/* text-align = Textausrichtung  */
/* text-decoration = Textauschmückung  */
/* letter-spacing = Laufweite der Buchstaben  */


	H4 { 
		font-size:12px; 
		font-weight:500;
		text-align:center;
                text-decoration: none;
	   }






	H5 { 
		font-size:12px; 
		color:#660000;
		font-weight:500;
		text-align:center;
                text-decoration: none;
	        letter-spacing: 4px;
	      }

	C1 { 

		font-size:12px; 
		color:#660000;
		font-weight:400;
		text-decoration: none;
	        letter-spacing: 4px;
	    }
	


	
	sup   { 
		font-size:10px;
	      }

/* sup = hochgestellter Text */

	font.elsa { 
		    font-size:12px; 
		    font-style:italic; 
		    font-weight:500; 
                  }

	font.bildtext { 
			font-size:12px; 
			font-style:arial; 
		      }

	a:link { 
		 color:#0066cc; 
		 text-decoration:none;
                  
	       }
		
	
	a:visited { 
                    color:#0066cc; 
                    text-decoration:none; 
                    
                  }
	
	a:hover   {    
		    color:#ffffff;
		    background-color: #0066cc;
		    
                  }

	a:active { 
                   color:ffffff;
		   background-color: #0066cc; 
                   text-decoration:none;
                    
                 }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Verweise, während mit der Maus darüber gefahren wird
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
