/* heinrich.css */
/* Stylesheet für http://www.heinrich-distribution.de/ */
/*                                                              */
/* Schriftgrößen und ähnliche Informationen befinden sich in    */ 
/* den browserabhängigen Stylesheet-Dateien.                    */ 
/*                                                              */
/* Web-Realisierung von friedel hosenfeld, Hosenfeld Consulting */
/*                      http://www.ho-con.de/                   */

/* fh, 01-MAR-2004 */


/* Schriftart */
/* ********** */

 body, div, h1, li, p, td, ul, ol {font-family: Verdana,Arial,Helvetica,sans-serif;}

/* Farben */
/* ****** */

 h1 {color:#C10028;}       /* Dunkles Rot für Überschriften und Bullets */
 h1.white,a.white,.white {color:#FFFFFF;text-decoration:none;}	/* Weiße Überschrift für die Startseite */
 .eorange {color:#D97B00;} /* Orange für englische Schrift */

/* Ausrichtung */
/* *********** */

h1 {text-align:left;}
.rechts {text-align:right;}

/* Text-Auszeichnungen */
/* ******************* */

/* Fett */
/* ---- */

li,.eintext,.fett,.kontext,.liste {font-weight:bold;}

/* Kursiv */ 
/* ------ */
.kursiv {font-style:italic;}

/* Unterstrichen */
/* ------------- */
.unterstrichen {text-decoration:underline;}


/* Verweise */
/* ******** */
a,a.impressum:hover {text-decoration:none; color:#000000;}
a:hover,a.impressum {text-decoration:none; color:#C10028;}
a.white,.white,a.white:hover,a.white:visited {color:#FFFFFF;text-decoration:none;}

 /* Sonstiges */
 /* ********* */
h1, .impressum {margin-left:33px;}	/*  eingerückt */
.eintext, .kontext {margin-left:55px;}	/*  eingerückt */
li {margin-left:0px;}


/* Eigene Bullets */
.liste {list-style-image:url("img/bull_red.gif");}  /* geht nicht bei NS 4x */

.bodytop {background: #FFFFFF left top repeat-x url("img/vbar_red.gif");} /* Kopf-Graphik */
.bodytope {background: #FFFFFF left top repeat-x url("img/vbar_orange.gif");} /* Kopf-Graphik Englisch*/

/* In dieser Datei müssen eigentlich keine Schriftgrößen etc. stehen. */
/* Für den Fall, dass die Browserweiche nicht korrekt funktioniert,   */
/* werden hier die Angaben mitgeführt.                                */
/* ****************************************************************** */

/* Schriftgrößen */
/* ************* */
h1 {font-size: 18px;}
body, div, li, p, td, ul, ol {font-size: 14px;}
.impressum {font-size:9px;}


 /* Zeilenabstand */
 /* ************* */
h1 {line-height:20px;}
body, div, li, p, td, ul, ol {line-height:20px;}
.impressum {line-height:14px;}
.kontext {line-height:22px;} /* Abstand bei Kontakt  */
.abklein {line-height:22px;} /* Abstand bei Kontakt, Tel-Nummern. */

/* Sonstiges */
/* ********* */
/* Einrückungen */
.liste {margin-left:66px;}	/*  eingerückt, speziell für NS6+: 33px, sonst66px */

