/* DATEI: hosch.css */
/*  Mittwoch, 04. Juli 2002 */

body {
	background-color: White;
	font-family : Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-image: url("images/hintergrund.gif");
}
/* Backgroundfarbe */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-family: Comic-Sans-MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
}
/* Schriftart */

p,ul,ol,li,div,th,td,address,nobr,b,i {
	font-size: 10pt;
}
/* normaler Text Schriftgroesse*/

a:link {
	color: Black;
	text-decoration: underline;
}
/* a:link = Verweise zu noch nicht besuchten Seiten */

a:active {
	color: Red;
	text-decoration: underline;
}
/* a:active = Verweise, die gerade angeklickt werden */

a:visited {
	color: Black;
	text-decoration: underline;
}
/* a:visited = Verweise zu bereits besuchten Seiten */

h1 {
	font-size: 20pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
/* Header Schriftgroesse */

.weiss  {
	color: White;
}

.rot  {
	color: Red;
}

.klein	{
	font-size: 8pt;
}	