<!--

/* GRUNDLAYOUT */
body
 { font-family: verdana, arial, helvetica, sans-serif; margin: 0; position: absolute; left: 0; top: 0 }

table, tr, td
  { font-family: verdana, arial, helvetica, sans-serif; }

.title
  { font-size: 16px; font-weight: bold ; color: #000000 }
.title-active
  { font-size: 16px; font-weight: bold ; color: #FFFFFF }
.menu
  { background-color: #99aaFF }
td.content
  { background-color: #FFFFFF }
.menu-adress
  { font-size: 10px; color: #000000 }
.menu-left
  { font-size: 12px; color: #182952; font-weight: bold; }
.menu-left2
  { font-size: 10px; color: #182952; font-weight: bold; }
.menu-left2-active
  { font-size: 10px; color: #E7E7E7; font-weight: bold; }
.menu-left-active
  { font-size: 12px; color: #FFFFFF; font-weight: bold; }
  
a
  { text-decoration: none; color: #000000; }
a:hover
  { text-decoration: underline; color: #990000; }

 
/* CONTENT */

p.content-title
  { font-size: 22px; font-weight: bold; color: #000000 }
.content-text
  { font-size: 12px; color: #000000 }
.content-textg
  { font-size: 16px; color: #000000 }



-->