/* ltb.css 
 *
 * Stylesheet-Datei fuer das LTB
 *
 */

body {font-family:Helvetica,sans-serif;background-color:#FFFFFF;margin:0px}

table.formular {border:0px solid #000000;}

th    {font-style:normal;}


a {color:#00005f;text-decoration:none;font-weight:bold;}
/* a:link {color:#00005f;} */
/* a:visited {color:#00005f;} */
/* a:hover {color:#4040ff; text-decoration:none;} */
a:hover  {color:#00A03f;text-decoration:underline;}
a:active {color:#00A03f;} 

form{margin:0;padding:0}

/* Submit-Buttons */
input[type="submit"]
{
background-color:#DDDDDD;color:#0000A0;
font-style:italic;font-weight:normal;
}
/* input[type="submit"]:hover{background-color:#FFA0A0;} */
input[type="submit"]:hover{background-color:#B0FFB0;} 

