/* CSS Document:  original.css */

/* ----------------- Farben ----------------------------------------- */
/* rot: #FF0000             das SCHADSTOFFBERATUNG - rot    */
/* ------------------------------------------------------------------- */


/* ------------------------------------------------------------------- */

body { background-color:#FFFFFF;  /*  Testfarbe: #FFFFF0  */
       font-family:Verdana; sans-serif;
       color:#000000;
	   font-size:10pt;
     }

/* ---- zum Testen von Schriftgrößen  (kann entfernt werden)  ------- */
.pt8 { font-size:8pt;}
.pt9 { font-size:9pt;}
.pt10 { font-size:10pt;}
.pt11 { font-size:11pt;}
.pt12 { font-size:12pt;}
.pt13 { font-size:13pt;}
.pt14 { font-size:14pt;}
.pt15 { font-size:15pt;}
.pt16 { font-size:16pt;}
.pt17 { font-size:17pt;}
.pt18 { font-size:18pt;}
.pt20 { font-size:20pt;}
/* ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- */
h1 { font-size:14pt;}
h2 { font-size:12pt;}
h3 { font-size:11pt;}
/* ------------------------------------------------------------------- */

/* ---------- styles für die Navigationsleiste ("Menü") -------------- */

.menutab { font-size:26px;
           background-color:#FF0000;
		   background-image:url(../images/grau-5.jpg);
		   height:30px;}

.navitd {width:270px; 
		 height:350px;
		 background-image:url(../images/grau-1.jpg);}

.subnavitab {border-collapse:separate; 
             vertical-align:top;}  

.br { height:24px;   /* -- button released -- */

      font-size:11px; 
	  vertical-align:middle;
      width:280px;
      background-image:url(../images/grau-2.jpg);}
	  
.bd { height:24px;   /* -- button down -- */
      font-size:11px;
      vertical-align:middle;
      width:266px;
      background-image:url(../images/grau-3.jpg);}

.leer1 { height:30px; }	  /* --  Leerzeile -- */

.ebene1   {margin-left:5px;}   /* --  Einzug für Menü-Eintrag  -- */
.ebene2   {margin-left:13px}
.ebene3   {margin-left:21px}
.ebene4   {margin-left:29px}
.ebene5   {margin-left:37px}
.ebene6   {margin-left:45px}



/* ----------------------------------------------------------------- */
/* -------------------  Links  ------------------------------------- */
/* ----------------------------------------------------------------- */
 /* für Links im Text */
a.links:link    { color:#FF0000; text-decoration:underline;}     /* rot:  #FF0000  */
a.links:visited { color:#FF0000; text-decoration:underline;}     /* rot:  #FF0000  */
a.links:hover   { color:#000000; text-decoration:underline;}     /* schwarz: #000000  */
a.links:active  { color:#000000; text-decoration:underline;}     /* schwarz: #000000  */
a.links:focus   { color:#000000; text-decoration:underline;}     /* schwarz: #000000  */



/* für Links im Menüfeld  */
a.menue:link    {text-decoration:none; color:#000000;}   /* schwarz: #000000  */
a.menue:hover   {text-decoration:none; color:#000000;}   /* schwarz: #000000  */
a.menue:visited {text-decoration:none; color:#000000;}   /* schwarz: #000000  */

/* ------------------------------------------------------------------- */
h1.indexleft {text-align:left;
              font-size:13pt;
			  font-weight:normal;
			  line-height:100%;
			  }
h1.indexright {text-align:right;
              font-size:13pt;
			  font-weight:normal;
			  }
			  
/* -----  h1 unter Textzeile Schadstoffberatung ---------------------- */
h1.tabletop {text-align:center;
             color:#FF0000;
			 font-size:18pt;
			 font-weight:bold;
			 line-height:100%;
			 padding-top:0; 
			 padding-bottom:10px;
			 }
.tabletop2 {text-align:center;     /* 2. Zeile in Überschrift  */
             color:#FF0000;
			 font-size:13pt;
			 font-weight:bold;
			 line-height:100%;
			 padding-top:0; 
			 padding-bottom:10px;
			 }	
/* -------- Tabelle: um alles ---------------- */
table.outertab { border:solid;
                 border-width:1px;
				 vertical-align:top;
				 }		 
			 
			 		 
/* -------- Tabelle: mit Textzeile Schadstoffberatung ---------------- */
table.top1 { border-style:none;
             border-width:1px;
			 width:620px;}
td.top1 { text-align:center;}
/* -------- Tabellen: unter Textzeile Schadstoffberatung ---------------- */
table.top2 { border-style:none;
             border-width:1px;
			 width:620px;}
td.top2 { width:310px;
          vertical-align:top;
          color:#000000;}
		  
table.top3 { border-style:none;
             border-width:1px;
			 width:620px;}  
/* -------- Tabelle: ul mit Einzug ---------------- */
td.infoleer { width:30px;}
/* ------------------------------------------------------------------- */
/* -------- Tabelle: ursprünglich 620px breit ---------------- */
table.t620 { border-width:1px
             border-style:solid;
			 width:620px;
             padding:5px;
			 }

/* ------------------------------------------------------------------- */

ul.e1 { list-style-type:disc;}    /* -- Ebene 1 -- */
ul.e2 { list-style-type:circle;}  /* -- Ebene 2 -- */
ul.e3 { list-style-type:sqare;}   /* -- Ebene 3 -- */
ul.ohne { list-style-type:none;}   /* -- Ebene 3 -- */

/* ------------------------------------------------------------------- */
/* ---- Bestellformular ---------------------------------------------- */
.besttitel {font-size:12pt;           /* Titel der Broschüre */
            font-weight:bold;}
.bestutitel {font-size:10pt;          /* Unter-Titel der Broschüre */
             font-weight:normal;}		
.bestpreis {font-size:10pt;          /* Unter-Titel der Broschüre */
             font-weight:normal;
			 text-align:right;}					 	
/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
.hervor { text-decoration:underline; font-weight:bold;}   /* hervorgehoben */
.wichtig { font-weight:bold; color:#FF0000;}
.lit { font-size:12px; font-style:italic;}
.mail { color:#0000FF; text-decoration:underline;}     /* rot:  #FF0000  */
.blass { color:#AFAFAF;}  /* grau */
.einzug { text-indent:2cm;}
.menulogo { padding:20px;}
/* ------------------------------------------------------------------- */
p.copy { font-size:9pt }                          /* für Copy-Right */
/* ------------------------------------------------------------------- */
