
/* debis.css -- T-Systems-like style sheet */

/* COMMON */
p, td, li 	{ font-family:CorpoS,Arial,Helvetica,sans-serif; font-size:10pt; letter-spacing:0.02em }
   th       { font-family:CorpoS,Arial,Helvetica,sans-serif; font-size:10pt; letter-spacing:0.02em; font-weight: bold }

h1		{ font-family:CorpoS,Arial,Helvetica,sans-serif; font-size:16pt; font-weight:bold; letter-spacing:0.04em  }
h2		{ font-family:CorpoS,Arial,Helvetica,sans-serif; font-size:12pt; font-weight:bold; letter-spacing:0.04em  }
h3		{ font-family:CorpoS,Arial,Helvetica,sans-serif; font-size:11pt; font-weight:bold; letter-spacing:0.04em  }

/*a		{ font-size:10pt; text-decoration:underline; color: darkgreen; letter-spacing:0.035em; cursor:hand} */
a		{ font-size:10pt; text-decoration:underline; color: darkgreen; letter-spacing:0.035em }

pre		{ font-family:Lucida Console,Courier,System; font-size:10pt}

td.heading { font-size:10pt; font-weight:bold; letter-spacing:0.04em  }

/* MESSAGES */
.message  { font-family:CorpoS,Arial,Helvetica,sans-serif; font-size:10pt; font-style:italic; letter-spacing:0.025em } 

/* LANGUAGE SELECTION*/
/*.language_select_link   { font-size:9pt; text-decoration:underline; color: darkgreen; letter-spacing:0.035em; cursor:hand } */
.language_select_link   { font-size:9pt; text-decoration:underline; color: darkgreen; letter-spacing:0.035em }
.language_select_nolink { font-size:9pt; letter-spacing:0.035em }

/* COUNTER */
.counter { font-size:16pt }

/* SMALL i.e. info.html */
.small { font-size:9pt } 

/* BIG */
.big    { font-size:12pt; letter-spacing:0.03em }
.bigger { font-size:13pt; font-weight:bold; letter-spacing:0.035em }

/* TREE  -  only affects IE version!! */
.tree { font-size:10pt; font-weight:400; letter-spacing:0.05em }

.treepublic { font-size:10pt; font-weight:400; color:green; letter-spacing:0.05em; text-decoration:none; }
.treesecure { font-size:10pt; font-weight:400; color:red;   letter-spacing:0.05em; text-decoration:none; }

/* FORM  */
.form   { font-size:10pt; font-weight:400; letter-spacing:0.025em }

/* PAGE BROWSE */
/* a.browse { font-size:10pt; text-decoration:none; color: black; cursor:hand} */
a.browse { font-size:10pt; text-decoration:none; color: black }

/* FOOTER */
p.footer, td.footer { font-size:8pt; letter-spacing:0.02em }
/* a.footer            { font-size:8pt; text-decoration:underline; color: darkgreen; letter-spacing:0.035em; cursor:hand } */
a.footer            { font-size:8pt; text-decoration:underline; color: darkgreen; letter-spacing:0.035em }



