body {
    color: #494949;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 100%;
}
 /*  Links im Fließtext:  */
a, a:link, a:visited, a:active, a:focus {
 	 color: #494949;
     text-decoration: underline; 
}
a:hover {
  	text-decoration: underline; 
	color: #00A500;
}

 /*  Menu-Buttons im aktiven Zustand:  */
.start #menu-start,
.leistungen #menu-leistungen,
.ueber_uns #menu-ueber_uns,
.software #menu-software,
.support #menu-support,
.programm #menu-programm,
.daten #menu-daten,
.netzwerke #menu-netzwerke,
.telefon #menu-telefon,
.referenzen #menu-referenzen,
.jobs #menu-jobs,
.kontakt #menu-kontakt,
.impressum #menu-impressum,
.impressum #menu-datenschutz {
	color: #00A500;
}
p {
	margin: 0;
    padding-bottom: 10px;
    font-size: 75%;
    line-height: 19px;
}
 /* Überschrift*/
 h1 {
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    color: #00A500;
    border-bottom: 1px solid #D0D0D0;
    width: 230px;
}
/* Unterueberschrift*/
h2 {
	margin: 5px 0 7px 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 75%;
    font-weight: bold;
    line-height: 19px;
    color: #00A500;
}
/* Listen */
#content ul {
	margin: 0px 0 10px 20px;
    font-size: 75%;
    line-height: 19px;
}
/* Kontaktformular */
.formTable{
	padding-left: 0px;
	display: block;
	text-decoration: none;
	width: 205px;
	margin: 0px 17px 17px 17px;
	position: relative;
	top: 50px;
}
/* Bezeichner Eingabefelder */
.formTd {
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 7px;

    font-size: 75%;
    vertical-align: top;
}

/* Eingabefelder */
.formfeld{
	padding: 7px 7px 0 0;
	font-size: 90%;
	vertical-align: top;
}
.formfeld input {
    font-size: 75%;
}
.formfeld select {
    font-size: 75%;
}

.formTd input {
    font-size: 75%;
}
.formTd select {
    font-size: 75%;
}

.color{
	color: #00A500;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
	width: 70px;
}

th.formTd {
    padding-top: 20px;
}

/* Kunden-Login */
.formSeparator {
    padding-bottom: 8px;
	padding-left: 9px;

    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #00A500;
    border-bottom: 1px solid #D0D0D0;
}

