/* DATEI: stylesmg.css*/

						/* DATEIKOERPER */

/*body
{
	background : image2.jpg;
}
*/
/* ================================================================= */




						/* SCHRIFTART */

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

code, pre
{
	font-family : "courier new";
}




/* ================================================================= */




						/* FARBE */

h1,h2,h3,h4,h5,h6
{
	color : #004080;
}


p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
	color : #000000;
}


code,pre
{
	color : #0000ff;
}


/* ================================================================= */



						/*GROESSE*/

h1
{
	font-size : 16pt;
}

h2
{
	font-size : 14pt;
}

h3
{
	font-size : 12pt;
}

h4
{
	font-size : 11pt;
}


h5
{
	font-size : 11pt;
}


h6
{
	font-size : 11pt;
}


p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
	font-size : 11pt;
}

code,pre
{
	font-size: 13pt;
}




/* ================================================================= */



						/*STIL*/


h1
{
	font-weight : bold;
	margin-left : 0.5cm;
	margin-top  : 1.0cm;
}

h2
{
	font-weight : bold;
	font-style  : italic;
	margin-top  : 0.7cm;
}

h3
{
	font-weight : bold;
	font-style : italic;
	margin-top  : 0.5cm;
}

h4
{
	font-weight : bold;
	font-style : italic;
	margin-top  : 0.3cm;
}

h5
{
	font-style : italic;
	margin-top  : 0.2cm;
}


/* Funktioniert nicht mit Netscape */

/* code,pre                        */
/* {                               */
/* 	margin      : 0.5cm;       */
/* }                               */
/*                                 */
