/* CSS Document */

html, body { background-color: white; color: black; margin: 0px; height: 100%; font-size: 12px; font-family:Arial, Helvetica, sans-serif; }

#Titel { color: #D7D703; font-weight:bold; font-size:16px; }
#SubTitel { color: white; font-weight:bold; font-size:13px; background-color: #0164A8;}
#Pathway { color: #0164A8;}
#Pathway A:link  { color: #0164A8; text-decoration:none;}
#Pathway A:visited  { color: #0164A8; text-decoration:none;}
#Pathway A:active  { color: #0164A8; text-decoration:underline;}
#Pathway A:hover  { color: orange; text-decoration:underline;}
#PageTitel { color: #0164A8; font-weight:bold; font-size:13px;}

.small { font-size: 10px; font-family:Arial, Helvetica, sans-serif; }

a:link { color: #0164A8; text-decoration:none;}
a:visited { color: #0164A8; text-decoration:none;}
a:active  { color: #0164A8; text-decoration:underline;}
a:hover  { color: orange; text-decoration:underline;}