BODY {
	color: Black;
	background-color: #6495ED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align : center;
}


A, A:LINK, A:VISITED, A:ACTIVE, A:FOCUS {
   color: #FFFFFF;
}
A:HOVER {
	color: #000000;
	text-decoration : none;
}

/*Subnavigations-Definitionen   ANFANG*/
/* b.haupt ist in der Sub-Navigation für nicht anklickbare "Links"*/
b.haupt {
	color: #000000;
	font-size : 16px;
	font-weight : bold;
}

A.haupt, A.haupt:LINK, A.haupt:VISITED, A.haupt:ACTIVE, A.haupt:FOCUS {
color: #000000;
	font-size : 16px;
	font-weight : bold;
	background : #6495ED;
}
A.haupt:HOVER {
	background : #4279DC;
	text-decoration : none;

}


TABLE.haupt {
	background : #CCCCCC;
	padding : 4px 4px 4px 4px;
	border : 2px outset #757575;
	width : 650px;
	}

/*Subnavigations-Definitionen   ENDE*/


/*
t:LINK {
	background-color: #6495ED;
	color: #000000;
	font-size : 16px;
	font-weight : bold;
}
*/
