body
{
	background-color: #AEA5A0;
	font-family: Arial, Helvetica, sans-serif;
}
#center_div
{
	text-align: center;
}
#frame_top
{
	background-image: url(images/hg_header.jpg);
	width: 930px;
	height: 41px;
	margin: auto;
}
#frame_content
{
	background-image: url(images/hg_content.jpg);
	width: 930px;
	margin: auto;
}
#frame_bottom
{
	background-image: url(images/hg_footer.jpg);
	width: 930px;
	height: 41px;
	margin: auto;
}
#InnerFrame
{
	background-image: url(images/hg_content_bild.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
	width: 900px;
	height: 100%;
}
#logo
{
	background-position: left bottom;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 90px;
}
#navigation
{
	background-color: #AEA5A0;
	text-align: left;
	float: left;
	width: 200px;
	min-height: 500px;
}
#main
{
	float: left;
	width: 700px;
}
#whitebar
{
	width: 900px;
	height: 5px;
	background-color: White;
}
#content
{
	font-size: 14px;
	text-align: left;
	padding: 12px 12px 12px 12px;
	color: Black;
}
#copyright
{
	width: 900px;
	text-align: left;
	font-size: 12px;
	text-indent: 12px;
}
.line
{
	width: 100%;
	height: 1px;
	background-color: Black;
}
.NaviMenuItem
{
	color: White;
	text-indent: 12px;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	text-align: left;
	background-color: #AEA5A0;
	display: block;
	padding: 2px 4px 2px 2px;
	font-size: 12px;
	font-weight: normal;
}
.NaviMenuItem:Hover
{
	color: Black;
	background-image: url('images/pfeilrechts.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #EAEAEA;
}
.NaviMenuItemSelected
{
	color: Black;
	text-indent: 12px;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-align: left;
	background-color: #DADADA;
	background-image: url('images/pfeilrechts.gif');
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 2px 4px 2px 2px;
	font-size: 12px;
	font-weight: normal;
}
.NaviMenuSubItem
{
	color: White;
	text-indent: 24px;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	text-align: left;
	background-color: #AEA5A0;
	display: block;
	padding: 2px 4px 2px 2px;
	font-size: 12px;
	font-weight: normal;
}
.NaviMenuSubItem:Hover
{
	color: Black;
	background-image: url('images/pfeilrechts.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #EAEAEA;
}
.NaviMenuSubItemSelected
{
	color: Black;
	text-indent: 24px;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-align: left;
	background-color: #DADADA;
	background-image: url('images/pfeilrechts.gif');
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 2px 4px 2px 2px;
	font-size: 12px;
	font-weight: normal;
}
p:first-letter
{
	font-size: 20px;
}
h1
{
	text-transform: uppercase;
	font-size: 20px;
	color: #6E3D09;
}
h1:first-letter
{
	font-size: 160%;
}

.hyperlink
{
	color: #036B47;
	text-decoration: none;
}
.hyperlink:hover
{
	color: #6E3D09;
	text-decoration: none;
}
.images_center
{
	margin-left:auto;
	margin-right:auto; 
	display:block;
	text-align:center;
	
}