/* Roche_simple.css */
/* for Vertrag Application */

/* derived from :
  body bgcolor="#FFFFFF" link="#000000" vlink="#808080" text="#000080" alink="#46AAC8"
*/

@page { size:210mm 297mm; }


BODY {
         font-family: verdana, arial, sans-serif;
         font-size: 9px;
         line-height: 1.1;
         color: #000000;
         background-color: #FFFFFF;
}

H1, H2, H3, H4, H5, H6 { color: #000000;font-size: 22px; font-weight: bold }
H1 { text-align: center; font-size: x-large }
H2 { font-size: large }
H3 { font-size: 13pt }
H5 { font-size: 110%; margin-bottom: 0 }

PRE, TT, CODE, KBD, SAMP { font-family: monospace }

th { font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px; 
     font-weight: bold;
   }

b {  font-family: Verdana, Arial,
                      Helvetica, sans-serif; font-size: 11px; line-height:
                      13px; font-weight: bold; color: #000000;
                      text-decoration: none; background-color: transparent}


.gruppenhead {  font-family: Verdana, Arial,
                Helvetica, sans-serif; font-size: 22px; font-style:
                normal; line-height: normal; font-weight: bold;
                text-decoration: none}

.tabellenhead {  font-family: Verdana, Arial,
                Helvetica, sans-serif; font-size: 12px; font-style:
                normal; line-height: normal; font-weight: bold;
                text-decoration: none}

.fliesstext {  font-family: Verdana, Arial,
                      Helvetica, sans-serif; font-size: 11px; font-style:
                      normal; line-height: 13px; font-weight: normal; color:
                      #000000; text-decoration: none}
.linkfarbe {  font-family: Verdana, Arial, Helvetica,
                      sans-serif; font-size: 11px; font-style: normal;
                      line-height: 13px; font-weight: normal; color: #990000;
                      text-decoration: none; clip:rect(auto)}

.fliessbold {  font-family: Verdana, Arial,
                      Helvetica, sans-serif; font-size: 11px; line-height:
                      13px; font-weight: bold; color: #000000;
                      text-decoration: none; background-color: #FFFFFF}

.th {  font-family: Verdana, Arial,
                      Helvetica, sans-serif; font-size: 11px; line-height:
                      13px; font-weight: bold; color: #000000;
                      text-decoration: none; background-color: #FFFFFF}
.td {  font-family: Verdana, Arial,
                      Helvetica, sans-serif; font-size: 11px; font-style:
                      normal; line-height: 13px; font-weight: normal; color:
                      #000000; text-decoration: none; background-color:
                      #FFFFFF}

td {  font-family: Verdana, Arial,
                      Helvetica, sans-serif; font-size: 11px; font-style:
                      normal; line-height: 13px; font-weight: normal; color:
                      #000000; text-decoration: none; background-color:
                      #FFFFFF}


a:link  {       font-family: Verdana, Arial, Helvetica,sans-serif;
                font-size: 11px;
                font-style: normal;
                line-height: 13px;
                font-weight: normal; color: #990000;
                text-decoration: none;
				cursor:pointer}
               /* unvisited links */

a:visited {     font-family: Verdana, Arial, Helvetica,
                sans-serif; font-size: 11px; font-style: normal;
        line-height: 13px; font-weight: normal; color: #990000;
                text-decoration: none; cursor:pointer}
        /* visited links */

a:active {       font-family: Verdana, Arial, Helvetica,
                sans-serif; font-size: 11px; font-style: normal;
        line-height: 13px; font-weight: normal; color: #990000;
                text-decoration: none; cursor:pointer}
        /* activ links */



/* href class for having green links (used in the seminars) */
a.green:link  {       font-family: Verdana, Arial, Helvetica,sans-serif;
                font-size: 11px;
                font-style: normal;
                line-height: 13px;
                font-weight: normal; color: #50a746;
                text-decoration: none;
        cursor:pointer}
               /* unvisited links */

a.green:visited {     font-family: Verdana, Arial, Helvetica,
                sans-serif; font-size: 11px; font-style: normal;
        line-height: 13px; font-weight: normal; color: #50a746;
                text-decoration: none; cursor:pointer}
        /* visited links */

a.green:active {       font-family: Verdana, Arial, Helvetica,
                sans-serif; font-size: 11px; font-style: normal;
        line-height: 13px; font-weight: normal; color: #50a746;
                text-decoration: none; cursor:pointer}
        /* activ links */




/* setting the anchor border around IMG elements
                requires contextual selectors */

a:link IMG { border: 0 none }
a:visited IMG { border: 0 none }
a:active IMG { border: 0 none }

.normal { font-size: 10pt}

.tabelle {
        background-color : #ffffff;
        border : 5px solid #00AAAD;
        border-color : #00AAAD;
}
