/* Es folgen die Style-Definitionen, unterhalb jedes Befehls steht eine Kurzerklaerung*/
body  {
	margin-top : 0px;
	margin-bottom : 0px;
	background-image : url(pix/back.jpg);
}

/* 10px = 10 Pixel, Wert aenderbar*/
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  {
	font-family : Arial,sans-serif;
}

/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar*/
h1  {
	font-size : 18pt;
}

h2  {
	font-size : 16pt;
}

h2.sh2  {
	font-size : 16pt;
}

h3,h3.xmp,h3.xpl,h3.inf,h3.tip  {
	font-size : 14pt;
	color : #006600;
}

h4  {
	font-size : 12pt;
}

ul,ol,li,div,td,th,address,nobr,i  {
	font-size : 12pt;
}

p  {
	text-align : justify;
	font-size : 12pt;
}

pre  {
	font-family : Courier New,Courier;
	font-size : 10pt;
	color : #0000C0;
}

li  {
	list-style-type : none;
	// list-style-image : url(pictures/listitem.gif);
}

a:link  {
	color : #0033ff;
	font-weight : bold;
	text-decoration : none;
}

a:visited  {
	color : #0066ff;
	font-weight : bold;
	text-decoration : none;
}

a:active  {
	color : Red;
	font-weight : bold;
	text-decoration : none;
}


