/* +++++++++++ +++++++++++ Allgemeine Formatierung +++++++++++ +++++++++++ */

html,body {
	color: #000;
	background: #fff;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 100.01%;
	min-width: 760px;
	width: 100%;
	height: 100%;
	background: #fff;
}


/* +++++++++++ +++++++++++ Tabellenformatierung +++++++++++ +++++++++++ */

.table {
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	width: 100%;
	padding: 0;
	margin: 1em 0 0 0;
}

td {
	vertical-align: top;
}

.spaltenbreite {
	width: 5em;
	vertical-align: top;
}

.spaltenbreite2 {
	width: 7em;
	vertical-align: top;
}

/* +++++++++++ +++++++++++ Erläuterungen +++++++++++ +++++++++++ */

acronym, abbr {	cursor: help; }

/* +++++++++++ +++++++++++ Schriftformatierung +++++++++++ +++++++++++ */

h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #016622;
	border-bottom: 1px dashed #016622;
}

h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

h3 {
	clear: both;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 3em;
	font-weight: normal;
	color: #000;
	padding: 0;
	margin: 0;
	border-top: 1px solid #016622;
}

p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

address {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-style: normal;
	margin: 1em 0 0 0;
}

.kursiv {
	font-style: italic;
	font-weight: normal;
}

