BODY
{
	background : #FFFFFF;
}
H1, H2, H3, H4, H5
{
	color : #005A9C;
}
H6
{
	font-size: 1em;
}
TD
{
	vertical-align : top; 
}
PRE
{
	color: black;
	background: #F5F5F5; /* whitesmoke */
	border:1px solid #A9A9A9;
	margin-right: 1em;
	padding:10px;
}
CODE
{
	color : #0000FF;
	background : #FFFFFF;
}
P.Nav
{
	margin-bottom: 5px;
}
A:hover, A:hover SPAN
{
	background : #ffffaa;
	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 : smaller;
	line-height : 1.4em;
	vertical-align : top;
}

/* *** Style fuer Banner *** */

/* Positionierung */
DIV#banner
{
	width: 125px;
	position:absolute;
	left: 720px;
}
/* Tipp */
DIV#tipp, DIV.tipp 
{
	border: 1px solid  #336699;
	font-family: verdana, arial, sans-serif, helvitica;
	font-size: 11px;
	background-color: #F0F8FF; /* aliceblue */
}
DIV.tippheadline
{
	background-color: #336699;
	color: #ffffff;
	line-height : 1.2em;
}
DIV#tipp DIV
{
	padding: 2px;
}
DIV.tipplink
{
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}
UL.tipp
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}
UL.tipp LI
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 13px;
}


/* *** 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: 650px;;
		/* 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;
	}
}
