body
{
	font-family: arial, sans-serif;
}

.dc.title
{
	font-weight: bold;
	color: Red;
}



h1
{
	font: 200%;
	color: silver;
	font-weight: bold;
	margin: 4px;
}
h2
{
	font: 140%;
	color: silver;
	font-weight: bold;
	margin: 3px;
}
h3
{
	font: 120%;
	font-weight: bold;
	color: silver;
	margin: 2px;
}

h4
{
	font: 100%;
	font-weight: bold;
	color: silver;
	margin: 1px;
}

a
{
	color: Navy;
	text-decoration: underline;
}

a:hover
{
	background-color: #dee8ff;
}

.foot
{
	font-size: small;
	color: Navy;
}

.stamm
{
	color: Maroon;
	font-weight: bold;
}

.postit
{
	padding-left: 10px;
	border-left: yellow 10px solid;
}

.toplab
{
	padding-left: 10px;
	border-left: red 10px solid;
}

.angler
{
	border-left-color: steelblue;
	border-left-style: solid;
	border-left-width: 10px;
	padding-left: 10px;
}


/* 
********************************          Wortraum 
*/

.KnotenLink
{
	text-decoration: none;
}

a:hover.KnotenLink
{
	background-color: lightblue;
}

.ZweigLink
{
	text-decoration: none;
}

a:hover.ZweigLink
{
	background-color: yellowgreen;
}
/* 
-------------------------------------    End Wortraum 
*/