/**
 *	Layout & Design, Christian Ruppelt <post@christianruppelt.de>
 *
 */
	* {	
		margin:      0;
		padding:     0;
		font-weight: normal;
	}
	body {
		padding-top: 150px;
		font-family: Helvetica, 'Trebuchet MS', Sans-Serif;
		font-size:   0.9em;
		background:  #f5f5f5;
	}
	a,
	a:visited,
	a:active {
		color:           #aeaeae;
		text-decoration: none;
	}
	a:focus,
	a:hover {
		color: #aed93b;
	}
	.vcard {
		margin:     0 auto;
		padding:    80px 10px 10px 10px;
		height:     150px;
		width:      400px;
		background: #fff;
		border-top: 3px solid #aed93b;
	}
		.vcard img {
			display: none;
		}
		.vcard h1 {
			padding-top: 23px;
			width:       47%;
			float:       left;
			font-size:   20px;
			text-align:  right;
		}
			.vcard h1 a,
			.vcard h1 a:visited,
			.vcard h1 a:active {
				color: #aed93b;
			}
			.vcard h1 span {
				color: #000;
			}
		.vcard #wrap-address {
			display:       block;
			margin-bottom: 70px;
			width:         47%;
			float:         right;
			color:         #aeaeae;
			font-size:     12px;
		}
			.vcard #wrap-address address {
				font-style: normal;
				line-height: 16px;
			}
				.vcard #wrap-address address .region,
				.vcard #wrap-address address .country-name {
					display: none;
				}
			.vcard #wrap-address ul {
				margin-top: 8px;
				list-style: none;
			}
		.vcard p {
			clear:      both;
			font-size:  10px;
			text-align: center;
		}