
/* schicko_nn4.css */

/*
	rudimentäres Stylesheet für Netscape 4.x
*/

a:link { text-decoration: underline; color: #000080; }
a:visited { text-decoration: underline; color: #000080; }
/* a:hover { text-decoration: underline; color: #0000ff; } */
a:active { text-decoration: underline; color: #0000ff; }

body
{
	font-size: 14px;
	color: #000000;

	font-family: Arial, Helvetica, Sans-Serif, Verdana;
	background: #d0d0d0;
}

#title
{
	font-size: 180%;
	line-height: 180%;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

#header_left
{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#sitemap ul
{
	margin-bottom: 1em;
	list-style-type: none;
}


