body { 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: Gray;
 margin-left: 0px;
 margin-top: 0px;
 padding-left: 0px;
 padding-top: 0px;
 position: absolute; top: 0px; left: 0px;
 }
 
td { 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #4f4f4f;
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding: 0px;
	line-height : 11px;
	float: inherit;
	font-weight: bold;
}

input {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	border : thin;
	border-style : solid;
	border-width : 1px;
	border-color : #1F2D57;
	padding-left: 2px;
	padding-right: 2px;
}

H1.blue { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008CDD;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding: 0px;
	line-height : 11px;
	display:inline;
}

H1.blue2 { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E77910;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding: 0px;
	display:inline;
	line-height : 13px;
}

a:link {
color : #A13047;
text-decoration : none;
 }    /* noch nicht besuchte Ziele */

a:visited { 
color : #A13047;
text-decoration : none;
 } /* besuchte Ziele */
 
a:hover { 
color : #A13047;
text-decoration : underline;
 }   /* Verweise bei "MouseOver" */

a:active {
color : #A13047;
 }  /* Angeklickte Verweise */
 
a:focus {
color : #A13047;
 }   /* Verweise, die Fokus erhalten */
 
 
 
 
 a.menue:link {
color : white;
text-decoration : none;
 }    /* noch nicht besuchte Ziele */

a.menue:visited { 
color : white;
text-decoration : none;
 } /* besuchte Ziele */
 
a.menue:hover { 
color : white;
text-decoration : none;
background-color: #E67817;
 }   /* Verweise bei "MouseOver" */

a.menue:active {
color : white;
 }  /* Angeklickte Verweise */
 
a.menue:focus {
color : white;
 }   /* Verweise, die Fokus erhalten */
