html, body {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
/* Aussehen von Überschriften */
H1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #416DA5;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 0px;
	height: 2px;
}

H2
{
	COLOR: #00F;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}

H3
{
    COLOR: #416cac;
    FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
}

H4
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 10pt;
    FONT-WEIGHT: bolder
}

H5
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
}

H6
{
	COLOR: #F00;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


/* Aussehen von Textlinls */
A:active, A:link, A:visited
{
	COLOR: #416cac;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: underline;
	font-weight: bold;
}
A:hover
{
	COLOR: #F00;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: underline;
	font-weight: bold;
}

/* Aussehen der Rahmen der Navigationstabelle */
.NaviCellLeftInactive {
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8E8E8E;
	cursor: help;
	border-left-color: #8E8E8E;
	border-bottom-color: #8E8E8E;
}

.NaviCellLeftActive {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8E8E8E;
	border-right-color: #8E8E8E;
	border-left-color: #8E8E8E;
}

.NaviCellMiddleInactive {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8E8E8E;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #B6B6B6;
	border-left-color: #B6B6B6;
	border-bottom-color: #8E8E8E;
}

.NaviCellMiddleActive {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8E8E8E;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-right-color: #8E8E8E;
	border-left-color: #8E8E8E;
}
.NaviCellLanguage {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #8E8E8E;
}


.NaviCellRightInactive {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8E8E8E;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-right-color: #8E8E8E;
	border-bottom-color: #8E8E8E;
}

.NaviCellRightActive {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8E8E8E;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.TableEdit {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8E8E8E;
	border-bottom-color: #8E8E8E;
	border-left-color: #8E8E8E;
	height: 100%;
	border-top-width: thin;
}
.KopfUeberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #339;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
}

