/* Digitales Design Karl Herbert Salbrechter, Projekt Bacherwirt */



/* Farben ---------------------------------------------------------------------------------------------------- */
    
/*  	#660000 Überschriften, Hervorhebungen, Links
    	#003300 Text normal (Varianten alt: black oder #0033333)    
    
*/
    

/* Allgemeine Schriftvorgaben, Ränder und Zellabstände ---------------------------------------- */

/* Ränder und Zellabständeauf Null gesetzt - verhindert Zerfall des Layouts in alternativen Browsern */



html, body, div, p, h1, h2, h3, h4, h5, span, a, table, td, form, img, li, input {
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}



/* Hintergrund ---------------------------------------------------------------------------------------------  */

/* Keine allgemein gültige Hintergrundangabe. Unterschiedliche Hintergrundgrafiken in Verwendung. Hintergrund daher im <body>-Tag der jeweiligen Seite. */





/* Scrollbar für Internet Explorer (proprietär) -------------------------------------------------------  */


body { 
scrollbar-arrow-color: #ff6600; 
scrollbar-base-color: #999999; 
scrollbar-face-color: white; 
scrollbar-highlight-color: white; 
scrollbar-shadow-color: white; 
scrollbar-darkshadow-color:#999999; 
zoom: 1 }



/* Spezifische Textformate -----------------------------------------------------------------------------  */

.text, p, td, textarea { color: #030; font-style: normal; font-weight: normal; font-size: 10pt; line-height: 12pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}

b { color: #600; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 12pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}

h1 { color: #600; font-style: normal; font-weight: normal; font-size: 14pt; line-height: 20pt; }
h2 { color: #600; font-style: normal; font-weight: normal; font-size: 16pt; letter-spacing:1px; line-height: 20pt; }
h3 { color: #600; font-style: normal; font-weight: normal; font-size: 10pt; line-height: 12pt; }

strong { color: #030; font-style: normal; font-weight: normal; font-size: 18pt; line-height: 20pt; }

.small { color: #000; font-style: normal; font-weight: normal; font-size: 8pt; line-height: 12pt; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}



/* Links ------------------------------------------------------------------------------------------------------   */

/* Standard */

a:link { color: #600; }
a:visited { color:#030; }
a:hover { color:#030; }
a:active { color:#600; }

/* ohne Unterstrich, Buchstabenabstand vergrößert, fett (z.B. Startseite, Sprachen) */

a.dekor:link { color: #030;  text-decoration: none;  letter-spacing:1px; font-weight: bold; }
a.dekor:visited { color:#030;  text-decoration: none;  letter-spacing:1px; font-weight: bold; }
a.dekor:hover { color:#600;  text-decoration: none;  letter-spacing:1px; font-weight: bold; }
a.dekor:active { color:#600;  text-decoration: none;  letter-spacing:1px; font-weight: bold; }

/* kleine Links (z.B. E-Mail) */

a.small:link { color: #600; font-size: 7pt; }
a.small:visited { color:#600; font-size: 7pt; }
a.small:hover { color:#600; font-size: 7pt; }
a.small:active { color:#600; font-size: 7pt; }