/*  
Remarks:

*/

/********************************/
/*  BODY                        */
/********************************/

body {
    margin-top: 1cm;
    margin-left: 0cm;
    width: 17cm;
    margin: 1cm;
    /*padding: 0 0 0 .5cm;*/
    font: normal 90% verdana, sans-serif;
    /* color: #000; */
    background: #fff;
    text-align: justify;
}


#hauptnavi, #sidebar, #footer, #deko, #titel, #titelhintergrund, #sprache, #sprache table, #sprache a, #linie1 {
    display: none;
}


/********************************/
/*  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;
}

#sprache {
    width: 100%;
    position: fixed;
    top: 0px;
    text-align: right;
    line-height: 60px;
    height: 60px;
}

#sprache table {
    width: 100%;
    text-align: right;
    padding: 0px 50px 0px 0px;
}

#sprache a {
    text-decoration: none;
    color: #444;
}

#linie1 {
    position: fixed;
    left: 0px;
    top: 60px;
    z-index: 99;
}

/********************************/
/*  TEXTBEREICH                 */
/********************************/

#text {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    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;
    }
