BODY
{
	background-image: url(http://www.itu.dk/people/ripo/DWDK/F2008/obl_opg_3/grafik/csskan.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
}

div#indhold
{
  border: solid 2px #cc6600;
	border-right: solid 10px #cc6600;
	border-bottom: solid 10px #cc6600;
	padding: 5px;
	padding-top: 0px;
	margin-left: 98px;
	margin-right: 150px;
}

h1
{ 
	background-color: #cc9900;
	margin: 0px;
	margin-left: -5px;
	margin-right: -5px;
}

h1 > strong
{
  font-family: sans-serif;
  font-size: large; 
  color: #FFCC99;
}

h2
{
	color: #ff9933;
	font: 18px arial bold;
	font-weight: bolder;
}

.funky
{
	font-weight: bold;
}

em
{
	color: purple;
}

strong > em
{
	letter-spacing: 8px;
	color: Fuchsia;
}

strong > em > span
{
	font-size: xx-large;
}

a:hover
{
	color: Red;
}

h2:hover
{
	margin-left: 40px;
}

ol
{
	background-color: rgb(153, 204, 255);
	border: solid 1px rgb(4, 130, 255);
	border-left: solid 5px rgb(4, 130, 255);
	color: purple;
	margin-left: 10%;
	margin-right: 40%;
	padding-top: 8px;
	padding-bottom: 8px;
}

ol > li
{
	/*border: solid red 1px;*/
	margin-bottom: 8px;
	
	}
	
.kasse
{
	font-weight: bold;
	font-size: large;
	color: #666600;
  background-color: #FFFF99;
  border: thin dotted #cc9900; 
  margin-left: 10%;
	margin-right: 35%;
	padding-top: 8px;
	padding-bottom: 8px;
	}

.kasse > strong
{
  letter-spacing: 8px;
  font-style: italic;
  font-size: medium;
}

.kasse > code
{
  color: #666666; 
}

#engangskasse
{
	background-color: #666600;
	color: #FFFF99;
	margin-left: 10%;
	margin-right: 35%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2%;
	border: solid 10px #666666;
	font-weight: bold;
	font-size: x-large;
	}
	
ul
{
  font: small sans-serif;
  color: #999933; 
}
	
table
{
	border: solid 1px red;
	width: 50%;
  font: small sans-serif;
	background-color: #FFFF99;
	margin-left: 15%;
	padding-bottom: 8px;
	margin-top: 2%;
	}
	

th
{
  border: solid 1px red;
  font-size: medium;
  background-color: rgb(153, 204, 255); 
}

td
{
  border: solid 1px red;
  background-color: purple;
  color: white; 
  }
	
td.sp2
{
	text-align: center;
	background-color: olive;
		}
		
td.sp3
{
	text-align: right;
	background-color: #003399;
		}
		
