﻿body 
{
	margin: 20px;
	font-family: Tahoma, Arial, Verdana;
	background-color:#B6BFC4;	
}

#visitenkarte
{
	width: 900px;
	height: 430px;
	background-color: #EDEDED;
	text-align: left;
	color: #000000;
	font-size: 12px;
	padding: 15px;
	border: solid 2px #5879AA;
}

#foto
{
	margin-top: 2px;
}

#header
{
	margin-top: -15px;
	text-align: center;
	width: 100%;
	color: #ffffff;
}

.thead
{
	background-color: #5879AA;
	color: #ffffff;
	font-weight: bold;
}

.label
{
}

.value
{
	background-color: #FFFFFF;
}


h1
{
	font-size: 16px;
	font-weight: bold;
	color: #5879AA;
	line-height: 30px;
	margin: 10px;
	padding: 0px;
}


