body {
 scrollbar-base-color:#ffffed;
 scrollbar-3dlight-color:#CCCC99;
 scrollbar-arrow-color:#CCCC99;
 scrollbar-darkshadow-color:#CCCC99;
 scrollbar-face-color:#ffffed;
 scrollbar-highlight-color:#CCCC99;
 scrollbar-shadow-color:#003300;
 scrollbar-track-color:#ffffed;
}


/*body {
 margin-top:0px;
 margin-bottom:0px;
 margin-left:0px;
 margin-right:0px;
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 scrollbar-base-color:#ffff99;
 scrollbar-3dlight-color:#003300;
 scrollbar-arrow-color:#003300;
 scrollbar-darkshadow-color:#003300;
 scrollbar-face-color:#ffff99;
 scrollbar-highlight-color:#ffff99;
 scrollbar-shadow-color:#003300;
 scrollbar-track-color:#003300;
}*/
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family: Verdana, Arial, Helvetica, sans-serif;}

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

hr{
	color: #003300;
	background-color : #003300;
	height : 1px;
	margin : 0px;
	border-bottom-width : 1px;
	margin-bottom : 0;
	border-width : 0;
	margin-top : 0;
	padding : 0;
	line-height : 1;
}


h1{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1px;
font-weight: bold;
color: #FFFFFF; }

/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */



h2 { font-size:16pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


.artue_ue1{
	font-size:10pt;
	margin-bottom: 2pt;
	line-height:1;
	background-color:#CCCC99;
	color:#FFFFFF;
}


h4 {
	font-size:10pt;
	margin-bottom: 2pt;
	line-height:1;
	margin-bottom:1; 
}

h3 {
	font-size:10pt;
	margin-bottom: 2pt;
	line-height:1;
	margin-bottom:3; 
}
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

ul {
	margin-top:3;
}


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:8pt;  color: #003300}

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

div.bold{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003300; font-weight: bold;}

br{
	padding-bottom: 2px;
}

td.xmpcode { border-width:1pt; border-style:solid; border-color:#003300; background-color:#FFFFCC; }
td.xmpcode2 { border-width:1pt; border-style:hidden; border-top-style:solid; border-top-width:2px; border-left-style:solid; border-left-width:3px; border-right-style:solid; border-right-width:3px; border-color:#003300;  background-color:#FFFFCC; border-bottom-style:solid; border-bottom-width:2px;}
/* 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 */



.bggreen {background-color:#CCCC99; color:#003300; font-size:10pt; padding:1px;}
.h1_artue {color:#003300; font-size:10pt; font-weight:bold;}
a:link, a:active {
	color:#003300;
	text-decoration:underline;
	font-weight : normal;
	font-size:8pt
}
a:visited {
	color:#003300;
	text-decoration:underline;
	font-weight : normal;
	font-size:8pt
}

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #003300 = dunkelgrün, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

