h1				{
				font-size:				50pt;
				color:					black;
				background-color:		#848484;
				font-family:			FetteFraktur;
				}
h2				{
				font-size:				12pt;
				color:					#000000;
				font-family:			Georgia;
				}
.impress		{
				text-align:				justify;
				font-size:				8pt;
				color:					#000000;
				font-family:			calibri;
				}
body			{
				font-size:				15pt;
				background-image:		url("Bilder/holz.jpg");
				background-attachment:	scroll;
				background-repeat:		repeat;
				background-color:		#610B21;
				color:					black;
				font-family:			Georgia;
				}
input				{
				font-size:				10pt;
				font-family:			balloon;
				}
.mittig			{
				text-align:				center;
				}
.seite			{
				width:					100%;
				height:					100%;
				}
a:link		 	{ text-decoration:none; color: black; }
a:visited 		{ text-decoration:none; font-weight:bold; color:black; }
a:hover 		{ text-decoration:none; font-weight:bold; color:#610B21; }
a:active 		{ text-decoration:none; font-weight:bold; }

a1:link			{	}

table			{
				text-align:				left;
				width:					auto;
				}
th, tr, td		{
				width:					auto;
				height:					2px;
				}
.info			{
				text-align:				justify;
				}
.center 		{
				display: 				block;
				margin-left:			auto;
				margin-right: 			auto;
				width: 					75%;
				}
				
				
