@import url("layout.css");
@import url("menu.css");
@import url("form.css");

* {
	border: 0 none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
th {
	font-weight: normal;
	text-align: left;
}

body {
	background: #97be0d url(../images/bg.jpg) no-repeat center top;
	color: #000;
	font-family: arial;
	font-size: 0.9em;
}

h1 {
	color: #005b2f;
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 9px;
}

h2 {
	color: #434343;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h3 {
	color: #000; 
	font-size: 18px;
	font-weight: normal; 
}

h4 {
	background: url(../images/pfeil_rechts.png) no-repeat center left;
	color: #223a94;
	font-size: 1em;
	font-weight: bold;
	padding-left: 8px;
}

p {
	line-height: 1.2em;
	margin: 0 0 1.6em 0;
}

ol,
ul {
	display: inline-block;
	list-style-type: square;
	margin: 0 0 0.83em 0;
	padding: 0 0 0 1.6em;
}

ol ol,
ol ul,
ul ol,
ul ul {
	display: block;
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 1.4em;
}

ol {
	list-style-type: decimal;
	padding: 0 0 0 2.2em;
}

li {
	line-height: 1.60em;
}

a {
	color: #008c37;
	text-decoration: none;
}

a:hover {
	color: #008c37;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	margin: 0 0 1.4em 0;
	table-layout: fixed;
	width: 100%;
}

th {
	font-weight: bold;
	line-height: 1.4em;
	padding: 0 0.4em;
	text-align: center;
	vertical-align: bottom;
}

td {
	line-height: 1.4em;
	vertical-align: middle;
}

hr {
	border-top: 1px solid #c9c9c9;
}

sub {
	font-size: 1.0em;
}

sup {
	font-size: 0.5em;
}

.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
	width: 1px;
}

.ina {
	display: none;
}

.fsb {
	font-size: 18px;
}

.fss {
	font-size: 0.7em;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.thl {
	color: #972737;
}

.tp {
	margin-top: 20px;
}

.ttp {
	font-size: 0.8em;
	text-align: right;
}

.nm {
	margin-right: 0;
}

.tdn:hover {
	text-decoration: none;
}
