
#nav_1 {
	
	position:absolute;
	/*visibility:hidden;*/
}


#nav_2 {
 
	position:absolute;
	visibility:hidden;
}

#nav_3 {
 
	position:absolute;
	visibility:hidden;
}

#content {
	

}

#footer {

	font-family:serif;
	font-style:normal;
	font-variant:normal;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	text-align:center;
	
	margin:0px;
	padding:0px;
		
	position:relative;
	display:block;
}

a:link { /* noch nicht besuchte Ziele */
  
	text-decoration:none;
	color:#000000;
	
	border-width:0px;
 	border-color:#000000;
 	border-style:solid;
}
   
a:visited { /* besuchte Ziele */

	text-decoration:none;
	color:#000000;
	
	border-width:0px;
 	border-color:#000000;
 	border-style:solid;
}

a:hover { /* Verweise bei "MouseOver" */

	text-decoration:none;
	color:#000000;
	
	border-width:0px;
 	border-color:#000000;
 	border-style:solid;
}

a:active { /* Angeklickte Verweise */

	text-decoration:none;
	color:#000000;
	
	border-width:0px;
 	border-color:#000000;
 	border-style:solid;
}

a:focus { /* Verweise, die Fokus erhalten */

	text-decoration:none;
	color:#000000;
	
	border-width:0px;
 	border-color:#000000;
 	border-style:solid;
}

