
BODY
{
	background : #FFFFFF;
	font-family: "Segoe UI", Verdana, Arial, Helvetica; 
	font-size: 0.9em;
}
H1, H2, H3, H4, H5
{
	color : #404040;
	font-family: Arial, Helvetica; 
	font-weight: normal;
}
H2, H3, H4, H5
{
	padding-top: 0.5em;
}
STRONG
{
	color : #404040;
}
TD
{
	vertical-align : top; 
}
PRE
{
	color: black;
	background: #F5F5F5; /* whitesmoke */
	border:1px solid #A9A9A9;
	margin-right: 1em;
	padding:10px;
	font-size: 0.9em;
}
UL
{
    list-style-type: circle;
}
P.Nav
{
	margin-bottom: 5px;
}
A
{
	text-decoration: none;
}
A:hover
{
	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;
}
.NavActive
{
	border-top: 2px solid #FF0000; /* red */
}
.top
{
	vertical-align : top; 
}
.highlight
{
	font-style: italic;
	color: #CC0000;
	font-weight: bold;
}
.subheadline
{
}

/* Fussnoten */
.fn
{
	font-size : 0.8em;
	line-height : 1.4em;
	vertical-align : top;
}


/* *** 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: 40em;
		/* Raum schaffen, in dem .NavActive sichtbar wird. */
		padding-top: 4px;
	}
}


/* *** Printformate *** */
@media print
{
	TABLE#banner, DIV#tipphtmlbigpage
	{
		display: none;
	}
	A
	{
		text-decoration: none;
	}
	.Nav
	{
		display: none;
	}
}

