/* CSS Document */

BODY, table, td, p, Blockquote,ul {
	 			font-family: Verdana, Arial, sans serif;
	 			font-size: 10pt;
                                                                font-color: #000000;
				}

/* Überschriften */
h1                                            {              color: #5174h4;              }
h2                                            {              color: #222222; }
h3, h4                                       {              color: #838383; }
h5, h6                                       {              color: #050434; }


/* Links */
A                                              { color :#004000 ;  }
A:hover                                      { color:#bc8f8f; text-decoration:underline; background:#F0FCF0;} /* RosyBrown*/
A:active                                     { color:#bc8f8f; text-decoration:underline; }
A:visited                                    {color: #004040}  /* { color:#666699; text-decoration:none; } #f08080*/


/* Styles für Tabellenauflistungen */

A.list                                         { color:#000000;               text-decoration:none;  }
A.list:visited                               { color:#333366;  text-decoration:none;  font-weight:normal;}
.list_header                                {  background-color : #6699ff }
th.list                                        {  bgcolor:#6699ff }
td.list                                        {  bgcolor:#6699ff }
tr.listeven                                  { background-color: #99ccff} /*#ecf1f6}*/
tr.listodd                                   {  background-color : #fefefe}



.info      { /* color: #b4a44a ;*/
             color: #006400;
              }

a.info     { /*color: #fffacd;*/
               color: #00286a;
                size: -1;
               }

/* Styles für die Menuleiste links */
#menu               {
	 			                      font-family: Verdana, Arial, sans serif;
	 			                      font-size: 10pt;
                                                                font-color: #ffffff;
				                      }
A.menu                                      { color: #ffffff; font-size: 10pt;
                                                   text-decoration: none;    }
A.menu:active                                  { color:#bc8f8f; text-decoration:underline; }
A.menu:visited                              { color:#eeeeee; text-decoration:none; }
A.menu:hover                                { color:#bc8f8f; text-decoration:underline; background:#F0FCF0;} /* RosyBrown*/


