/*
a:link = Verweise zu noch nicht besuchten Seiten
*/
a:link { color:#CC3300; text-decoration:none; }

/*
a:active = Verweise, die gerade angeklickt werden
*/
a:active { color:#004080; text-decoration:none; }

/*
a:visited = Verweise zu bereits besuchten Seiten
*/
a:visited { color:#CC3300; text-decoration:none; }

/*
body
*/
body { background-color:#efd6a5; font-family:Arial; font-size:12pt; color:#336699;} 

/*
Navigation
*/
#Navigation {
  font-size:12pt;
  font-weight:bold;
  color:#CC3300;
}

/*
Seiten-Titel
*/
#Titel {
  font-size:26pt;
  font-weight:bold;
  text-align: center;
  color:#aaaaaa;
}

/*
Fußzeile
*/
#Fusszeile {
	font-family:Arial;
  font-size:10pt;
  font-weight:normal;
  text-align: center;
}

/*
In der Seite "Kunden"
*/
#Kunde {
	font-family:Arial;
  font-size:12pt;
  font-weight:bold;
  text-align: left;
  color:#336699;
}
#Projekt {
	font-family:Arial;
  font-size:12pt;
  font-weight:normal;
  text-align: left;
  color:#000000;
}
#Beschreibung {
	font-family:Arial;
  font-size:9pt;
  font-weight:normal;
  text-align: left;
  color:#CC3300;
}
/*
  color:#808080;
*/



