<style type="text/css">
<!--
                    
body			{	/* Ausrichtung */
					margin-left:0px;
					margin-top:0px;
					/* /Ausrichtung */
					
					/* Hintergrundfarbe */
					background-color:#ffffff;
					/* background-image:url();*/
					/* /Hintergrundfarbe */	}

a:link 	    	{ 	color:#336666;
					text-decoration:underline;	}
				
a:hover			{	color:#003333;
					text-decoration:underline;	}
				
a:visited		{	color:#669999;
                    text-decoration:underline;	}
                    
a:active		{	color:#336666;
                    text-decoration:underline;	}
                    
a:focus		   {	color:#336666;
                    text-decoration:underline;	}

fieldset		{	border-width:1px;
					border-color:#669999;
					border-style:solid;
					padding:5px;	}
					
hr				{	color:#669999;
					background-color:#669999;
					height:1px;
					border:1px;	}
					

/* Schriften */

td, body, textarea, input, select
				{	/* Standartschrift */
					font-family:Verdana,Arial,Helvetica,sans-serif;
					font-size:12px;
					color:#000000;
					/* Standartschrift */	}

strong, b, legend, .Fett
				{	font-weight:bold;	}
				
li				{	/*list-style-image:url();*/	}

h1, .headline1	{	font-size:20px;
					color:#336666;
					font-weight:bold;
					/*line-height:25px;*/
					margin-top:25px;	}

h2, .headline2	{	font-size:14px;
					color:#336666;
					font-weight:bold;
					line-height:14px;	}

h3, .headline3	{	font-size:13px;
					color:#336666;
					font-weight:bold;
					line-height:16px;	}	

.buttonSubmit 	{	font-size: 200px;	}

.textGruen			{	color:#00aa00;	}

.textRot			{	color:#ff8888;	}

.textGrau			{	color:#669999;	}

.textKlein			{	font-size:10px;	}

.textFuss   		{	font-size:10px;
                        color:#669999;	}

.zitat         		{	font-size:12px;
                        font-style:italic;
                        color:#669999;
                        padding-top: 25px;
                        padding-left: 100px;
                        padding-bottom: 25px;	}
						
-->
</style>