/*
Title:		StyleSheet for Aljevragen
Author:		Jan Marcus, jmarcus@bluemonkey.nl
Updated:	10 January 2005
*/


/* ---[ breadcrumb ]--------------------- */
#breadcrumb {
	padding-bottom: 9px;
}
#breadcrumb p {
	font-size: 90%;
}


/* ---[ common text elements ]---------------- */
sub, sup {
	font-size: 90%;
}
sub {
	vertical-align: -0.6ex;
}
sup {
	vertical-align: 0.9ex;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.smalltext {
	font-size: 90%;
}


/* ---[ equations ]------------------- */
.equation {
	padding: 0 10px 15px 10px;
	background: #eeebda; /* grijsbruin */
	margin-top: 1.5em;
	margin-bottom: 25px;
	#margin-top: 20px;
	#margin-bottom: 20px;
}
.equation sub, sup {
	font-size: 95%;
	}
.equation p { 
	margin: 0; 
	padding: 15px 0 0 0;
	color: #49392f;
}
.equation .arrow, .equation .arrow-eq, .equation .plus {
	margin: 0 10px;
	}
.equation .rechts {
	margin-left: 50px;
	/*position: absolute;   als deze regels worden gebruikt dan
    right: 30px;            bij .equation ook vermelden position: relative
    text-align: right;*/
}


/* ---[ formulas ]-------------------- */
.formula {
	padding: 0 10px 15px 10px;
	background: #EEEBDA; /* bruin */
	margin-top: 1.5em;
	margin-bottom: 25px;
	#margin-top: 20px;
	#margin-bottom: 20px;
	border: 1px #cccccc solid; /* grijs */
	}
.formula p { 
	margin: 0; 
	padding: 15px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #49392f;
	}
.formula sup { 
	font-size: 95%;
	}
.formula sub { 
	font-size: 80%;
	}
.formula .small {
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	}
.formula .small sub, .formula .small sup {
	font-size: 95%;
	}
.formula .formnr { 
	font-size: 11px; 
	font-weight: normal; 
	float: right;
	text-align: right;
	width: 4em;
	}
.formula .half, .formula .kwart { 
	position: relative; 
	top: 5px; 
	}


/* ---[ aandachtspunten / CLASS ]------------- */
.tip, .onthoud  { 
	background-color: #eeebda; /* grijsbruin */
	background-repeat: no-repeat; 
	background-position: 7px 7px; 
	margin-top: 1.5em;
	margin-bottom: 18px;
	#margin-top: 10px;
	#margin-bottom: 10px;
	border: solid 1px #302a1e;
	width: 500px;
}
.tip p, .onthoud p {
	margin: 0;
	padding: 5px 5px 5px 55px;
	color: #49392f;
	}
.tip {
	background-image: url(../media/ico_tip_small.gif); 
	}
.onthoud { 
	background-image: url(../media/ico_warning_small.gif); 
	}


/* ---[ images ]------------------------------ */
a img {
	border: none;
	}
.image {
	border: 8px solid #eeebda; /* zorgt voor een 'padding' van 10px rondom */
	border-collapse: collapse;
	width: 1%; /*zorgt dat de tabel altijd de breedte van de illustratie volgt */
	margin-bottom: 10px;
	}
.image td {
	padding: 0px;
	background-color: #EEEBDA;
	border: none;
	}
.image td.caption {
	font-size: 90%;
	line-height: 16px;
	padding-top: 6px;
	}
.image td.source {
	text-align: right;
	font-size: 80%;
	color: #666;
	padding-top: 5px;
	}

.step {
	border: 8px solid #eeebda; /* zorgt voor een 'padding' van 10px rondom */
	border-collapse: collapse;
	width: 580px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.step td {
	padding: 0px;
	background-color: #eeebda;
	}
.step td img {
	}
.step td.photo {
	vertical-align: top;
	}
.step td.caption {
	line-height: 1.5em;
	padding-left: 10px;
	vertical-align: bottom;
	}


/* ---[ lists ]------------------------------- */
#content ul {
	list-style: none;
	margin: 0 0 0.5em 0; /* originele waarde was 0 0 1em 0 JM110207 */
	}
#content .red ul li {
	padding: 0 0 4px 15px;
	line-height: 1.5em;
	background-image: url(../media/bullet_red2.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	}
#content ol  { 
	list-style: none;
	margin: 1em 0 2em 0;
	}
#content ol li {
	padding: 0 0 4px 15px;
	line-height: 1.5em;
	background-image: url(../media/bullet_lgray.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	}
.list p {
	margin-bottom: 5px;
	}
.list_mc ul {
	float: left;
	width: 450px;
	padding-bottom: 10px;
	}
.list_mc li {
	float: left;
	width: 200px;
	}
.list_mc br {
	clear: left;
	}
.list_mc p {
	margin-bottom: 5px;
	}
	
/* ---[ table ]------------------------------- */
.datatable, .listtable {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #48392f;
	border-collapse: collapse;
	width: 500px;
	}
.datatable caption { 
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #48392f;
	color: white;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #48392f;
	border-bottom: 0px; 
	}
.listtable caption { 
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #bcbcbc;
	color: #444;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 0px; 
	}
.datatable th {
	border: 1px solid #48392f; /* was 828282 */
	background-color: #bcbcbc;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	}
.listtable th { 
	border: solid 1px #48392f; 
	background-color: #48392f; 
	color: white;
	font-weight: bold; 
	text-align: center; 
	vertical-align: top; 
	padding: 3px; 
	}
.datatable td {
	border: 1px solid #48392f;
	background-color: #FFF;
	text-align: center;
	padding: 3px;
	}
.listtable td {
	border: 1px solid #48392f;
	background-color: #FFF;
	text-align: center;
	padding: 3px;
	}
/* eventueel gebruik maken van .datatable tr.altrow voor andere kleur van alternerende rij */
.footnote {
	font-size: 90%;
	padding: 0 0 0 10px;
	}
.exampletable {
	margin-top: -10px;
	border-style: none;
	}
.exampletable td {
	vertical-align: top;
	}
.halfreactie {
	border: none;
	width: auto;
}
.halfreactie td {
	border: none;
}

/* ---[ related ]-------------------------- */
.red #related h3 {
	margin-bottom: -16px;
	margin-top: 50px;
	font-size: 140%;
	font-weight: normal;
	text-decoration: none;
	color: #a40000; /* groen */
	}
#related ul {
	list-style: none;
	margin: 2em 0 1em 0;
	padding-left: 5px;
	}
#related ul li {
	padding: 0 0 4px 15px;
	line-height: 1.5em;
	background-image: url(../media/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	}