/* File: formate.css */

body { 
 margin-top:0px; margin-bottom : 0px;  
 background-image : url(http://www.imeko.org/images/bg1.jpg);  
 background-attachment : fixed;    }
/* Abstand zum Rand in Pixel, Hintergrundbild */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family : Arial,sans-serif; }
/* Schriftart fuer Textelemente */

p.lis {margin-left : 10mm; }
/* 10 mm Abstand für Aufzählungen */

p.lis1 {margin-left : 10mm; }
/* 10 mm Abstand für Textbereich */

p.lis2 {margin-left : 25mm;  margin-top : 2pt; }
/* 25 mm Abstand für Aufzählungen */

p.lis3 {margin-left : 15mm;  margin-top : 2pt; margin-bottom : 2pt;}
/* 15 mm Abstand für Aufzählungen */

h1 { font-size : 16pt; }


h2 { font-size : 14pt; color : #FF0000; text-align : center; }
/* Seitenueberschriften 16 pt, Farbe: #FF0000 = rot */

h2 em { font-size : 20pt; color : #FF0000;  font-style : normal; }


h2.ser { font-size : 14pt; color : #0000FF; }
/* Personen 16 pt, Farbe: #0000FF = blau */


h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
/* Zwischenueberschriften: 'Beispiel', 'Erlaeuterung', 'Info', 'Tip' */


h4 { font-size:10pt; }
/* Zwischenueberschriften */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }
/* normaler Text */


ul.men { margin-bottom:0px; margin-top:0px; }
/* Menü */

pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
/* Quelltext, Farbe: #0000C0 = blau */


tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
/* Quelltext im normalen Fliesstext, Farbe: #0000C0 = blau */


.menuover { font-size:10pt; color:#FF0000; }
.menuout { font-size:10pt; color:#000000; }

.code { background-color:#FFFFE0; }
/* Tabelleninhalte mit Quellcode, Hintergrundfarbe: #FFFFE0 = helles Gelb */

td.xplcode { background-color:#EEEEFF; }
/* Tabelleninhalte mit Erklaerungen, Hintergrundfarbe: #EEEEFF = helles Blau */

td.cal {padding:10px }
/* Event-Kalender Innenabstand */

td.calcol {color:#CC0000; padding:10px }
/* Event-Kalender Textfarbe #CC0000 = Rot, Innenabstand */

.doc { background-color:#EEEEEE; }
/* Layout-Elemente, Hintergrundfarbe: #EEEEEE = helles Grau */

input.color {background: #00FFFF;}
textarea.color {background: #00FFFF;}

input.login {
	height: 14px;
	font-size: 9px;
	width: 120px;
	margin-top: 0;
}

pre.normal { color:#000000; }
/* normale Bereiche Farbe: #000000 = schwarz */

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

a.an { text-decoration:none; }
/**/

img.menu {width: 6px; height: 6px; margin-right:5px; margin-left:10px;}

img.sym {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
	vertical-align: bottom;
	border: 0px;
}
