/* Linuxcursus  stijlsheet (http://amber.bonhoeffer.nl) van Paul Wiegmans 21-10-2006 */
table.terminal {
	text-align: left;
	color: rgb(204, 204, 204);
	background-color: rgb(11,51,51);
	font-family: monospace;
	font-weight: bold;
	width: 580px;
	border: 2;
	padding: 2;
}
td.terminal {
	vertical-align: top;
	color: rgb(204, 204, 204);
	background-color: rgb(0, 51, 51);
}
table.file {
	text-align: left;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	font-family: monospace;
	font-weight: bold;
	width: 580px;
	border: 2;
	padding: 2;
}
td.file {
	vertical-align: top;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}

/* de oude opmaak voor bestandsnamen zijn aan de code-tag gehangen.
   Dit wordt inline gebruikt. */
code {
	font-family: monospace;
	font-weight: bold;
}
h1,h2,h3,h4,h5 {
    font-family: Helvetica;
}
h1 {
	color: rgb(0,160,120)
}
h2 {
	color: rgb(0,120,80)
}
h3 {
	color: rgb(0,120,80)
}
h4 {
	color: rgb(0,80,40)
}
tt,pre {
  font-family: Lucida Console,Courier New,Courier,monotype;
  font-size: 10px;
}
/* De pre-tag wordt gebruikt voor het aanduiden van terminaltekst en bestandsnamen.
   gebruik <pre class="code">...</pre> . */
pre.code {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #EEFFFF;
  white-space:pre;
  border-style:solid;
  border-width:1px;
  border-color:#999999;
  color:#111111;
  padding:5px;
/*
    width:96%;
*/
}

/* De pre-tag wordt gebruikt voor het aanduiden van terminaltekst en bestandsnamen.
Zonder class toevoeging */
pre {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #EEFFFF;
  white-space:pre;
  border-style:solid;
  border-width:1px;
  border-color:#999999;
  color:#111111;
  padding:5px;
}


.commando {
  font-size: larger;
  font-family: monospace; 
  font-weight: bold;
}	

.nadruk {
  font-style: italic;
}

