body 	{
			text-align: center; 
			font-size: 62,5%; 
			font-style: normal; 
			font-family: Helvetica, Arial, sans-serif;
			letter-spacing: 0.02em;
		}
	
.headerFSG	{
				position: absolute;
				margin-top: -34px;
				margin-left: 11px;
				border: 0px;
			}
			
.headerFSG:hover	{
				position: absolute;
				margin-top: -34px;
				margin-left: 11px;
				border: 0px;
				-moz-box-shadow: 0px 0px 0px #000000;
				-webkit-box-shadow: 0px 0px 0px #000000;
				box-shadow: 0px 0px 0px #000000;
			}
		
.kopf	{
				
				position: fixed;
				top: 11px;
				left: 15px;
				text-align: left;
				font-size: 0.7em;
				line-height: 1.6em;
				z-index: 5;
			}
				
.container	{
				width: 1415px;
				height: auto;
				text-align: center;
				vertical-align: top;
				margin-top: 111px;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 60px;
				z-index: 1;
			}

table	{
			margin-bottom: -15px;
		}

table.menuBG	{
			margin-bottom: -3px;
		}

td		{
			background-color: white;
		}
		
			
h1		{
			font-family: Helvetica;
			font-size: 2em;
			letter-spacing: 0.03em;
			line-height: 0.05em;
		}

img		{
			
		
		}
		
img:hover		{
			
			opacity: 1;
				filter: alpha(opacity=100);
			-ms-interpolation: bicubic;
				-moz-box-shadow: 0px 2px 7px #000000;
				-webkit-box-shadow: 0px 2px 7px #000000;
				box-shadow: 0px 2px 7px #000000;
		}


img.rahmen		{
					border: 1px solid lightgrey;
				}

img.keinRahmen	{
					border: 1px solid white;
				}

.menu	{
				
				position: fixed;
				left: -131px;
				bottom: 21px;
				padding: 15px 0px 15px 30px;
				text-align: left;
				font-size: 0.7em;
				line-height: 1.6em;
				z-index: 1;
				color: black;
				background-color: white;
				border: solid 1px lightgrey;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				-khtml-border-radius: 10px;
				border-radius: 10px;
				
			}

.imprint	{
				
				position: fixed;
				right: 15px;
				bottom: 12px;
				font-size: 0.7em;
				line-height: 1.6em;
				z-index: 5;
			}



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

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

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

a:active 	{
				text-decoration: none;
				color: black;
				outline: 0;
				-moz-outline: 0;
			}
			
			
a.menuClose:link 		{
				text-decoration: none;
				color: lightgrey;
				outline: 0;
				-moz-outline: 0;
			}

a.menuClose:visited 	{
				text-decoration: none;
				color: lightgrey;
				outline: 0;
				-moz-outline: 0;
			}

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

a.menuClose:active 	{
				text-decoration: none;
				color: lightgrey;
				outline: 0;
				-moz-outline: 0;
			}
