﻿body 	{background-image: url("Gifs/famhint.gif");
           	background-color:#999999;
                  font-family: verdana, arial, sans-serif; color:blue;}

button {
            padding: .4em .8em;
            background: #0033ff linear-gradient(hsl(0 0% 100% /.2), transparent);
          	border: thin solid rgb(0 0 0 /.1);
          	border-radius: 0.5em 0.5em 0.5em 0.5em;
          	box-shadow: 0 .2em 0.4em rgb(0 0 0 /.5);
          	color: white;
          	text-shadow: 0 -.05em .05em rgb(0 0 0 /.5);
          	font-size: 125%;
          	line-height: 1.5;

        }
button:focus,
button:hover {
          	box-shadow: 0 .3em 0.6em rgb(0 0 0 /.8);
              }

button.navi {
          	width:200px;
              }

button.ok {
          	background-color: #5a9900;
          }


#wrapper
	{width:900px;
	margin:0 auto; }
#steuer     {background-image: url("Gifs/Steuerhint.gif");
           	background-color:#DEF;}
table 	{font-family: verdana, arial, sans-serif; color:blue; border:20px; border-color:transparent;}

#kopf 	{font-family: verdana, arial, sans-serif; font-size:36pt; text-align:right;letter-spacing:0.1em;  }
li	{font-family:Vogue, Arial, sans-serif; font-size:15pt;}

#Navigation
                  {background-image:url("Gifs/Button.gif"); color:#DEF;  width:190px; height:60px; text-align:center; }



 a:link { color:blue; text-decoration:none; font-weight:normal; }
 a:visited { color:blue; text-decoration:none; font-weight:normal; }
 a:hover { color:blue; text-decoration:none;  font-weight:normal; }
 a:active { color:blue; text-decoration:none;  font-weight:normal; }
 a:focus { color:blue; text-decoration:none;  font-weight:normal; }
