table { font-family: "trebuchet ms", arial, helvetica, sans-serif; font-size: 12px; line-height: 16px; }


/* Hintergrund-Farben*/
.hellgrau {
	background-color: #E6EBEB;
}
.hellgraufett { font-weight: bold; background-color: #e6ebeb }
.mittelgrau {
	background-color: #8296AA;
}

.weiss {
	background-color: #FFFFFF;
}

/*Willkommen - Startseite*/
.ht { color: #00717a; font-size: 19px; font-family: "trebuchet ms", arial, helvetica; font-stretch: normal; line-height: 17px; }
.65 { color: #7c7c7e; font-size: 19px; font-family: "trebuchet ms", arial, helvetica; line-height: 17px; }
.40 { color: #b1b3b4; font-size: 19px; font-family: "trebuchet ms", arial, helvetica; line-height: 17px; }

/* Textlinks */
a:link { color: #ff7300; text-decoration: none; }

a:visited {
	color: #ff7300;
	text-decoration: none;
}

a:active {
	color: #FF7300;
	text-decoration: none;
}

a:hover {
	color: #00717a;
	text-decoration: none;
}


/*Hauptnavi Dunkel auf Hell */
.hauptnavihell {
	font-size: 18px;
	color: #283c41;
	background-color: #e6ebeb;
}

.hauptnavihell a:link {
	color: #82969B;
}

.hauptnavihell a:visited {
	color: #82969B;
}

.hauptnavihell a:active {
	color: #82969B;
}

.hauptnavihell a:hover {
	color: #283C41;
}


/*Hauptnavi Hell auf Dunkel */
.hauptnavidark {
	font-size: 18px;
	color: #283c41;
	background-color: #8296aa;
}

.hauptnavidark a:link {
	color: #E6EBEB;
}

.hauptnavidark a:visited {
	color: #E6EBEB;
}

.hauptnavidark a:active {
	color: #E6EBEB;
}

.hauptnavidark a:hover {
	color: #283C41;
}


/*Subnavi Hell auf Dunkel */
.subnavidark {
	font-size: 18px;
	color: #283c41;
	background-color: #8296aa;
}

.subnavidark a:link {
	color: #E6EBEB;
}

.subnavidark a:visited {
	color: #E6EBEB;
}

.subnavidark a:active {
	color: #E6EBEB;
}

.subnavidark a:hover {
	color: #283C41;
}


/*Subnavi Dunkel auf Hell */
.subnavihell {
	font-size: 18px;
	color: #283c41;
	background-color: #e6ebeb;
}

.subnavihell a:link {
	color: #82969B;
}

.subnavihell a:visited {
	color: #82969B;
}

.subnavihell a:active {
	color: #82969B;
}

.subnavihell a:hover {
	color: #283C41;
}


/* Titel oben Referenzen */
.class    { color: #283c41; font-size: 14px }

/* Titel links */
.titellinks {
	font-size: 18px;
	color: #82969b;
}


/* Grauer Link*/
.linkgrau {
 color: #8296AA;
}
 
/* Textlinks */
.linkgrau a:link {
 color: #8296AA;
}
 
.linkgrau a:visited {
 color: #8296AA;
}
 
.linkgrau a:active {
 color: #8296AA;
}
 
.linkgrau a:hover {
 color: #000000;
}
