body
 {
   background-color:#FFE000;
   font-family:VERDANA,ARIAL,HELVETICA;
   font-weight:700;
   font-size:1em;
  }

table
  {
   border-collapse:collapse;
   border-color:#C2BDF0;
  }

td 
  {
   empty-cells:show
  }

.rahmen
  {
    border-width:0.5em;
    border-right-style:ridge;
    border-bottom-style:ridge;
    border-left-style:outset;
    border-top-style:outset;
    border-color:#FFFFFF;
    padding:2em;
  }

td.linkrahmen
  {
    border-width:0.1em;
    border-style:solid;
    border-color:#C2BDF0;
    padding:1em;
  }
    
.unsichtbar
  {
   position=absolute;
   left:-1000px;
   top:-1000px;
   width:0;
   height:0;
   overflow:hidden;
   display:inline;
  }

.kopfzeile
  {
   height:100px;
   vertical-align:middle;
   text-align:center;
  }

.kontaktzelle {}

.spalte1
  {
   width:15%;
   text-align:left;
   padding-left:5px;
  }

.spalte2
  {
   width:70%;
   text-align:justify;
   padding-right:10px;
   padding-left:20px;
  }

.spalte3
  {
   width:15%;
   background-color:lightgreen;
   vertical-align:top;
  }

a {
   font-size:1em;
   padding: 0.2em;
   font-weight: bold;
  }

a:link
  {
   color:#0000E0;
   text-decoration:none;
  }

a:visited
  {
   color:#000080;
   text-decoration:none;
  }

a:hover
  {
   color:#E00000;
   text-decoration:none;
  }

a:active
  {
   color:#E00000;
   text-decoration:underline;
  }

a:focus
  {
   color:#00E000;
   text-decoration:underline;
  }

#li
  {
   list-style-type:none;
   list-style-position:outside;
   line-height:3.2em;
   margin-left:-30px;
   font-size:1.2em;
  }

.navi {
   list-style-type:none;
   text-indent:-2em;
   line-height:3em;
   padding-right:1em;
 }

#titel
  {
   color:yellow;
   padding-top:30px;
   background-image:url(hintergrund_oben_rechts_blau.jpg);
  }

#logo
  {
   background-color:red;
  }

#kontakt
  {
   background-color:yellow;
   text-align:center;
  }

#navigator
  {
   background-color:lightblue;
  }

.links {
   width:33em;
  }
