BODY {
	background: #EEEEEE;
	font-family: sans-serif;
	color: Black;
}
body.meget {
	font-family: serif;
}

H1, H2, H3, H4, H5, H6 {
	background-color: #CCCCCC; /*#66CCCC;*/ /*#66FFCC #6699CC 33FF99*/ /*9999FF*/
	background-image: url(gitter_moenster.gif);
	border: 3px #666666 double;
	border-right: none;
	border-left: none;
/*De to ovenstående skal ignoreres på statistiksiden*/
	color: Black;
	font-family: "Courier New", Courier, monospace;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 150%;
	}

H1 {
	margin-bottom: 1em;
}
A:link {
	color: Blue;
	text-decoration: underline;
}
A:hover {
	color: Navy;
	text-decoration: underline;
}
A:active {
	text-decoration: none;
	color: Red;
}
A:visited {
	color: Purple;
	text-decoration: underline;
}
TD { /*Ikke med i Netscape!*/
	vertical-align: top;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}
.forside {
	/*background-color: #CCFFFF#CCCCFF;*/
	background-color: #DDDDEE;
	/*border: thin #99CC99 solid;*/
	margin-bottom: 1em;
	background-image: url(bg.gif);
}
.menu {
	background-color: #CCCCFF;
	background-image: url(gitter_moenster_menu.gif);
	border: thin black dotted;
	border-right: none;
	border-left: none;
	border-bottom: 2px red solid;
	color: Black;
	padding: 3px;
	font-family: "Courier New", Courier, monospace;
	font-variant: small-caps;
	text-align: left;
	font-size: medium;
}
.menulogo {
	color: Black;
	font-family: sans-serif;
/*	font-size: larger;*/	
	text-align: right;
	margin: 4px;
}
/*.menulogo:first-letter {
	color: Red;
}
*/
span.sp:first-letter {
	color: Blue;
	font-size: larger;
	margin-right: 0.4em;
}

span.sp {
	color: Black;
}

table {
	empty-cells: show;
}

.copy { /*Copyright-feltet nederst på siderne*/
	text-align: center;
}

.brugernavn {

}

.kodeord {

}

.knap {

}
.problemer {
	background-color: yellow;
	}

.dato {
	font-variant: small-caps;
}

dt {
	font-weight: bold;
}

.broedkrumme {
	background-color: #FFFFFF; /*#66CCCC;*/ /*#66FFCC #6699CC 33FF99*/ /*9999FF*/
	border-bottom: 1px silver dotted;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 90%;
}

/*********************************************************/

	/*Enkeltstående statistikker*/
	.enkelttabel {
	border: thin black solid;
/*	table-layout: fixed;*/
	}
	.enkeltA {
		background-color: #6666FF; /*#CCCCFF 33FF99*/
		border-bottom: thin red solid;
		/*border-bottom: medium #999999 double;*/
		color: white;
		font-size: 125%;
		font-weight: normal;
		text-align: left;
	}
	.enkeltB {
		border-top: thin #666666 solid;
		font-weight: normal;
	}

/*Pronose*/
	.boldstatbeskrivelse {
	font-weight: bold;
	}

/*Grafer*/
	.stattabel {
		border: thin black solid;
	}
	.markeret {
		font-weight: bold;
	}

	th.thA {
		background-color: #6666FF; /*#CCCCFF;*/ /*33FF99*/
		color: white;
		font-size: 125%;
		/*border-bottom: medium #999999 double;*/
		border-bottom: thin red solid;
		padding-right: 3px;
		padding-left: 3px;
		padding-bottom: 0px;
		font-weight: normal;
		text-align: left;
	}
	th.thB {
		background-color: #6666FF; /*33FF99*/
		color:white;
		font-size: 125%;
		/*border-bottom: medium #999999 double;*/
		border-bottom: thin red solid;
		padding-right: 3px;
		padding-left: 7px;
		padding-bottom: 0px;
		font-weight: normal;
		text-align: left;
	}
	td.tdA {
		white-space : nowrap;
		font-size: smaller;
		border-top: thin #999999 solid;
		padding-bottom: 0px;
	}
	td.tdB {
		font-size: smaller;
		border-top: thin #999999 solid;
		padding-bottom: 0px;
	}
	.GrafVenstre { /*Den synlige (farvede) del af grafen*/
/*		background-color: #FFFF33;*/
/*		background-color: #BBAADD;#AAAAFF*/
		background-color: #99CCFF;
/*		background-color: #339999;*/
		/*font-size: smaller;*/
		padding: 0px;
	}
	td.GrafHoejre { /*Den usynlige del af grafen*/
		background-color: White;
		font-size: smaller;
		padding: 0px;
	}


	th.sinfo { /*Overskriften i info om de seneste besøgende*/
		background-color: #6666FF; /*33FF99*/
		color: white;
		padding-right: 3px;
		padding-left: 3px;
		padding-bottom: 0px;
		font-weight: normal;
		font-size: 125%;
		text-align: left;

	}
	td.sinfo { /*Info om de seneste besøgende*/
		font-size: smaller;
		padding-bottom: 0px;
		border-top: thin #999999 solid;
	}

	th.sbinfo { /*Oerskriften i anden overskrift i info om de seneste besøgende*/
		background-color: #33FF99; /*CCCCFF*/
		padding-right: 3px;
		padding-left: 3px;
		padding-bottom: 0px;
	}
	td.sbinfo { /*Anden linie i info om de seneste besøgende*/
		font-size: smaller;
		padding-bottom: 0px;
	}



