/*  
Remarks:

*/

/********************************/
/*  BODY                        */
/********************************/

body {
    background: #f6f6f6 url(../img/rand.gif) left  repeat-y;
    font: normal 90% verdana, sans-serif;
    line-height: 1.2;
    text-align: center;
    color: #444;
    margin-left: 0px;
    padding: 0;
    min-height: 100%;
}


/********************************/
/*  HEAD.PHP                    */
/********************************/

#deko {
    position: fixed;
    top: 0px;
    left: 0px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #222;
    z-index: 199;
}

#titel {
    position: fixed;
    top: 0px;
    text-align: left;
    margin-left: 290px;
    padding: 0px 0px 0px 0px;
    font: normal 140% verdana, sans-serif;
    line-height: 60px;
    background: #f6f6f6;
    width: 100%;
    height: 60px;
}

#titelhintergrund {
    position: fixed;
    top: 0px;
    text-align: left;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 60px;
    background: #f6f6f6;
    width: 100%;
    height: 60px;
}

#linie1 {
    position: fixed;
    left: 0px;
    top: 60px;
    z-index: 99;
}

/********************************/
/*  TEXTBEREICH                 */
/********************************/

#text {
    margin-top: 90px;
    margin-left: 290px;
    margin-right: 50px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
}

#text a[name] {
    padding-top: 90px;
}

#text a {
    color: #444;
    text-decoration: none;
}

#text a:hover {
    text-decoration: none;
    color: #999;
}

#text ul  {
   margin-left: 0; 
   padding-left: 0;
   list-style-type: square;
   list-style-position: outside;
}

#text li li {
   padding-bottom: 0px;
   list-style-type: circle;
   list-style-position: inside;
}


#text li  {
   padding-bottom: 15px;
   list-style-type: square;
   list-style-position: outside;
}

#text h3  {
    margin-bottom: 0px;
}

#text p  {
    margin-bottom:30px;
}

#text table {
    padding: 0pt;
    border-collapse: collapse;
}

#text tr {
    vertical-align: top;
}

/********************************/
/*  SIDE                        */
/********************************/

#hauptnavi {
    padding: 10px;
    position: fixed;
    left: 0px;
    top: 75px;
    width: 240px;
    font-size: .8em;
    border-collapse: separate;
    border-spacing: 8px;
}

#hauptnavi tr {
   text-align: left;
}

#hauptnavi tr td a {
  text-decoration: none;
  display: block;
  color: #aaa;
  border: 1px solid #aaa;
  padding: 5px;
}

#hauptnavi tr td a:hover {
  padding: 5px;
  border: 1px solid #eee;
  color: #eee;

}
#hauptnavi  a.aktiv, #hauptnavi td  a.aktiv:hover {
   color: #eee;
   border: 1px solid #eee;
   padding: 5px;
}

#hauptnavi table.rolled {
  text-decoration: none;
  display: block;
  color: #eee;
  border: 1px solid #eee;
  padding: 2px 0px 5px 2px ;
}

#hauptnavi td.ragged {
  text-decoration: none;
  display: block;
  color: #aaa;
  border: 0px;
  padding: 0px;
  margin-left: 0px;
  text-align: right;
  width:187px;
}

#hauptnavi a.aragged {
  text-decoration: none;
  display: block;
  color: #aaa;
  border: 0px;
  padding: 0px;
  font-size: .92em;
}

#hauptnavi a.araggedhell {
  text-decoration: none;
  display: block;
  color: #eee;
  border: 0px;
  padding: 0px;
  font-size: .92em;
}

#hauptnavi a.aragged:hover {
  text-decoration: none;
  display: block;
  color: #eee;
  border: 0px;
  padding: 0px; 
}

#hauptnavi a.araggedhell:hover {
  text-decoration: none;
  display: block;
  color: #eee;
  border: 0px;
  padding: 0px; 
}

#portrait  {
    margin: 3px 15px 3px 0;
    position: fixed;
    left: 19px;
    top: 380px;
    width: 190px;
    border: 1px solid #aaa;
padding: 5px;
background: #f6f6f6;
    }
