body							
	{
	background-color:#ffffff;	/* Hintergrundfarbe der Seite */
	}
	
p,td		/* Absatz und Tabellenzellen */
	{
	font-family:'Comic Sans MS';	
	font-size:14px;					
	}

h1			/* Überschrift 1: */
	{
	padding:2px;
	margin:0px;
	font-weight:bold;
	color: #000000;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	}

h2			/* Überschrift 2: */				
	{

	padding:1px;
	margin:0px;
	font-weight:bold;
	color: #000000;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	}

a:link		/* normaler Link im Text */
	{
	color:#000000;
	text-decoration:underline;
	}

a:visited	/* besuchter Link im Text */
	{
	color:#000000;
	text-decoration:underline;
	}

a:hover		/* "roll-over" Link für das Menü */
	{
    color: #000000;
	text-decoration:none;
    }
	
a.menue:link	/* Link für Menü */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:none
	}

a.menue:visited		/* besuchter Link für Menü */
	{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	}

a.menue:active		/* aktiver Link für Menü */
	{
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	}

a.menue:hover		/* "roll-over" Link für Menü */
	{
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	}

.nav			/* Formatierung für "Untermenüs" wie zB auf denken.htm */
	{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	}	

.klein			/* kleine Schrift */
	{
	font-size: 11px;
	}

.zitat			/* Zitat */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	}

.arialfett
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
