body, p, div, span, ul, li, table, td, tr, a, h1, h2, hr, em, img {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
}

p, ul, table, span.top {
	font-family: "Segoe UI"; /* textschrift */
	font-size: 13px;
	line-height: 18px;
	color: #000;   
	text-align: justify;
	margin: 24px 15px 24px 15px;
}

h1, h2, .menu1 ul li a, span.right, span.left, p.hint {
	font-family: "Segoe UI", Arial; /* überschrift- und menuschrift - origin: Lucida sans*/
	color: #65B05C; /* überschriftfarbe - origin: 7dae47 */
	text-align: left;
}

span.left, span.right, p.hint {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

h1 {
	text-align: right;
	font-size:28px;
}

h2 {
	margin: 22px 0 0 0;
	font-size:20px;
}

em {
	font-weight: bold;
	font-style: normal;
}

a {
	color: #5a7f32;
}

a:hover {
	text-decoration: none;
}

hr {
	border-color: #65B05C; /* farbe der striche - origin: 7dae47*/
	border-style: solid;
	border-width: 1px;
	margin: 2px 0 0 0;
}

img {
	margin: 0 0 10px 0;
}

span.right {
	float:right;
	margin:20px 0 16px 30px;
}

span.left {
	float:left;
	margin:20px 30px 16px 0;
}

span.top {
	float: left;
	margin: 0;
}

.content0 ul {
	padding: 0 0 0 20px;
}

.content0 li {
	margin: 0 0 10px 0;
}

table {
	width:100%;
	padding:0 36px 0 0;
}

td {
	padding: 8px 10px;
	background: #e8ecff; /* tabellenfarbe hintergrund */
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}

.label {
    font-size: 11px;
    width: 140px;
}

.labelproject {
    font-size: 11px;
    width: 80px;
}


body {
	background: url(bg.png);
}

.menu0 {
	z-index:-1;
	margin:0 0 0 50%;
}

.menu1 {
	margin:160px 0 0 -380px; /* position des menus einstellen */
	position:fixed;
}

.menu1 ul {
	text-align: right;
	list-style-type:none;
	margin: 0 0 0 0;
}

.menu1 ul li {
	margin: 0 0 18px 0;
}

.menu1 ul li a {
	color: #000; /* linkfarbe (menu) - origin: 6c7086 */
	font-size:18px;
	text-decoration:none;
}

.menu1 ul li a:hover, .menu1 ul li a.active:hover {
	color: #fff; /* linkfarbe hover (menu) */
}

.menu1 ul li a.active {
	color:#bfc4e1;   /* linkfarbe für den gerade aktiven menupunkt (menu) */
}



.pagex {
	background: url(bottom.png) bottom left repeat-x;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 60px;
}

.page0 {
	background: url(top.png) top left repeat-x fixed;
}

.block0 {
	margin: 0 auto 0 auto;
	padding: 64px 61px 0px 163px;
	width: 600px;   /* breite des inhalts */
}

.block1 {
	background: white;
}

.block2 {
	background: url(t.png) top left repeat-x;
}

.block3 {
	background: url(l.png) top left no-repeat;
}

.block4 {
	background: url(r.png) top right no-repeat;
	padding: 20px;
}
