body.koepfe 	{
					text-align: center; 
					font-size: 62,5%; 
					font-style: normal; 
					font-family: Helvetica, Arial, sans-serif;
					letter-spacing: 0.05em;
				}

body.koepfeImpressum 	{
					text-align: center; 
					font-size: 62,5%; 
					font-style: normal; 
					font-family: Helvetica, Arial, sans-serif;
					letter-spacing: 0.05em;
				}

.board			{
					width: 1575px;
					text-align: center;
					float: inherit;
					margin-left: auto;
					margin-right: auto;
					z-index: 1;
					clear: both;
					
				}

img.kopf		{
					width: 165px;
					height: 255px;
					background-color: black;
					float: left;
					margin-right: 10px;
					margin-bottom: 10px;
					padding: 0px;
					opacity: 1;
					filter: alpha(opacity=100);
				}
				
img.kopf:hover	{
					width: 165px;
					height: 255px;
					background-color: black;
					float: left;
					margin-right: 10px;
					margin-bottom: 10px;
					border: 1px;
					opacity: 0.7;
					filter: alpha(opacity=70);
				}

table			{
					padding-right: 71px;
				}

.button			{
					width: 160px;
					height: 88px;
					position: fixed;
					right: 12px;
					bottom: 34px;
					z-index: 2;
					background-image: url(koepfe/button.png);
					color: white;
					text-align: center;
					padding-top: 72px;
				}

.fuss			{
					width: 100%;
					height: 17px;
					border-top: 1px solid;
					border-top-color: red;
					position: fixed;
					left: 0px;
					right: 0px;
					bottom: 0px;
					z-index: 5;
					text-align: left;
					color: white;
					font-size: 0.7em;
					padding-top: 3px;
					padding-left: 40px;
				}
				
.fuss:hover			{
					width: 100%;
					height: 17px;
					background-color: red;
					border-top: 1px solid;
					border-top-color: red;
					position: fixed;
					left: 0px;
					right: 0px;
					bottom: 0px;
					z-index: 5;
					text-align: left;
					color: white;
					font-size: 0.7em;
					padding-top: 3px;
					padding-left: 40px;
					
				}

.impressum		{
					position: fixed;
					top: 0px;
					left: 0px;
					right: 0px;
					bottom: 0px;
					background-color: red;
					color: white;
					z-index: 4;
					display: none;
					text-align: left;
					padding-top: 34px;
					padding-left: 40px;
					font-size: 0.7em;
					line-height: 1.6em;
				}

a:link 		{
				text-decoration: none;
				color: white;
				outline: 0;
				-moz-outline: 0;
			}

a:visited 	{
				text-decoration: none;
				color: white;
				outline: 0;
				-moz-outline: 0;
			}

a:hover 	{
				text-decoration: none;
				color: black;
				outline: 0;
				-moz-outline: 0;
			}

a:active 	{
				text-decoration: none;
				color: white;
				outline: 0;
				-moz-outline: 0;
			}
