/* CSS Document */ 
 
 
 
 
body{ 
 
height:101%; 
 
} 
  
 p { 
 font-family: helvetica, verdana; 
  font-size: 11px; 
  margin-left: 2.0em; 
  } 
 
 a{ 
 font-family: monospace, helvetica, verdana; 
  font-size: 18px; 
  font-weight: normal; 
  color: #6DB0B2; 
text-decoration: none; 
  }

a:hover{ color:#326466;
text-decoration: none;
} 
 
a:active{  
color:#000000; 
text-decoration: none; 
 }

a.cat_active{  
	color:#000000; 
	text-decoration: none; 
} 
 
a.fuss { 
 font-family: monospace, helvetica, verdana; 
  font-size: 14px; 
  font-weight: normal; 
  color: #6DB0B2; 
text-decoration: none; 
  }

h1 { color: #949495; 
	font-size: 14px; 
	} 
 
	h2 { color: #F3F3F3; 
	font-size: 14px; 
	} 
 
font.a { 
 font-family: monospace, helvetica, verdana; 
  font-size: 18px; 
  font-weight: bold; 
  color: #6C7979; 
 
text-decoration: none; 
} 
 
  
table{ 
 font-family: monospace, helvetica, verdana; 
  font-size: 18px; 
  font-weight: normal; 
  color: #5FCACE; 
 
text-decoration: none; 
  } 
 

 #kunden table
{ 
 font-family: monospace, helvetica, verdana; 
  font-size: 14px; 
  font-weight: normal; 
  color: #000000; 

text-decoration: none; 
  } 

 #kunden td
{ 
 font-family: monospace, helvetica, verdana; 
  font-size: 14px; 
  font-weight: normal; 
  color: #000000; 
 border: 1px dashed #5FCACE;
text-decoration: none; 
  } 

 ul#Navigation { 
    margin: 0; padding: 0.0em; 
   margin-left: 1.6em; 
 
  } 
  ul#Navigation li { 
    list-style: none; 
    display: inline; 
    margin: 0.1em; padding: 0; 
  } 
 
  ul#Navigation a, ul#Navigation span { 
    padding: 0.0em 1em; 
    text-decoration: none;  
    border-left-color: white; border-top-color: white; 
    color: black; background-color: white; font-weight: bold; 
  } 
  * html ul#Navigation a, * html ul#Navigation span { 
    width: 1em;    /* nur fuer IE 5.0x erforderlich */ 
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */ 
  } 
  ul#Navigation a:hover, ul#Navigation span { 
    border-color: white; 
    color: white; background-color: gray;  
  } 
