/**
* CSS
*
* @author       Lars Wolff <lw -----AT---&$%¤$--- synpro-digital.de>
* @copyright    (c) $Date: 2010-08-26 14:53:13 +0200 (Do, 26. Aug 2010) $ SynPro digitale medien, Lars Wolff
* @version      $Revision: 1342 $
* @package      WebSite 37punkt
*
* $Id: styles.css 1342 2010-08-26 12:53:13Z larsvegas $
*/

/*
* GLOBAL
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	vertical-align: top;
}
.c {
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
}
img {
  display: block;
}
.print {
	display: none;
}
body {
	text-align: center;
	color: #000;
	font: 68.75% Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	line-height: 130%;
	padding: 0 0 0 30px;
	background: #fff;
	margin: 50px 0;
}
#content {
	text-align: left;
	width: 970px;
	height: 570px;
	margin: 0 auto;
	background: url(../img/37punkt.jpg) no-repeat 0 0;
}
.vcard .fn,
.vcard .org,
.vcard .adr,
.vcard .tel {
	display: none;
}
.vcard a.email {
	position: relative;
	top: 290px;
	left: 150px;
	display: block !important;
	width: 160px;
	height: 100px;
}
a.email span {
	display: none;
}


