* {
	font-family:Arial, Helvetica;
	font-size:12px;
	
}
body {
	margin:0;
	background-color:#CCC5AC;
	color:#755E1D;
}
h1 {
	color:#6B6F2E;
	font-weight:bold;
	font-size:16pt;
	border-bottom:1px solid #C39C31;
}
h2 {
	margin-top:-18px;
	margin-left:12px;
	color:#6B6F2E;
	font-weight:bold;
	font-size:16pt;
}
h3 {
	color:#6B6F2E;
	font-weight:bold;
	font-size:10pt;
	border-bottom:1px solid #B9B9B9;
	margin-top:8px
}
p {
	margin-left:24px;
	margin-right:50px;
}
a {
	font-weight:bold;
		color:#5A833D;
}
a:hover {
	color:#3F5C2B;
	text-decoration:none;
}

ul {
	margin-left:60px;
	color:#5A833D
}
.small {
	font-size:8pt;
	
}
img.rahmen {
	border:6px solid #cccccc

}
hr {
	width:50%;
}
table.submenu thead {
	background-color:#C69E31;
	color:#ffffff;
	font-weight:bold;
}
table.submenu tbody {
	background-color:#E1C970;
}
table.submenu tfoot {
	background-color:#C69E31;
}
table.submenu tfoot td {
	font-size:2px;
	height:10px;
}
table.submenu td {
	border-bottom:1px solid #ffffff;
	padding:4px;
	font-size:14px;
}
table.submenu td a {
	font-size:12px;
	font-weight:bold;
	color:#6B6D29;
	text-decoration:none
}
table.submenu td a:hover {
	color:#FFFFFF;
}