/* Blöcke */

#head {margin-top: 60px;
       padding-right: 20px;
       text-align: right;
       font-weight: bold;
       }

#menu {width: 160px;
       padding: 20px;
       background-color: #eeeeee;
       float: left;
       }

#content {position: absolute;
          left: 220px;
          margin-top: 10px;
          margin-right: 20px;
          }

/* Links */

a:link,a:visited {color:blue;
          text-decoration:none;
          font-weight:bold}

a:active {}

a:hover {text-decoration:underline;}

/* Schriftformate */

body {font-family: Times New Roman,Times,serif;
      line-height: 1.3em;
      }

h1, h2, h3 {font-family: Times New Roman,Times,serif;
            line-height: 1.1em;
            }

.menuitem {font-family: Verdana,Arial,Helvetica,sans-serif;}

.small {font-size:80%;}

.border {border:2px solid #ff0000;
         padding:5px;
         background-color:#ffffff;
         margin:0px;
         }

/* Linie */

.blueline {color: blue;
       height:5px;
       }
