/*
//------------------------------------------------------------------------------
//                   http://www.softEnvironment.ch
//------------------------------------------------------------------------------
//  File: definitions.css  (style sheets for softEnvironment pages)
//
//  Edition History:
//  ----------------
//  Version	Date		By		Changes made
//  -------------------------------------------------
//  1.0.0	xx.08.2001	Peter Hirzel	Original
//  1.0.1	23.08.2003	Peter Hirzel	Rework for help pages
//------------------------------------------------------------------------------
// Description: Prevent EMail-Spam by coded E-Mail Links.
//------------------------------------------------------------------------------
*/

body.info { background-color:#FFFFFF; margin-right:10%; }
body.edge { background-color:#999933; }
body.corner { background-color:#99CC00; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,form { font-family:Verdana,Arial,sans-serif;  }

h1 { /*font-size:16pt;*/ font-weight:bold; }
h2 { /*font-size:14pt;*/ font-weight:bold; }
h3 { /*font-size:12pt;*/ font-weight:bold; }
h4 { /*font-size:10pt;*/ font-weight:bold; }

p,td,li { font-size:10pt; }
p.version { font-size:1; color:#99CC00 }
div.version { font-size:1; color:#99CC00 }

/* Shadow(..) for MS IE only */
div.title { font-size:30pt; font-weight:bold; color:#000000; text-align:right; width:100%; filter:Shadow(color=#000000, direction=50); }

code,kbd,tt { font-family:Courier New,Courier; font-size:9pt; color:#0000C0; }
blockquote,cite { font-style:italic; }	/* de. <blockquote>Zitat</blockquote> */


table { border:0; }


a:link { color:#800000; text-decoration:underline; font:bold;}
a:visited { color:#800000; text-decoration:underline; font:bold; }
/*a:active { color:#000000; text-decoration:none; font:bold; }*/
/*a:hover { color:#000000; text-decoration:none; font:bold; }*/

.button { background-color:#AAAAAA; color:#FFFFFF; border-bottom:solid thin black; } /* width:200px; border:3px solid #DDDDDD;*/

/*
 form
   { background-image:url(background.gif); padding:20px; border:6px solid #DDDDDD; }
 td, input, select, textarea  { font-size:13px; font-family:Verdana,sans-serif; font-weight:bold; }
 input, select, textarea   { color:#0000CC; }
 .Bereich, .Feld   { background-color:#FFFFAA; width:300px; border:6px solid #DDDDDD; }
 .Auswahl   { background-color:#DDFFFF; width:300px; border:6px solid #DDDDDD; }
 .Check, .Radio   { background-color:#DDFFFF; border:1px solid #DDDDDD; }
 .Button   { background-color:#AAAAAA; color:#FFFFFF; width:200px; border:6px solid #DDDDDD; }
*/
