/* CSS Document */
body {
	background-color: silver;
	text-align: center;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006;

	link="#000080";
	vlink="#800000";
	dir="ltr";
	lang="de-DE";

}
.fond {
	background-color: #B3FFFF;
	color: #006;
}

td {
	text-align: center;
}



.bg_Aqua {
	background-color: aqua;
	color: #00F;
}

.bg_Black {
	background-color: black;
	color: white;
}

.bg_Blue {
	background-color: blue;
	color: aqua;
}


.bg_BlueLeft {
	background-color: blue;
	color: yellow;
	text-align: left;
}
.bg_Fuchsia {
	background-color: fuchsia;
	color: yellow;
}



.bg_Green {
	background-color: green;
	color: yellow;
}


.bg_Gray {
	background-color: Gray;
	color: white;
}


.bg_Maroorn {
	background-color: maroon;
	color: yellow;
}


.bg_Navy {
	background-color: navy;
	color: aqua;
}
.bg_Lime {
	background-color: lime;
	color: yellow;
}


.bg_Olive {
	background-color: olive;
	color: yellow;
}



.bg_Orange {
	background-color: orange;
	color: yellow;
}


.bg_Purple {
	background-color: purple;
	color: aqua;
}
.bg_Silver {
	background-color: silver;
	color: #FFF;
}

.bg_Teal {
	background-color: teal;
	color: aqua;
}




.bg_White {
	background-color: white;
	color: red;
}




.bg_Yellow {
	background-color: yellow;
	color: red;
}
.genfont {
	background-color: #55737D;
	border: medium solid #303234;
	color: yellow;
}
.fondAdmin {
	background-color: Grey;
	color: yellow;
}

.anchor {
	border: medium none;
	color: #006666;
	vertical-align: top;
	background-position: top;
}
.copyright {
	font-size: 10px;
}
