body {
 font-family: Arial;
 font-size: 12px;
 text-align: center;
 margin:0px;
 padding:0px;
 background-color: #BFBFBF;
}
#navi {
padding:3px;
padding-left:4px;
color: white;
font-size: 16px;
text-align:left;
border: 1px solid black;
background-image:url(navibg.jpg);

}
#navi a {
 font-family: Arial;
 font-size: 13px;
 text-decoration: underline;
 color: black;
 font-weight: bold;
 }
#navi a:hover {
 font-family: Arial;
 font-size: 13px;
 text-decoration: underline;
 color: black;
 border-top: 1px solid black;
  font-weight: bold;
 }
 #content {
 border: 1px solid black;
 text-align:left;
 background-color: #EEEEEE;
 font-family: Arial;
 Font-Size: 12px;
 }
 #content a {
 font-family: Arial;
 text-decoration: underline;
 color: black;
 font-weight: bold;
 }
#content a:hover {
 font-family: Arial;
 text-decoration: underline;
 color:gray;
 border-bottom: 1px solid gray;
  font-weight: bold;
 }
 h1{
 font-size: 18px;
 color: #4CAB57;
 }

 #login {
 background-image:url(loginkasten.png);
 background-position: left,center;
 background-repeat: no-repeat;
 height: 20px;
 text-align: left;
 width: 300px;
 height: 150px;
 padding-top: 40px;
 padding-left: 50px;
 font-size: 10px;
 color: black;
 }
 #login table {
 font-size: 12px;
 font-family: Arial;
 color: black;

 }

 #login a {
 color: white;
 }

 #login a:hover {
 color: black;
 }
 #login input {
        width:100px;
        min-height:16px;
        max-height:16px;
        font-family:Verdana, sans-serif;
        font-size:11px;
        color:black;
        border-width:1px;
        border-style:solid;
        border-color:black;
        background-color: #EFEFEF;
}
.submit {
        width:50px;
        min-height:16px;
        max-height:16px;
        font-family:Verdana, sans-serif;
        font-size:11px;
        color:#515151;
        border-width:1px;
        border-style:solid;
        border-color:black;
        background-color: inherit;
}