body { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: White;
background-repeat: repeat-y;
margin: 0px;
padding: 0px;
}

td { 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color:#3a3a3a;
}

H1 { 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  color:#3a3a3a;
}

H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	color: White;
}

H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

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: 1px;
	padding-right: 1px;
}

select {
	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: 1px;
	padding-right: 1px;
}

textarea {
	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: 1px;
	padding-right: 1px;
}









a:link {
color : #555352;
 }    /* noch nicht besuchte Ziele */

a:visited { 
color : #555352;
 } /* besuchte Ziele */
 
a:hover { 
color :black;
text-decoration : underline;
 }   /* Verweise bei "MouseOver" */

a.silver:link {
color : #555352;
text-decoration : underline;
 }    /* noch nicht besuchte Ziele */
 
a.silver:visited { 
color : #555352;
text-decoration : underline;
 } /* besuchte Ziele */
 
a.silver:hover { 
color :black;
text-decoration : none;
background-color: silver;
 }   /* Verweise bei "MouseOver" */
 
a:active {
color : #555352;
 }  /* Angeklickte Verweise */
 
a:focus {
color : #555352;
 }   /* Verweise, die Fokus erhalten */
   

a.white:link {
color : white;
text-decoration: none;
 }    /* noch nicht besuchte Ziele */

a.white:visited { 
color : white;
text-decoration: none;
 } /* besuchte Ziele */

 a.red:link {
color : #EC2F26;
text-decoration: none;
 }    /* noch nicht besuchte Ziele */

a.red:visited { 
color : #EC2F26;
text-decoration: none;
 } /* besuchte Ziele */
 
