body { 
			text-align: center; 
				font-size: 62,5%; 
				font-style: normal; 
				font-family: Helvetica, Arial, sans-serif;
				background-image: url(../Bilder/streifenFlo.jpg);
				background-repeat: repeat-x;
				letter-spacing: 0.02em;
	}
	
body#FSG { 
			text-align: center; 
				font-size: 62,5%; 
				font-style: normal; 
				font-family: Helvetica, Arial, sans-serif;
				background-color: white;
				background-image: none;
				letter-spacing: 0.02em;
	}
	
body#impressum { 
			text-align: center; 
				font-size: 62,5%; 
				font-style: normal; 
				font-family: Helvetica, Arial, sans-serif;
				background-color: red;
				background-image: none;
				letter-spacing: 0.02em;
	}
	
#container	{
				width: 830px;
				height: 615px;
				text-align: center;
				margin-left: auto;
				margin-right: auto;
				margin-top: 20px;
				padding-top: 15px;
				background-color: white;
				border: 1px;
				border-style: solid;
				border-color: #cccccc;
			}	

.kopf	{
				
				position: fixed;
				top: 11px;
				left: 15px;
				text-align: left;
				font-size: 0.7em;
				line-height: 1.6em;
				z-index: 1;
			}

.headerFSG	{
				position: fixed;
				top: 31px;
				left: 30px;
			}

.menuPunkt	{
				position: fixed;
				text-align: left;
				padding-left: 46px;
				left: 0px;
				right: 0px;
				font-family: Helvetica;
				font-size: 3em;
				font-weight: bold;
				line-height: 1.4em;
			}
			
.menuPunkt:hover	{
				position: fixed;
				text-align: left;
				padding-left: 46px;
				background-color: black;
				left: 0px;
				right: 0px;
				font-family: Helvetica;
				color: white;
				font-size: 3em;
				font-weight: bold;
				line-height: 1.4em;
			}
			

.menuPunkt:active	{
				position: fixed;
				text-align: left;
				padding-left: 46px;
				background-color: red;
				left: 0px;
				right: 0px;
				
				font-family: Helvetica;
				font-size: 3em;
				font-weight: bold;
				line-height: 1.4em;
			}

#print	{
					position: fixed;
					bottom: 317px;
					height: 57px;
				}	

#logo			{
					position: fixed;
					bottom: 263px;
					height: 60px;
				}	

#web			{
					position: fixed;
					bottom: 208px;
					height: 57px;
				}	

#illustration	{
					position: fixed;
					bottom: 154px;
					height: 57px;
				}	

#freies	{
					position: fixed;
					bottom: 100px;
					height: 57px;
				}

#koepfe	{
					position: fixed;
					bottom: 40px;
					height: 60px;
				}



.imprint0	{
				
				position: fixed;
				left: 0px;
				right: 0px;
				text-align: center;
				bottom: 12px;
				font-size: 0.7em;
				line-height: 1.6em;
				z-index: 5;
			}
			
.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.imprintA:link 		{
				text-decoration: none;
				color: black;
				outline: 0;
				-moz-outline: 0;
			}

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

a.imprintA:hover 	{
				text-decoration: none;
				color: white;
				outline: 0;
				-moz-outline: 0;
			}

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