

body { 
	margin-top:10px; 
	margin-bottom:10px; 
	margin-left:5mm;
	background-color:#FFF8F8;
}


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

/* Hervorhebung für wichtige Absätze (roter Rahmen, fett) */
p.important {
	border-left-width:thin;
	border-left-style:solid;
	border-right-width:thin;
	border-right-style:solid;
	border-color:#CC0000;
	padding-left:5pt;
	padding-right:5pt;
	margin-left:20pt;
	margin-right:20pt;
	margin-top:15pt;
	margin-bottom:5pt;
	font-weight:600;
}

/* Für eine Auflistung von Links */
p.links {
	font-weight:600;
	margin-bottom:10pt;
}

/* Für die Absätze unter "Aktuelles" */
p.recent {
	margin-left:20pt;
}

/* Für eine Tabelle von links */
table.links {
    background-color: #FFDDCF; /*lightgoldenrodyellow;*/
	padding:2pt;
    margin-left: 20px;
}

/* tabelle mit "wichtigen daten" */
table.important
{
    background-color: lightgoldenrodyellow;
    margin-left: 20pt;
    margin-top:12pt;
    padding:2pt;
    width: 90%
}

table.download {
    background-color: #FFDDCF; /*lightgoldenrodyellow;*/
    margin-left: 20px;
}

/* Spezielle Farbe für erste Tabellenzeile */
tr.head
{
    color: #ffffff;
	background-color: #005600;
}

/* Für die Tabellenzelle, die einen Link enthält */
td.link {
	padding-left: 10px;
	vertical-align:top;
}

/* Für die Tabellenzelle, die eine Beschreibung enthält */
td.desc {
	padding-left: 10px;
	vertical-align:top;
}

th.head {
	padding-left: 10px;
	text-align:left;
	vertical-align:top;
}

/* Für die Editor-Informationen am Ende der Seite */
p.impressum {
	font-size:60%;
	margin-top:60pt;
	margin-left:0pt;
	margin-bottom:0pt;
}

/* Für Kommandozeilen-Beispiele */
pre { font-family:Courier New,Courier; font-size:100%; color:#0000C0; }
tt { font-family:Courier New,Courier; font-size:100%; color:#0000C0; }

h1 { font-size:220%; }
h2 { font-size:160%; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:120%; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:100%; }

p {
	margin-top:5pt;
	margin-bottom:5pt;
}

h2 {
	margin-top:24pt;
	margin-bottom:0pt;
}	

h4 {
	font-size:100%;
	font-weight:bold; 
	margin-bottom:5pt;
	margin-top:5pt;
	}

li {
	margin-top:5pt;
}

/* Styles für die Links */
a:link { color: #DF6800; text-decoration:underline; }
a:visited { color: #DF6800; text-decoration:underline; }
a:active { color:#ff0000; text-decoration:none; }








/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */



td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }

/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */



.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */



td.xplcode { background-color:#EEEEFF; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */



.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */



.qbar { background-color:#FFFFE0; font-size:90%; font-family:Arial,sans-serif; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */


pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */




a.an { text-decoration:none; }


