*{
	margin: 0;
	padding: 0;
	font-family: Times New Roman ! important;
	scrollbar
}
body{
	color: #000000;
	background-color: #ffffff;
	background: url(files/logofeld2.png);
	font-size: 75%;
	line-height: 1.4em;
}

a {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	font-weight:bold;
	text-decoration: underline;
}

/* -------------------------------------- header -------------------------------------- */
body h1#header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	padding: 15px 0 0 0px;
	background: url(files/header.png) no-repeat;
}
body h1#header span {
	display: none;
}

/* --------------------------------------- menu ---------------------------------------- */
body .menu {
	width: 884px;
	margin: 0 auto;
	padding: 0 8px 0 8px;
	background: url(files/shadow-menu.png) repeat-y;
	font-weight: bold;
	color: #f1eeaf;
}
body .menu ul {
	background: url(files/menu-bg.png) top left repeat-x;
	height: 38px;
	list-style: none;
	margin: 0;
	padding: 0;
}
body .menu li {
	float: left;
}
body .menu li a {
	color: #f1eeaf;
	display: block;
	font-weight: bold;
	line-height: 25px;
	padding: 8px 25px 0px 25px;
	text-align: center;
	text-decoration: none;
}
body .menu li a:hover{
	color: #dbd780;
	text-decoration: none;
}
body .menu li ul {
	background: #dbd780;
	border-top:1px solid #005ca1;
	border-left:1px solid #005ca1;
	border-right:1px solid #005ca1;
	border-bottom:1px solid #005ca1;
	display: none;
	height: auto;
	filter: alpha(opacity=85);
	opacity: 0.85;
	position: absolute;
	width: 225px;
	z-index: 200;
	/*top: 1em;
	/*left: 0;*/
}
body .menu li:hover ul {
	display: block;
}
body .menu li li {
	display: block;
	float: none;
	width: 225px;
}
body .menu li ul a {
	display: block;
	font-size: 10px;
	font-style: normal;
	padding: 0 10px 0 15px;
	text-align: left;
}
body .menu li ul a:hover {
	background: #ffffff;
	color: #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
body .menu p {
	clear: left;
}	


/* ------------------------------------ main-content ---------------------------------- */
body #content {
	width: 840px;
	min-height: 600px;
	margin: 0 auto;
	padding: 25px 30px;
	background: url(files/shadow1.png) repeat-y;
}
body #content h2 {
	color: #2b2b75;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
body #content .text {
	font-size: 11px;
	width: 840px;
	margin: 5px 0 30px 0;
}

/* --- impressum --- */
body #content .impressum {
	width: 770px;
	min-height: 60px;
	margin: 0px 0 30px 0;
	padding-left: 100px;
	background: url(files/headlogo.png) no-repeat;
}
body #content .impressum h3 {
	margin-bottom: 3px;
	color: #2b2b75;
	font-size: 14px;
	font-weight: bold;
}
body #content .impressum h4 {
	margin-top: 20px;
	margin-bottom: 2px;
	color: #2b2b75;
	font-size: 11px;
	font-weight: normal;
}
/* -------------------------------------- footer -------------------------------------- */
body #footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 0px 0 0 0px;
	background: url(files/footer.png) repeat-x;
	text-align: right;
}
body #footer a {
	margin-right: 10px;
	color: #005ca1;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
body #footer a:hover {
	text-decoration: underline;
}
