/* CSS Document */

body   { font-family:"Times New Roman"; letter-spacing: 1px; color: #ffffff; background-color: #000000; font-size:13px; }
		
h1		{ font-size: 16px; letter-spacing: 2px; font-weight: normal; color: #E6E6E6;}

h2		{font-size: 14px; margin: 0px 0px 10px 0px; letter-spacing: 1px;}

p		{margin: 0px 0px 10px 0px;}

td		{vertical-align: top;}

	
a:link	{color: #666666; text-decoration: none;}
a:hover	{color: #990033;}
a:visited {color: #666666; text-decoration: none;}

/* Grundgeruest */	
#spritzguss	{
		position: absolute;
		height: 602px;
		width: 1000px;
		padding: 0px;
		left: 50%;
		top: 50%;
		margin-top: -308px;
		margin-left: -500px;
		}
#fuss	{
		position: absolute;
		top: 50%; left: 50%;
		height: 12px; width: 1000px;
		margin-top: 293px;		
		margin-left: -490px;
		text-align: center;
		padding: 2px 0px 0px 0px;
		}
		
#fuss p	{ display:inline; margin-right: 10px; }

