/* Colors: http://users.rcn.com/giant.interport/COLOR/1ColorSpecifier.html*/

/*Definition of the page & link appearance */
Body { background-color: #0000A0} /* #00008B}*/
Body.main { background-color: #0000A0;
	    background-image: url(../Pics/Backgr_HdM_Trichter.jpg);
            background-attachment: fixed;
            background-position: center
          }

/* Style for links */
/* default for Links */
A:link { text-decoration: underline;
	 color: #CFCFCF
       }

/* visited links */
A:visited { text-decoration: none;
            color: #a020f0
	  }

/* active links */
A:active { text-decoration: none;
	   font-weight: bold;
	   background-color: #FFFF66;
	   color: #ff0000
	 }

/* if mouse is over link */
A:hover  { background-color: #1E90FF;
	   text-decoration: underline;
	 }
/* */
table.layout{
	color: #CFCFCF
}

/* Embedded fonts */
@font-face {
  font-family: Manuscript;
  src: url(../Pics/Fonts/MANUSCR0.eot);
}

/* default Font definitions */
P  { color: #CFCFCF}
H1 { color: #CFCFCF}
H2 { color: #CFCFCF}
H3 { color: #CFCFCF}
H4 { color: #CFCFCF}
H5 { color: #CFCFCF}
H6 { color: #CFCFCF}
FONT{ color: #CFCFCF}

/* inherted font classes */
P.italic { color: #CFCFCF;
           font-size: 18;
           font-style: italic
         }

P.oldstyle { font-family: Manuscript, Times, serif; }

H1.oldstyle { font-family: Manuscript, Times, serif;
	      font-size: 30pt
	    }

H4.left { float: left }
H4.right { position: relative; left: -150px;
	   float: right }

