@charset "UTF-8";

#contact {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #5C5C5C;
	letter-spacing: 1px;
	/* [disabled]position: static; */
}
section {
	width: 960px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-right: 0;
	margin-left: -480px;
	margin-bottom: 0;
}
{
	color: rgba(160,0,2,0.90);
	text-decoration: none;
}
      /* link pseudo-class, noch nicht besuchter Link */
a:visited { color: rgba(160,0,2,0.90) }  
      /* link pseudo-class, schon besuchter Link */
a:hover { color: rgba(160,0,2,0.90) }
      /* dynamic pseudo-class, Benutzer 'hovert' */
a:active { color: rgba(160,0,2,0.90) } 
      /* dynamic pseudo-class, Link wird ausgewählt */
a:focus { color: rgba(160,0,2,0.90) } 
      /* dynamic pseudo-class, Element akzeptiert Eingaben */

@charset "UTF-8";

#contact {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-align: center;
	color: #5C5C5C;
	letter-spacing: 1px;
}
section {
	width: 960px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-right: 0;
	margin-left: -480px;
	margin-bottom: 0;
	background-color: red;	
}
a:link {
	color: rgba(160,0,2,0.90);
	text-decoration: none;
}
      /* link pseudo-class, noch nicht besuchter Link */
a:visited { color: rgba(160,0,2,0.90) }  
      /* link pseudo-class, schon besuchter Link */
a:hover { color: rgba(160,0,2,0.90) }
      /* dynamic pseudo-class, Benutzer 'hovert' */
a:active { color: rgba(160,0,2,0.90) } 
      /* dynamic pseudo-class, Link wird ausgewählt */
a:focus { color: rgba(160,0,2,0.90) } 
      /* dynamic pseudo-class, Element akzeptiert Eingaben */