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

a:link 	    	{ 	color:#333333;
					text-decoration:underline;	}
				
a:hover			{	color:#000000;
					text-decoration:underline;	}
				
a:visited		{	color:#666666;
                    text-decoration:underline;	}
                    
a:active		{	color:#000000;
                    text-decoration:underline;	}
                    
a:focus		   {	color:#000000;
                    text-decoration:underline;	}

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

/* Schriften */

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

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

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

h2, .headline2	{	font-size:14px;
					color:#666666;
					font-weight:bold;
					line-height:14px;
					margin-top:25px;	}

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

.buttonSubmit 	{	font-size: 200px;	}

.textGruen			{	color:#00aa00;	}

.textRot			{	color:#ff8888;	}

.textGrau			{	color:#666666;	}

.textKlein			{	font-size:10px;	}

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

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

img.left            {   margin:3px 5px 0px 0px;
                        border:1px solid #666666;
                        float:left; }
						
-->
</style>