html { margin:0px; padding:0px; border:0px; }
body { margin:30px; padding:0px; border:0px; color:#003080; background-color:#ffffff; }

body,td,p,input,textarea { font-family:Verdana,Arial,sans-serif; font-size:10pt; font-weight:normal; line-height:20px; }

h1 { font-family:Verdana,Arial,sans-serif; font-size:14pt; font-weight:normal; line-height:20px; }
h2 { font-family:Verdana,Arial,sans-serif; font-size:12pt; font-weight:bold; line-height:20px; }
b { font-weight:bold; }

.meldung1 { font-size:10pt; font-weight:bold; }
.meldung2 { font-size:10pt; font-weight:bold; color:red; background-color:#efefef; }

a { text-decoration:underline; }
a:link { color:#003080; background-color:#efefef; }
a:visited { color:#003080; background-color:#efefef; }
a:focus { color:#000000; background-color:#ffff00; }
a:hover { color:#000000; background-color:#ffff00; }
a:active { color:#FF0000; background-color:#ffff00; }

input.eingabe,textarea.eingabe { color:#000000; background-color:#ffffff; }
input.eingabe { height:25px; width:300px; }
textarea.eingabe { width:300px; overflow:auto; }
input.button { width:300px; height:25px; cursor:pointer; }

ul { list-style-type:square; }