BODY
{
	background : #FFFFFF;
}
H1, H2
{
	color : #005A9C;
	background : #FFFFFF;
}
H1
{
	font-size: 1.6em;
}
H2
{
	font-size: 1.1em;
}
.NavActive
{
	border-top: 2px solid #FF0000; /* red */
}
.txt
{
	margin-left: 2em;
}
.fn
{
	font-size : smaller;
}
HR.fn
{
	text-align : left; /* IE, Opera */
	margin-left : 0px;	/* Netscape */
	width : 10%;
}
TD
{
    vertical-align: top;
}

ADDRESS
{
	margin-top : 3ex;
}
A:hover, A:hover SPAN
{
	background : #ffa;
	text-decoration : underline;
} 
P.disclaimer
{
	font-style: italic;
}

P.copyright
{
	font-style: italic;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

P.w3c
{
	margin-top: 0.5em;
}

/* *** Bildschirmformate *** */
@media screen
{
	BODY#MyBody
	{
		margin-left : 50px;
	}
	
	
	/* width-Angabe wird nicht für BODY-Block umgesetzt von:   */
	/* -> IE 5.x und                                           */
	/* -> IE 6 in XHTML-Seiten mit XML-Processinginstruction.  */
	/* Deshalb width-Angabe in gesondertem DIV-Block           */
	DIV#InlineBody
	{
		width: 80ex;
		/* Raum schaffen, in dem .NavActive sichtbar wird. */
		padding-top: 4px;
	}
}

/* *** Printformate *** */
@media print {
	TABLE#banner, DIV#tipphtmlbigpage
	{
		display:none;
	}
	A
	{
		text-decoration : none;
	}
}

