/* Inhalt Hauptfenster */
.haupt
	{
	color: #000000;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
	}

H1
	{
	color: #000000;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
	margin: 0;
    padding: 0;
	}

/* Hyperlinks */
a
	{
	color: #000066;
	text-decoration: none;
	}

a:hover
	{
	color: #F79806;
	text-decoration: none;
	}

a:active
	{
	color: #FF0000;
	text-decoration: none;
	}

td
	{
	color: #000000;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: none;
	font-weight:;
	}

/* Inhalt Copyright unten */
.copyright
	{
	color: #000000;
	font-size: 7pt;
	font-family: Arial;
	font-weight:;
	text-decoration: none;
	}

/* Inhalt Hauptmenue links */
.menue-t
	{
	color: #000000;
	font-size: 10pt;
	font-family: Arial;
	font-weight:bold;
	background-color: #FFE7C3;
	}

/* Inhalt Untermenue links */
.menue-t2
	{
	color: #000000;
	font-size: 10pt;
	font-family: Arial;
	font-weight:bold;
	background-color: #FFFFFF;
	}

.menue-t2u
	{
	color: #000000;
	font-size: 10pt;
	font-family: Arial;
	font-weight:;
	background-color: #FFFFFF;
	}

/* Inhalt Menue unten */
.menue-b
	{
	color: #000000;
	font-size: 9pt;
	font-family: Arial;
	font-weight:bold;
	}

/* Inhalt Formulare unten */
.formular
	{
 	background-color: #EBEFF6;
 	border-width: 1px;
 	border-style: solid;
 	border-color: #002877;
 	font-size: 12px;
 	padding: 0px 0px 0px 0px;
	}