/* DATEI: screen.css */

body {
  background-color:#eeeeff;
  color:#666666;
  font-family:Arial,sans-serif;
  font-size: 12px;
}

table              { background-color: #eeeeee; }
table.edit         { background-color: #7799dd; }
td                 { font-family: Arial; font-size: 14px; color: #000055; font-weight: normal; text-decoration: none; }
td.banner          { background-color:#000055; font-family: Arial; font-size: 14px; color: #ffffff; font-weight: normal; text-decoration: none; }
td.menu_v          { background-color:#eeeeee; padding-top:10px; }
td.edit            { background-color:#7799dd; font-family: Arial; font-size: 12px; color: #ffffff; font-weight: normal; text-decoration: none; }

div                { font-family: Arial; font-size: 14px; color: #000000; font-weight: normal; text-decoration: none; }
h1                 { font-family: Arial; font-size: 16px; color: #000000; font-weight: bold; text-decoration: none; }
h2                 { font-family: Arial; font-size: 18px; color: #000000; font-weight: normal; text-decoration: none; }
h3                 { font-family: Arial; font-size: 20px; color: #000000; font-weight: normal; text-decoration: none; }
h4                 { font-family: Arial; font-size: 24px; color: #000000; font-weight: normal; text-decoration: none; }
h5                 { font-family: Arial; font-size: 28px; color: #000000; font-weight: normal; text-decoration: none; }
h6                 { font-family: Arial; font-size: 32px; color: #000000; font-weight: normal; text-decoration: none; }

p                  { font-family: Arial; font-size: 14px; color: #000000; font-weight: bold; text-decoration: none; }
p.inhalt           { font-family: Arial; font-size: 14px; color: #000000; font-weight: normal; text-decoration: none; }
p.inhalt_rt        { font-family: Arial; font-size: 14px; color: #aa0000; font-weight: normal; text-decoration: none; }
p.liste            { font-family: Arial; font-size: 12px; color: #000000; font-weight: normal; text-decoration: none; }
a.inhalt_rt        { font-family: Arial; font-size: 14px; color: #aa0000; font-weight: normal; text-decoration: none; }

ul.inhalt          { font-family: Arial; font-size: 14px; color: #000000; font-weight: normal; text-decoration: none; }

a.menu             { font-family: Arial; font-size: 14px; color: #5555aa; font-weight: bold; text-decoration: none; }
a.menu_rt          { font-family: Arial; font-size: 14px; color: #ff0000; font-weight: bold; text-decoration: none; }
a.umenu            { font-family: Arial; font-size: 12px; color: #5555aa; font-weight: 100; text-decoration: none; }
a.omenu            { font-family: Arial; font-size: 14px; color: #ffffff; font-weight: bold; text-decoration: none; }
a.kontex           { font-family: Arial; font-size: 14px; color: #000055; font-weight: bold; text-decoration: none; }

a:link.menu        { color: #000000; font-weight: bold; text-decoration: none; }
a:link.menu_akt    { color: #5555aa; font-weight: bold; text-decoration: none; }
a:link.menu_rt     { color: #ff0000; font-weight: bold; text-decoration: none; }
a:link.umenu       { color: #000000; font-weight: 100; text-decoration: none; }
a:link.omenu       { color: #99ccff; font-weight: bold; text-decoration: none; }
 
a:visited.menu     { color: #000000; font-weight: bold; text-decoration: none; }
a:visited.menu_akt { color: #5555aa; font-weight: bold; text-decoration: none; }
a:visited.menu_rt  { color: #ff0000; font-weight: bold; text-decoration: none; }
a:visited.umenu    { color: #000000; font-weight: 100; text-decoration: none; }
a:visited.omenu    { color: #99ccff; font-weight: bold; text-decoration: none; }

a:hover.menu       { color: #000000; font-weight: bold; text-decoration: none; position: relative; top:1px;left:1px;}
a:hover.menu_akt   { color: #5555aa; font-weight: bold; text-decoration: none; position: relative; top:1px;left:1px;}
a:hover.menu_rt    { color: #ff0000; font-weight: bold; text-decoration: none; position: relative; top:1px;left:1px;}
a:hover.umenu      { color: #000000; font-weight: 100; text-decoration: none; position: relative; top:1px;left:1px;}
a:hover.omenu      { color: #ffffff; font-weight: bold; text-decoration: none; }


p.blog             { font-family: Arial; font-size: 14px; color: #002244; font-weight: normal; text-decoration: none; }
a.blog             { font-family: Arial; font-size: 14px; color: #002244; font-weight: normal; text-decoration: none; }
a:link.blog        { color: #bbddee; }
a:visited.blog     { color: #bbddee; }
a:hover.blog       { color: #ffffff; }


a:hover.bild       { position: relative; top:1px;left:1px; }

input              { font-family:Arial;font-size:15px; }

textarea           { font-family:Arial;font-size:15px; }

