﻿.StaticMenuStyle
{
	background-color: #FFFFFF;
	color: #FFFFFF;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
.StaticMenuItemStyle
{
	border-color: #FFFFFF;
	border-style: solid;
	font-family: 'Arial';
	font-size: 12px;
	background-color: #024092;
	color: #FFFFFF;
	border-width: 0px 1px 0px 0px;
	padding: 5px 16px 5px 16px;
	margin: 0px;
	height: 30px;
	text-align: center;
}
.StaticHoverStyle
{
	border-color: #FFFFFF;
	border-style: solid;
	font-family: 'Arial';
	font-size: 12px;
	background-color: #0A52B0;
	color: #FFFFFF;
	border-width: 0px 1px 0px 0px;
	padding: 5px 16px 5px 16px;
	margin: 0px;
	height: 30px;
	text-align: center;
}
.DynamicMenuItemStyle
{
	border-style: none;
	font-family: 'Arial';
	font-size: 12px;
	background-color: #024092;
	color: #FFFFFF;
	border-width: 0px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	height: 20px;
}
.DynamicHoverStyle
{
	border-style: none;
	font-family: 'Arial';
	font-size: 12px;
	background-color: #0A52B0;
	color: #FFFFFF;
	border-width: 0px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	height: 20px;
}
.Seitenueberschrift
{
	font-family: 'Arial';
	font-size: 18px;
	color: #646464;
}
.Seitentext
{
	font-family: 'Arial';
	font-size: 12px;
	color: #646464;
}
.footer
{
	font-family: 'Arial';
	font-size: 9px;
	color: #8D8C8C;
}
body
{
	font-family: 'Arial';
	background-color: White;
}
h1
{
	font-family: 'Arial';
	font-size: 18px;
	color: #646464;
	font-weight: normal;
}
h2
{
	font-size: 14px;
}
a
{
	color: #646464;
	text-decoration: underline;
}
