body
{
	font-family: arial, sans-serif;
/*	margin-left:10px; 
*/
}

.dc.title
{
	font-weight: bold;
	color:Red; 
}

h1
{
	font:200%;
	color:navy; 
}
h2
{
	font:130%;
	color: navy;
	margin-bottom: -15px; 
}
h3
{
	color: cornflowerblue;
}

a
{
	color:Navy;
	text-decoration:underline;
}

a:hover
{
	background-color: #dee8ff;
	
}

.foot
{
	font-size:small; 
	color:Navy;
}

/* 
********************************          Wortraum 
*/

.KnotenLink
{
	text-decoration:none; 
}

a:hover.KnotenLink
{
	background-color: lightblue;
}

.ZweigLink
{
	text-decoration:none; 	
}

a:hover.ZweigLink
{
	background-color: yellowgreen;
}
/* 
-------------------------------------    End Wortraum 
*/