/* Netscape 4.7x still can't handle CSS correctly,
   so you'll see strange things like same sized headlines and so on */

/*body,div,table,td,th,dt,dd,ul,ol,li,.ns {*/
	/*font-family:"Trebuchet MS",Verdana,Arial,sans-serif,Helvetica;*/
	/*font-family:Verdana,Arial,sans-serif,Helvetica;*/
	/*font-size:15px;*/
/*}*/

body	{
	font-family:Verdana,Arial,sans-serif,Helvetica;
	font-size:10px;
}

/* h1,h2,h3,h4,h5,h6, */
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,.hwh1,.hwh2,.hwh3,.hwh4,.hwh5,.hwh6	{
	font-family:"Avantgarde","Century Gothic","Arial Rounded",Verdana,Arial,sans-serif,Helvetica;
	text-decoration:none;
	/*text-decoration:underline;*/
	/*color:#106838;*/
	color:#F8C800;
	/*background-color:#F8C800;*/
	text-align:left;
}
h1,.h1,.hwh1	{ font-size:24px;	font-weight:bold; }
h2,.h2,.hwh2	{ font-size:20px;	font-weight:bold;	}
h3,.h3,.hwh3	{ font-size:16px; }
h4,.h4,.hwh4	{ font-size:14px;	}
h5,.h5,.hwh5	{ font-size:12px;	}
h6,.h6,.hwh6	{ font-size:10px;	}

.hwh1,.hwh2,.hwh3,.hwh4,.hwh5,.hwh6	{ color:black; }

a:link,a:visited,a:active {
	text-decoration:none;
	font-weight:bold;
	color:#106430;
}
a:hover {	text-decoration:underline;	}
/*a:hover {	text-decoration:none;	}*/
.deadhref	{
	text-decoration:none;
	background-color:#C0C0FF;
	/*background-color:#106430;*/

}

/* weird browsers ... I've to define the menu line bgcolors */
td.mline	{
	background-color:#106430;
}
td.mcol	{
	background-color:#A0DC80;
}

p.block {
	text-align:justify;
}

li	{
	text-align:left;
}

pre,code {
	background-color:#ECECEC;
	font-family:"Lucida Console","New Courier",Courier,monospace;
}
code {	font-weight:bold; }
pre {	font-size:14px; }

img	{
	border-style:none;
}

/* set of usual subclasses: use with <tag class="subclass">; e.g. <span class="extra">..</span> */
.s3	{ font-size:8px;	}
.s2,.hwtext		{ font-size:10px;	}
.s1,.hwgross	{ font-size:12px;	}
.normal	{ font-size:12px;	}
.l1	{ font-size:16px; }
.l2	{ font-size:20px;	font-weight:bold;	}
.l3	{ font-size:26px;	font-weight:bold;	}
.l4	{ font-size:36px;	font-weight:bold;	}

.rubriktext	{
	font-size:10px;
	color:#AAAAAA;
}
.rubrikName	{
	font-family:"Avantgarde","Century Gothic","Arial Rounded",Verdana,Arial,sans-serif,Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#F8C800;
}


.input {
	font-family:"Lucida Console","New Courier",Courier,monospace;
	font-size:10px;
	/*font-weight:bold;*/
	background-color:#ECECEC;
	color:#0000FF;
}

.nobullet	{
	list-style-type:none;
}

