body { color: #666; font-size: 10pt; font-family: "Trebuchet MS", Arial, Helvetica; }

h1 {font-size: 16pt;}
h2 {font-size: 14pt;}
h3 { color: #009; font-size: 12pt; font-weight: bold; }

p {color: #666; font-size: 10pt; font-family: "Trebuchet MS", Arial, Helvetica;}

td { padding: 0 15px; border-color: white; border-width: 1px; }
a:link {
	text-decoration:none;
	color:#009;
}

a:visited {
	text-decoration:none;
	color:#009;
}

a:hover {
	color: #009;
	text-decoration: none;
	border-color: #009;
	border-style: dotted;
	border-width: 0 0 1px;
}

a:active {
	color: #009;
	text-decoration: none;
	border-color: #009;
	border-style: dotted;
	border-width: 0 0 1px;
}

.header { font-size: 12pt; font-weight: bold; }
.titel { font-size: 32pt; font-weight: bold; }
.bildunterschrift { font-size: 10pt; font-weight: normal; font-style: italic; }
.footer { font-size: 10pt; font-weight: normal; }



/* Verschiedene wieder verwertbare Klassen von mir nachgetragen*/

.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */

	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

