/* Hintergrund gelb, Schrift schwarz*/
body  {
	background-color : #ffce63;
	color : Black;
}

/* Praeferierte Schrift ist Verdana !*/
p,h1,h2,h3,h4,ul,ol,li,div,tr,td,th,address,blockquote,nobr,b,i,small,a  {
	font-family : Verdana,Helvetica,Arial,sans-serif;
}

h1  {
	font-size : 20pt;
	text-align : center;
	text-decoration: underline; }
}

h2  {
	font-size : 16pt;
}

h3,h3 li  {
	font-size : 14pt;
}

h4  {
	font-size : 12pt;
}

th  {
	background-color : #ffc23f;
}

/* Fuer die Datumspalte in den News (New Date)*/
td.nd  {
	font-size : 9pt;
	font-weight : bold;
	text-align : right;
	background-color : #fbc655;
}

/* Fuer die Textspalte in den News (New Text)*/
td.nt  {
	font-size : 9pt;
	text-align : left;
}

/* Fuer die Link-Namen in Linkz*/
td.lk  {
	font-size : 9pt;
	text-align : left;
	font-weight : bold;
	text-transform : lowercase;
}

/* Fuer die Links zu den Einzelcomics*/
.co  {
	font-size : 13pt;
	text-decoration : none;
	line-height : 2;
	font-weight : bold;
}

/* Fuer das Copyright unter jeder Seite*/
.cr  {
	font-size : 8pt;
	text-align : center;
	background-color : #fbbf3d;
}

/* Fuer die Steuerung Zurueck und Home*/
.steuer  {
	font-size : 11pt;
	text-decoration : none;
	font-weight : bold;
}

/* Fuer die kleinste grad noch lesbare Schrift*/
.min  {
	font-size : 8pt;
}

/* Fuer die kleinste UNLESBARE Schrift*/
.minmin  {
	font-size : 6pt;
	font-family : Small Fonts;
}

/* Fuer die groesste Schrift*/
.max  {
	font-size : 20pt;
	font-weight : bold;
}

/* inverse Schrift (gelb auf braun)*/
.inver  {
	font-size : 9pt;
/* umgestellt 20.04.2007 */
/*	background-color : #9c5a29; */
/*	color : #ffce63; */
	color : #5b371d;
}

a:link  {
	color : #1501AD;
}

a:visited  {
	color : Navy;
}

a:active  {
	color : Red;
}

