/* DATEI: styles.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
{
	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
{
	color : #0000ff;
}


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



/*GROESSE*/

h1
{
	font-size : 22pt;
}

h2
{
	font-size : 18pt;
}

h3
{
	font-size : 16pt;
}

h4
{
	font-size : 14pt;
}


h5
{
	font-size : 13pt;
}


h6
{
	font-size : 12pt;
}


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

code
{
	font-size: 12pt;
}




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



/*STIL*/


h1
{
	font-weight : bold;
	/*margin-left : 1.5cm;*/
}

h2
{
	font-weight : bold;
	font-style : italic;
	/*margin-left : 1cm;*/
}

h3
{
	font-weight : bold;
	font-style : italic;
	/*margin-left : 0.5cm;*/
}

h4
{
	font-weight : bold;
	font-style : italic;
	/*margin-left : 0.2cm;*/
}

h5
{
	font-weight : bold;
	/*margin-left : 0.2cm;*/
}

h6
{
	font-weight : bold;
	/*margin-left : 0.2cm;*/
}





