<style type="text/css">
<!--
        a:link 		{ 	color: rgb( 0, 0, 255);
				text-decoration : none; }	/* unvisited links 	*/
	a:visited 	{ 	color: rgb( 0, 0, 255);
				text-decoration : none; }  	/* visited links 	*/
	a:active 	{ 	color: rgb( 0, 0, 255) } 	/* active links 	*/
	a:hover 	{ 	color: rgb( 255, 0, 0) } 	/* hovered links 	*/


	body.main						/* Hintergrund		*/
	{
                margin-left: 0px;
	        margin-top: 0px;
		background-color: rgb( 255, 230, 204);		
		color: rgb( 0, 0, 0);
                font-family: Arial, helv, sans-serif;
	}

        table.header						/* Tabellen-Rahmen	*/
        {
                background-color: rgb( 255, 155, 55);
        }

        td.header						
	{
                color: rgb(255, 255, 255);				
                background-color: rgb( 255, 155, 55);		
		font-family: arial;
		font-size: 8pt;
	}

        td.menu
	{
                background-color: rgb( 255, 211, 168);
		color: rgb(128, 128, 128);
		font-family: arial;
		font-size: 8pt;
	}

        td.visitedmenu
	{
                background-color: rgb( 255, 155, 55);		
		color: rgb(192, 192, 192);
		font-family: arial;
		font-size: 8pt;
		font-weight: bold;
	}

        td.activemenu
	{
                color: rgb(255, 255, 255);				
                background-color: rgb( 255, 155, 55);		
		font-family: arial;
		font-size: 8pt;
		font-weight: bold;
	}

	td.help
	{
		background-color: rgb(232, 232, 232);
		font-family: arial;
		font-size: 8pt;
	}

        p.helptext
        {
		font-family: arial;
		font-size: 8pt;
	}

        td.error
	{
		background-color: rgb(232, 232, 232);
		font-family: arial;
		font-size: 8pt;
	}

        p.errortext
        {
		font-family: arial;
		font-size: 8pt;
	}

        table.default						/* Tabellen-Inhalt	*/
        {
                background-color: rgb( 255, 211, 168);
        }

	td.default
	{
		font-family: arial;
		font-size: 8pt;
	}

        td.definactive
	{
                background-color: rgb( 255, 188, 121);
		font-family: arial;
		font-size: 8pt;
	}

        p.defaulttext
        {
		font-family: arial;
		font-size: 8pt;
	}

        input.default
        {
	        color: rgb( 0, 0, 0);
                background-color: rgb(255, 255, 255);
/*	        border-color: rgb(50, 50, 50);
	        border-style="solid";
	        border-width="1px";*/
                font-family: arial;
                font-size: 8pt;
        }

        input.defaultbtn
        {
	        color: rgb( 0, 0, 0);				
                background-color: rgb(200, 200, 200);		
		border-color: rgb(230, 230, 230);		
	        border-style="outset";
	        border-width="1px";
                font-family: arial;
                font-size: 8pt;
        }

        select.default
        {
	        color: rgb( 0, 0, 0);
                background-color: rgb(255, 255, 255);
	        border-color: rgb(50, 50, 50);
	        border-style="solid";
	        border-width="1px";
                font-family: arial;
                font-size: 8pt;
        }

        textarea.default
        {
	        color: rgb( 0, 0, 0);
                background-color: rgb(255, 255, 255);
                font-family: arial;
                font-size: 8pt;
        }
}

-->
</style>
