/* Druck-Stylesheet */
/* display:none / Farben auf schwarz / HG auf weiss */
/* To-Do: Links */

/************ Generelles ************/
BODY { color: #000;
       font-size: 8pt;
       background-color: transparent;
       font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
     }

IMG {  border-width: 0px; }

H1 {   font-size:16pt;
       color: #ccc;
       padding-bottom: 3px;
       border-bottom: 1px solid #777;}


/************ Organisation ************/
#container { display:block;
             text-align: left;
             margin: 5px auto;
           }

#dummy { display:none;  }

#logo { display:none;   }

#navi { display:none;   }

#foto { display:none;   }

#text { line-height: 13pt;
        overflow:auto;
        background-color: transparent;
        margin: 0px 0px 8px 0px;
        padding: 0px 0px 0px 0px;
      }

#footer { display:none;  }


/************ Klassen ************/
.headline { font-weight: bold;
            width: 100px;
            border-bottom: 1px solid #eee; }

#text ul { margin: 5px 0px 0px 20px;
           padding: 0px 0px 0px 0px; }

.right {text-align: right; }
.fett {font-weight: bold; }
.kursiv { font-style: italic; }

#text .ext { color: #000; }

#text a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

/************ Links ************/
a {          color: #9C121F;
             text-decoration: none; font-weight: bold; }
a:link {     color: #9C121F;
             text-decoration: none; font-weight: bold; }
a:visited {  color: #9C121F;
             text-decoration: none; font-weight: bold; }


/************ Tabellen ************/
TD.vita1 {   font-size: 8pt;
             white-space: nowrap;
             text-align: right;
             font-weight: bold; }

TD.vita2 {   font-size: 8pt; }

TD.vita3 {   font-size: 8pt;
             white-space: nowrap;
             text-align: right;
             font-weight: bold;
             color: #000;
             background-color: #eee; }

TD.vita4 {   font-size: 8pt;
             color: #000;
             background-color: #eee; }


/************ Rounded Corners ************/
.box           {  background: #fff; }
.boxtop        {  background-image:none; }
.boxtop div    {  background-image:none; height: 15px; }
.boxbottom     {  background-image:none; }
.boxbottom div {  background-image:none; height: 15px; }
.boxcontent    {  padding: 0px 20px 6px 22px; }