/* Dette StyleSheet hører til usenet.dk */

/* Netscape Navigator sucks til StyleSheets, så vi laver et lille hack */
@import url(ieextensions.css);

/* Tilføjelse for OSS'en */
.notice { background: #cccccc; color: 900;}

/* To-do: Ordentlig margin i NN4.0 */

BODY {
    color: #000;
    background: none #fff;
  }

A:link { color: #33f; background: none transparent; }
A:visited { color: #808; background: none transparent; }
A:active { color: #f00; background: none transparent; }
A.info { color: #390; background: none transparent; }
A:hover { color: #f00; background: none transparent; }

DIV.header TABLE { margin-top: 0px; margin-bottom: 0px; }
DIV.header TABLE TD { padding-right: 30px; }

DIV.header H1 { text-align: right; margin-bottom: 40px;}

DIV.body {
    margin-left: 70px;
    margin-right: 30px;
}

DIV.footer {
	font-size: x-small;
	font-style: italic;
	font-family: sans-serif;
	margin-left: 70px;
	margin-right: 0px;
}

DIV.footer P { margin-top: 15px; }

DIV.menu {
	font-family: sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: red; background: none transparent;
	text-align: right;
}

DIV.reference {
	background: none #ddd;
	border: 1px red;
	color: #900; background: none transparent;
	font-size: smaller;
	margin-left: 10px;
  }

H1, H2, H3, H4, H5, H6 {
	font-family: sans-serif;
}

H1 {
	color: #008000; background: none transparent;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
}

H2 {
	color: #006000; background: none transparent;
	font-size: 160%;
	font-style: normal;
	font-weight: bold;
}

H3 {
	color: #006000; background: none transparent;
	font-size: 140%;
	font-style: italic;
	font-weight: normal;
}

H3.vigtigtlink {
	color: #006000; background: none transparent;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
}

H4 {
	color: #003000; background: none transparent;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}

H5 {
	color: #003000; background: none transparent;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

H6 {
	color: #003000; background: none transparent;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
}


P.underrubrik {
	font-family: sans-serif;
	font-size: larger;
	font-weight: bold;
	margin-top: 12pt;
	margin-bottom: 12pt;
	color: #003000; background: none transparent;
}

P.uddyb {
	font-family: sans-serif;
	text-align: right;
}

P.subcaption { 	text-align: center;
				font-size: smaller;
}

BLOCKQUOTE {
	font-style: italic;
	border-style: solid;
	border-width: 1px;
	border-color: #630;
	color: #000;
	background: none #ff9;
	padding: 2px 5px 2px 4px;
}

BLOCKQUOTE EM { font-style: normal; }

PRE { background: none #ffc;
        border-style: solid;
        border-width: 1px;
        border-color: #000;
		white-space: pre;
		color: #900;
    	padding: 2px 5px 2px 4px;
  }

SPAN.tm { font-size: xx-small;
		  vertical-align: super; }

CODE { color: #900; background: none transparent; }
SAMP { color: #F00; background: none transparent; }
CODE SAMP { font-style: italic; }

Q { font-style: italic; }
Q EM { font-style: normal; }
DT { font-weight: bold }

/* Vi vil kunne lave en god oversigt til punkter OSS'er */
DIV.niv0 { margin-left: 0px; }
DIV.niv1 { margin-left: 20pt; }
DIV.niv2 { margin-left: 40pt; }
DIV.niv3 { margin-left: 60pt; }
