
/**
 * Fonts
 * (en) font-family and font-size selection for headings and standard text elements
 * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
 *
 * @section content-fonts
 */

/* (en) reset font size for all elements to standard (16 Pixel) */
/* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * { font-size: 100.01%; }

/* (en) base layout gets standard font size 12px */
/* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 75.00%; 
  background: transparent url(../images/site_bg.png) repeat top left;	
  color: #626262;
}

a,
a:link,
a:hover,
a:visited { color:#AE0E1B; }

address { font-style:normal; margin:0 0 2px 0; }

.businessCard {
	margin: 20px auto 0 auto;
	width: 930px;
	height: 440px;
	position:relative;
	background: transparent url(../images/bc_bg.png) no-repeat top center;
}

	.businessCard h1 { position:absolute; bottom:100px; =bottom:115px; left:90px; =left:95px; background: transparent url(../images/logo_big.png) no-repeat top center; width:212px; height:175px; }
		.businessCard h1 span { display:none; }
	
	.businessCard h2 { position: absolute; top: 222px; left: 340px; }
	
	.businessCard div { position:absolute; bottom:110px; font-size:1.1em; z-index:2; }
	.businessCard div.firstBlock { left:338px; width:280px; }
	.businessCard div.secondBlock { left:653px; width:240px; }
	
	
	.businessCard .fn.org { font-weight:bold; }
	.businessCard .type { display:none; }
	.businessCard div.firstBlock .value { float:right; margin-right:30px; }  
	
	.businessCard .email_wrapper { display:block; margin: 0 0 2px; }
	
	.businessCard div.visual { width:250px; height:250px; right:20px; z-index:1; background: transparent url(../images/grenade_small.png) no-repeat top center; }
	
