body {
    background: url(img/hg.gif) repeat-x top left;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}


a {
    color: #f90;
    text-decoration: none;
    font-weight: bold;
}

a:link, a:visited {
}

a:hover, a:active {
    color: #c60;
}


hr{
    border: solid #CCCCCC;
    height: 1px;
}


/* Inhaltsbereich --------------------------------------------------------------------------------- */

div#inhalt_hg {
    width: 561px;
    height: 1027px;
    background-color: #fff;
    position: absolute;
    left: 339px;
    z-index: 5;
}

div#inhalt_schatten {
    width: 20px;
    height: 837px;
    background: url(img/hg_inhalt_schatten.gif) no-repeat top left;
    position: absolute;
    left: 900px;
    top: 0px;
    z-index: 1;
}

div#inhalt {
    width: 501px;
    margin: 30px;
    font-size: 13px;
    line-height: 18px;
}

div#inhalt_shilouette {
    width: 561px;
    height: 179px;
    margin: 0px;
    padding: 0px;
}

div#inhalt_fusszeile {
    width: 561px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
    background-color: #ffefd9;
    text-align: right;
    color: #666;
    /* border-top: 1px #999 solid; */
    font-size: 10px;
}

div#inhalt_fusszeile span {
    padding-right: 30px;
}

div#inhalt_fusszeile a {
    color: #666;
    text-decoration: none;
}

div#inhalt_fusszeile a:hover {
    text-decoration: underline;
}

/* Logo ------------------------------------------------------------------------------------------- */

div#logo {
    width: 265px;
    height: 166px;
    position: absolute;
    z-index: 25;
    top: 80px;
    left: 56px;
}

/* Menü ------------------------------------------------------------------------------------------- */

div#menue_hg {
    width: 339px;
    height: 1002px;
    position: absolute;
    z-index: 10;
}

div#menue {
    width: 339px;
    position: absolute;
    top: 280px;
    text-align: right;
    z-index: 15;
}

div#menue_vg {
    width: 185px;
    height: 1002px;
    position: absolute;
    z-index: 20;
}

div#menue ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   text-indent: 0px;
   line-height: 30px;
   display: block;
}

div#menue ul li {
   margin: 0px;
   padding: 0px;
   text-indent: 0px;
   line-height: 30px;
   display: block;
   width: 339px;
   height: 30px;
}

div#menue a {
   display: block;
   width: 339px;
   height: 30px;
   margin: 0px;
   padding: 0px;
   line-height: 30px;
}

div#menue a.unterpunkt {
   line-height: 25px;
   height: 25px;
}

div#menue a img {
   margin: 0px;
   padding: 0px;
   border-width: 0px;
}


/* ----------------------------------- */

table.termine {
   width: 100%;
   border: #c0c0c0 1px solid;
   border-spacing: 0px;
   border-collapse: collapse;
}

table.termine tr.kopf {
   background-color: #ffffff;
   border-top: #c0c0c0 1px solid;
}

table.termine tr.kopf td {
   font-weight: bold;
   color: #f90;
}


table.termine tr td { 
   vertical-align: top; 
   padding: 10px;
}

table.termine tr.eins td {
   background-color: #f0f0f0;
}

table.termine tr.zwo td {
   background-color: #e0e0e0;
}

table.termine tr td.datum { width: 15%; }
table.termine tr td.name { 
  width: 45%; 
  font-weight: bold;
}
table.termine tr td.location { width: 15%; }
table.termine tr td.startzeit { width: 35%; }
