#wrapper {
	width: 400px;
	height: 345px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	-moz-border-radius:5px;
-khtml-border-radius:5px;

}
.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}
#wrapper #visitenkarte {
	background-image:url('visitenkarte-bg.png');
	color: #000;
	height:250px;
	padding-left: 15px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

#wrapper #visitenkarte p {
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #visitenkarte #visitenkarte-oben {
	background-color: #039;
	text-transform: capitalize;
	text-align: right;
	color: #FFF;
	padding-right: 15px;
	margin-left: -15px;
	-moz-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
}
body {
	background-color: #fff;
}
#preis {
	background-color:#FFFF00;
	width:220px;
	height: 30px;
	padding-left:15px;
	padding-top:0px;
	border:none;
	left:3px;top:0px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;

}

#aufbau {
	background-color:#BD0000;
	color:#fff;
	padding:0px 15px 0px 15px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

.telefon {
	font-size:28px;
	font-weight:bold;
	margin-top:-5px;
	margin-bottom:-10px;
}

#Bloglink {
	background-color:#FFF;
	width:200px;
	height:36px;
	text-align:center;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-top:24px;
}