body {
	background-color: #dedede;
}

table, th, td {
	width: 376px;
	border: 0px solid black;
	background-color: #fff;
	border-collapse: collapse;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	
	padding: 10px;
	
}

.name {
	font-size: 26px;
	font-variant: small-caps;
	
}

.title {
	font-size: 16px;
}

.adress,
.phone,
.mail {
	font-size: 16px;
}

/* Funktioniert nicht */

img.bbhlogo {
	vertical-align: bottom;
	#vertical-align: text-bottom;
	#border: 10px solid black;
	#background-color: #0ff;
}

/* Auch nicht */

.bbh-l {
	text-align: right;
	#vertical-align: bottom;
	vertical-align: text-bottom;
	#background-color: #0af;
}

/* Auch nicht */

.bbh-r {
	font-size: 13px;
	text-align: left;
	vertical-align: bottom;
	#vertical-align: text-bottom;
	#background-color: #0af;
}

/* Auch nicht */

.bbh-r hr {
	border: 1px solid black;
}