/**********/
/* NICCON */
/**********/

/* Inhalt */

	.content
	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			10pt;
		color:				#666666;
	}

	.content a, a.content
	{
		text-decoration:	underline;
		color:				#000099;
	}
	
	.content a:hover, a.content:hover
	{
		color:				#3366FF;
	}

	.whiteContent
	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			10pt;
		color:				#FFFFFF;
	}

	.whiteContent a, a.whiteContent
	{
		text-decoration:	underline;
		color:				#FFFFFF;
	}

	.whiteContent a:hover, a.whiteContent:hover
	{
		color:				#FFFFFF;
	}

	.blackContent
	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			10pt;
		color:				#000000;
	}

	.blackContent a, a.blackContent
	{
		text-decoration:	underline;
		color:				#000000;
	}

	.blackContent a:hover, a.blackContent:hover
	{
		color:				#666666;
	}

/* Hervorgehoben */

	.highlight
	{
		font-family:		'Times New Roman', Times, serif;
		font-size:			12pt;
		font-style:			italic;
		color:				#666666;
	}
	
	.highlight i
	{
		font-style:			normal;
	}
	
	.highlight a, a.highlight
	{
		text-decoration:	underline;
		color:				#000099;
	}
	
	.highlight a:hover, a.highlight:hover
	{
		color:				#3399FF;
	}

	.whiteHighlight
	{
		font-family:		'Times New Roman', Times, serif;
		font-size:			12pt;
		font-style:			italic;
		color:				#FFFFFF;
	}
	
	.whiteHighlight i
	{
		font-style:			normal;
	}
	
	.whiteHighlight a, a.whiteHighlight
	{
		text-decoration:	underline;
		color:				#FFFFFF;
	}
	
	.whiteHighlight a:hover, a.whiteHighlight:hover
	{
		color:				#FFFFFF;
	}

	.blackHighlight
	{
		font-family:		'Times New Roman', Times, serif;
		font-size:			12pt;
		font-style:			italic;
		color:				#000000;
	}
	
	.blackHighlight i
	{
		font-style:			normal;
	}
	
	.blackHighlight a, a.blackHighlight
	{
		text-decoration:	underline;
		color:				#000000;
	}
	
	.blackHighlight a:hover, a.blackHighlight:hover
	{
		color:				#666666;
	}

/* Ueberschriften */
	h1, h2, h3, h4,	h5, .headline1, .headline2, .headline3, .headline4, .headline5
	{
		font-family:		'Times New Roman', Times, serif;
		font-style:			italic;
		font-weight:		normal;
		color:				#000099;
	}
	
	h1, .headline1
	{
		font-size:			36pt;
	}

	h2, .headline2
	{
		font-size:			24pt;
	}

	h3, .headline3
	{
		font-size:			18pt;
	}

	h4, .headline4
	{
		font-size:			14pt;
	}
	
	h5, .headline5
	{
		font-size:			12pt;
	}

	
/* Navigationsleiste und Menues */

	a.menuLink
	{
		text-decoration:	none;
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			10pt;
		color:				#FFFFFF;
	}

/* Serviceleiste */

	.service
	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			10pt;
		color:				#000000;
	}
	
	.service a, a.service
	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			10pt;
		color:				#000000;
	}

/* Unternavigation */

	.section
	{
		font-family:		'Times New Roman', Times, serif;
		font-size:			12pt;
		font-style:			italic;
		text-decoration:	none;
		color:				#000099;
	}

	a.page
	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			10pt;
		color:				#666666;
		text-decoration:	none;
	}
	
	a.page:hover
	{
		color:				#999999;
	}

	a.currentPage
	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			10pt;
		font-weight:		bold;
		color:				#666666;
		text-decoration:	none;
	}
	
	a.currentPage:hover
	{
		color:				#999999;
	}
