/* versie 1.0 25-01-2006
   Deze CSS bevat tijdelijke aanvullingen op de standaard stylesheets van Interactive-affairs */
   
/* versie 1.1 03-02-2006, Evert Dieleman
   uitbreiding met table definities en markeringen uit Cumquat's "sample.css" */

table.standard {
	border: solid 0.025em black
}

th,td.standard {
	border: solid 0.025em black;
	padding: 0.2em
}

.standard-title {
	font-weight: bold;
	margin-bottom: 0.2em	
}

.standard-caption {
	font-size: 8pt;
	margin-top: 0.2em
}

td.standard-th {
	font-weight: bold;
	border: solid 0.025em black;
	padding: 0.2em
}

table.none {
	border: solid 0.025em #c0c0c0
}

td.none {
	border: solid 0.025em #c0c0c0;
	padding: 0.2em
}

.none-title {
	font-weight: bold;
	margin-bottom: 0.2em	
}

.none-caption {
	font-size: 8pt;
	margin-top: 0.2em	
}

td.none-th {
	font-weight: bold;
	border: solid 0.025em #c0c0c0;
	padding: 0.2em
}

table.special {
	border: solid 0.025em white
}

td.special {
	border: solid 0.025em white;
	padding: 0.2em
}

.special-title {
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.2em
}

.special-caption {
	color: #333333;
	font-size: 8pt;
	margin-top: 0.2em
}

td.special-th {
	color: white;
	background-color: #333333;
	font-weight: bold;
	border: solid 0.025em white;
	padding: 0.2em
}

tr.special-0 {
	color: #000000;
	background-color: #CCCCCC
}

tr.special-1 {
	color: #000000;
	background-color: #999999
}

.marked-sup {
	color: #F43C02;
	font-weight: regular
}

.marked {
	border-bottom: solid 0.05em #F43C02
}

.content1-org {
  position:absolute;
  top:9,5em; 
  left:15em;
}
