<style type="text/css">
<!--
        a:link 		{ 	color: rgb( 153, 0, 0);
				text-decoration : none; }	/* unvisited links 	*/
	a:visited 	{ 	color: rgb( 153, 0, 0);
				text-decoration : none; }  	/* visited links 	*/
	a:active 	{ 	color: rgb( 153, 0, 0); } 	/* active links 	*/
	a:hover 	{ 	color: rgb( 255, 0, 0) } 	/* hovered links 	*/


	body.main
	{
                margin-left: 5px;
	        margin-top: 0px;
                background-color: rgb(255, 255, 255);
		color: rgb( 0, 0, 0);
                font-family: Arial, helv, sans-serif;
	}

        table.header						
        {
                background-color: rgb( 153, 102, 178);
        }

        td.header						
	{
                color: rgb(255, 255, 255);				
                background-color: rgb( 153, 102, 178);
		font-family: arial;
		font-size: 8pt;
	}

        td.menu
	{
                background-color: rgb(232, 232, 232);
                color: rgb(150, 150, 150);
		font-family: arial;
		font-size: 8pt;
	}

        td.visitedmenu
	{
                background-color: rgb( 153, 102, 178);
		color: rgb(180, 180, 180);
		font-family: arial;
		font-size: 8pt;
		font-weight: bold;
	}

        td.activemenu
	{
                background-color: rgb( 153, 102, 178);
                color: rgb(255, 255, 255);				
		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(232, 232, 232);
		color: rgb( 0, 0, 0);
        }

	td.default
	{
		font-family: arial;
		font-size: 8pt;
	}

        td.definactive
	{
                background-color: rgb(202, 176, 215);
		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>
