body {
	background-color: #d2d2d2;
}

.normal {
	font-size: 12px;
	color: #000000;
}

.ueberschrift_gross {
	font-size: 16px;
	color: #489047;
	font-weight: bold;
}

.ueberschrift_klein {
	font-size: 12px;
	color: #489047;
	font-weight: bold;
	font-style:italic
}

.ueberschrift_zelle {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#breadcrumb {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	position: relative;
	left: 55px;

}


#breadcrumb a:link {
	color: #FFF;
	text-decoration: none;
}
#breadcrumb a:visited {
	text-decoration: none;
	color: #FFF;
}
#breadcrumb a:hover {
	text-decoration: none;
	color: #dadd64;
}
#breadcrumb a:active {
	text-decoration: none;
	color: #FFF;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

#ueberschrift {
	font-size: 16px;
	color: #489047;
	font-weight: bold;
}

#menu {
	text-align: left;
	font-size: 12px;
	padding-left: 5px;
}



a:link {
	color: #489047;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #489047;
}
a:hover {
	text-decoration: none;
	color: #dadd64;
}
a:active {
	text-decoration: none;
	color: #dadd64;
}
#ueberschrift_zelle {
	font-weight: bold;
}