* {
	font-family: verdana;
	font-size: 12px;
}

div {
	text-align:left;
	padding-bottom: 10px;
}

div.header {
	background-color: black;
	color: white;
	padding-top: 10px;
}

p.datum {
	font-size: 11px;
	color: silver;
}
p.datum:before {
	content:"Aktualisiert am: ";
}

p.titel {
	border-bottom: 1px solid black;
	font-size: 14px;
	font-weight: bold;
	color: navy;
	padding-bottom: 5px;
}
p.text {
}

td {
	vertical-align: top;
}

pre.mail_sent {
	color: blue;
	font-style: italic;
}

.f18 { font-size: 18px; }
.f16 { font-size: 16px; }
.f15 { font-size: 15px; }
.f14 { font-size: 14px; }
.f13 { font-size: 13px; }
.f12 { font-size: 12px; }
.f11 { font-size: 11px; }

.w1000px { width: 1000px; }
.w800px { width: 800px; }

.c9 { color: #999999; }
.red { color: red; }
.blue { color: blue; }

.padrgt10 {
	padding-right: 10px;
}

img {
	width: 200px;
	padding:10px;
	border: 1px solid silver;
}