/* @group layout */

body {
	background-color: #fff;
	text-align: center;
	position: relative;
}

#kopf {
	clear: both;
	width: 700px;
	height: auto;
}

#kopf1 {
	clear: both;
	width: 700px;
	height: auto;
}

#kopf2 {
	clear: both;
	width: 700px;
	height: auto;
}

#kopf3 {
	clear: both;
	width: 700px;
	height: auto;
}

#kopf4 {
	clear: both;
	width: 700px;
	height: auto;
}

#kopf5 {
	clear: both;
	width: 700px;
	height: auto;
}

#main {
	width: 670px;
	height: auto;
	background-color: #eeeeee;
	clear: left;
	padding: 5px 15px 15px;
}

#fuss1 {
	clear: both;
	width: 700px;
	height: 30px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 30px;
  font-weight: bold;
	color: #183490;
}

#fuss2 {
	width: 700px;
	height: 70px;
}

/* @end */




/* @group schrift */

* {
	font: Arial, Helvetica, sans-serif;
}

p, td, tr, ul, li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

h1 {
	font-size:1.4em;
	color: #00af14;
	font-weight:bold;
}

h2 {
	font-size:1.1em;
	color: #00af14;
	font-weight:bold;
}

h3 {
	font-size:1em;
	color: #00af14;
	font-weight:bold;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

.ueberschrift {
	font-size:1.4em;
	color: #00af14;
	font-weight:bold;
	text-align: right
}

.zusatz {
	color: #00af14;
	font-weight:bold;
}

.tabelle {
	color: #00af14;
	text-align: right;
}

/* @end */

