/*  ------------------------ Body-Definitionen     -------------------------  */

body.show        { 
				 background-image:url("../image_allgem/backs/back_combi.gif");
				 margin-top: 0px;
				 
					 }
					 
/*   Body-Definition für Frame mit Kombibox */					 

body.grau  {
       background-color:#ffffff
     }
/*   Body-Definition für Body-Frame (Anzeigeframe)*/					 
/* Abstand zum Seitenrand  */
	
	
body{
       background-color:#ffffff
     }

/*  ------------------------Ende Body-Definitionen     -------------------------  */

/*  ------------------------Tabellenzeilen-Definitionen     -------------------------  */

table	{
	border: 0px;
}

td	{
	vertical-align:	top;
}

td.bg{
       background-color:#ffffff
     }
     /*  Background-color für die Überschriften */
	/* background-color=weiß          */

     
/*  ------------------------Ende Tabellenzeilen-Definitionen     -------------------------  */



/*  ------------------------ Überschriften-Definitionen     -------------------------  */

	
	/* font-size = Schriftgroesse */
	/* font-family = Schriftart   */
	/* color = schwarz            */
	/* font = Schrift wird fett dargestellt */

img	{
	border: 0px;
}

h1{font-size:23px;
   font-family:verdana;
   font:bold; 
   color:#000000}
	
	/* font-size = Schriftgroesse */
	/* font-family = Schriftart   */
	/* color = schwarz            */
	/* font = Schrift wird fett dargestellt */
	

h2{font-size:20px;
   font-family:verdana;font:bold;
   color:#000000 }
	
	/* Seitenueberschriften */
	/* font-size = Schriftgroesse */
	/* font-family = Schriftart   */
	/* color = schwarz            */
	/* font = Schrift wird fett dargestellt */

h3{font-size:18px;
   font-family:verdana;
   font:bold;
   color:#000000 }
	
	/* Abschnittsueberschriften innerhalb einer Seite */
	/* font-size = Schriftgroesse */
	/* font-family = Schriftart   */
	/* color = schwarz            */
	/* font = Schrift wird fett dargestellt */

h4{font-size:15px;
   font-family:verdana;
   font:bold; 
   color:#000000 }
	
	/* font-size = Schriftgroesse */
	/* font-family = Schriftart   */
	/* color = schwarz            */
	/* font = Schrift wird fett dargestellt */

h5{font-size:14px;
   font-family:verdana;
   font:bold;
   color:#000000 }
	
	/* font-size = Schriftgroesse */
	/* font-family = Schriftart   */
	/* color = schwarz            */
	/* font = Schrift wird fett dargestellt */


h6{font-size:10px;
   font-family:verdana;
   font:bold; 
   color:#000000}
	
	/* font-size = Schriftgroesse */
	/* font-family = Schriftart   */
	/* color = schwarz            */
	/* font = Schrift wird fett dargestellt */


/*  ------------------------ Ende-Überschriften-Definitionen     -------------------------  */






/*  ------------------------ Absatz-Definitionen     -------------------------  */


p,ul,ol,li,div,td,th,address,nobr,b,i{font-size:12px;
 										    font-family:verdana }

	/* font-size = Schriftgroesse */
	/* 12px =  Pixel, Wert aenderbar */


/*  ------------------------ Ende-Absatz-Definitionen     -------------------------  */


/*  ------------------------ Tabellen-Definitionen     -------------------------  */
table.color  {background-color:#ffffff}

	/* background-color = weiß*/


/*  ------------------------ Ende Tabellen-Definitionen     -------------------------  */



/*  ------------------------ Programmier-Code-Definitionen     -------------------------  */

p.code {
        font-family:courier;
        font-size:18px;
        background-image:;
        }
	
	/*  Programmier-Code */
	/* background-color = Schwarz */


/*  ------------------------ Ende-Programmier-Code-Definitionen     -------------------------  */



/*  ------------------------ Image-Definitionen     -------------------------  */

border.rahmen {
					border: 0.3cm groove #c0c0c0; padding:0.1cm; 					
				 }
	
	/*  Image-Rahmen */
	/* background-color = Schwarz */


/*  ------------------------ Ende-Image-Definitionen     -------------------------  */




/*  ------------------------ Link-Definitionen     -------------------------  */

a {
	color: #000000;
}

A:rot    {color: #ffffff;
 	           text-decoration: underline; 
 				 font-family:verdana;
 			    font:bold; 
              font-size:12px;}

A:visited.rot {color:#ffffff; 
               text-decoration:underline;
               font-family:verdana;
               font:bold;
               font-size:12px;}

A:hover.rot  {color:#000000; 
               text-decoration:underline; 
               font-family:verdana;
               font:bold; 
               font-size:12px;}
	
	/* a:link = Verweise zu noch nicht besuchten Seiten */
	/* a:visited = Verweise zu bereits besuchten Seiten */
	/* a:active = Verweise, die gerade angeklickt werden */
	/* color = weiß */
	/* underline = unterstrichen */

A:link   {
	  text-decoration:underline;
	  font-size:12px;
	   font-family:verdana;
	  font-color:#000000;

	}
          
A:visited{
	  text-decoration:underline;
	  font-size:12px; 
	  font-family:verdana;
	  color:#000000;

	}
          
A:hover {
	  text-decoration:underline;
	  font-size:12px; 
	  font-family:verdana;
	  color:#000000;
	
	}
	
	/* a: = Verweise zu noch nicht besuchten Seiten */
	/* a:visited = Verweise zu bereits besuchten Seiten */
	/* a:hover = Verweise, die gerade angeklickt werden  , für IE/NC*/
	/* color = schwarz */
	/* underline = unterstrichen */



A:visited	{
	  text-decoration:underline;
	  color:#000000;
	  font-size:12px;
	    font:bold; 
	}
               
/*  ------------------------ Link - Definitionen     -------------------------  */ 


A:suchen    {color: #000000;
 	           text-decoration: underline; 
 				 font-family:verdana;
 			    font:bold; 
              font-size:18px;}

A:hover.suchen {color:#000000; 
               text-decoration:underline;
               font-family:verdana;
               font:bold;
               font-size:18px;}

A:visited.suchen  {color:#000000; 
               text-decoration:underline; 
               font-family:verdana;
               font:bold; 
               font-size:18px;}


/*  ------------------------ Ende-Link-Definitionen     -------------------------  */ 


/*  ------------------------ -Link - Definitionen für die Startseiten Produkte, FoxPro, Über uns    -------------------------  */ 


A.ind
	{
	  text-decoration:none;
	  font-size:12px;
	  color:#000000;
	}
A:hover.ind
	{
	  text-decoration:none;
	  color:#000000;
	  font-size:12px;
 }
A:visited.ind
	{
	  text-decoration:none;
	  color:#000000;
	  font-size:12px;
	}
	
 /*  ------------------------ Ende - Link - Definitionen für die Startseiten Produkte, FoxPro, Über uns    -------------------------  */ 

	
 /*  ------------------------ Link - Definitionen für die Fusszeile    -------------------------  */ 

	
	
	A.fuss
	{
	  text-decoration:underline;
	  font-size:10px;
	  color:#000000;
	}
A:hover.fuss	{
	  text-decoration:underline;
	  color:#000000;
	  font-size:10px;
 }
A:visited.fuss
	{
	  text-decoration:underline;
	  color:#000000;
	  font-size:10px;
	}

 /*  ------------------------ Ende - Link - Definitionen für die Fusszeile    -------------------------  */ 

.dark {
	color: #FFFFFF;
	background-color: #DD3333;
}

.medium {
	background-color: #D97777;
}

.light {
	background-color: #E5A9A9;
}


