body {
	color: #000000;
	font-family: Verdana, Lucida, Arial, sans-serif;
	background-color: #FFFFFF;
	border: 0px none;
	text-align: center;
}

/* links er røde ... */
a {
	color: red;
}

/* ... uden effekter ved "hånd-over" */
a:hover {
	text-decoration: underline;
}

/* Element: Sidehoved med overskrift */
#header {
	text-align: left;
	font-size: 180%;
	font-weight: bold;
	color: 	#005A9C;
	margin-bottom: .1em;
}

/* Element: hele siden */
#container {
	margin-left: auto;		/* sørger for at vidden forblir 70% */
	margin-right: auto;		/* ditto */
	width: 70%;
}

/* Element: "hovedtabellen"
   egentligt ikke nødvendig, men bruges til at
   opdele menuen og det egentlige indhold, fordi
   opgaven skulle indeholde et tabel-element */
#content {
	width: 100%;
}

/* Element: boks til brødtekst */
#box {
	text-align: left;
	padding: 0.2em;			/* giv lidt luft */
	border-bottom: 1px solid black; /* tegner streg i bunden */
}

/* Element: store overskrifter før brødtekst */
#box H2 {
	color: #555555;
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	margin-top: .4em;
	margin-bottom: .2em;
	margin-left: 2%;
}

/* Element: stiplet boks til tekst - candy */
#dottedbox {
	margin-left: 2%;		/* indrykket mod højre for læsevenlighed*/
	margin-top: .5em;
	margin-bottom: 1em;
	padding-top: .4em;
	padding-bottom: .4em;
	border: 1px dashed #AAAAAA;	/* fin stiplet boks */
}

/* Element: underoverskrifter i brødtekst */
#dottedbox H3 {
	color: #555555;
	font-size: 110%;
	font-weight: normal;
	margin-left: 2%;		/* indrykkede */
}

/* Element: almindelige paragraffer */
#dottedbox P {
	margin-left: 4%;		/* lidt til højre for overskrifter */
	margin-right: 2%;
	margin-top: 0;
	margin-bottom: 1em;
}

/* Element: kodeeksempler */
#dottedbox pre {
	color: green;
	margin-left: 4%;
	margin-bottom: 0;
}

/* Element: Nederste del - copyright */
#footer {
	text-align: right;
	font-size: 60%;
}

/* Element: menuen i toppen */
#menu {
	line-height: 120%;
	font-family: "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 1.5em;
	background-color: #eee;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#menu li a:link, #menu li a:visited {
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	width: 9em;
	padding: 2px 0px;
	margin: 0;
	background-color: #eee;
	color: #053188;
	font-size: smaller;
	font-variant: small-caps;
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #ddd;
}

#menu li a#selected:link, #menu li a#selected:visited {
	text-decoration: underline;
	background-color: #fff;
	color: #053188;
}

#menu li a:hover {
	text-decoration: underline;
	background-color: #fff;
	color: #053188;
}

#hvem TD {
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding-left: 15px;
	padding-right: 15px;
}
