/* general layout */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #D6D6DE url("../Images/Background.gif");
	font-family: Verdana,Arial,sans-serif;
	color: black;
	scrollbar-3dlight-color: #D6D6DE;
	scrollbar-highlight-color: #AAAAAA;
	scrollbar-face-color: #D6D6DE;
	scrollbar-shadow-color: #AAAAAA;
	scrollbar-track-color: #D6D6DE;
	scrollbar-arrow-color: #AAAAAA;
	scrollbar-darkshadow-color: #D6D6DE;
}


/* tables */


table {
	border: 0;
}

table td, th {
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}

.table_container {
	background: #D6D6DE;
	width: 750px;
	border-right: 2px solid  #AAAAAA;
	border-bottom: 2px solid  #AAAAAA;
}

.pad_box {
	width: 700px;
	font-family: Arial,sans-serif;
	font-size: 11pt;
	color: #A55F4D;
}

.figuur_box {
	background-color: #646464;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bijschrift_box {
	background-color: #A55F4D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* forms */


form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.altTextField {
	background-color: #D6D6DE;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: #000000;
} 

.radioStyle {
	background-color: #D6D6DE;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: #000000;
}


/* images */


img {
	border: 0;
}


/* lists */


ul {
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:10px;
	line-height: 17px;
}

ol {
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 17px;
}

ul li {
	margin-bottom: 2;
	list-style: none;
	padding-left: 12px;
	background: url(../Images/bullet_1.gif) no-repeat 0 6px;
	_background: url(../Images/bullet_1.gif) no-repeat 0 8px; /* voor Windows IE */
}

ul li ul li {
	margin-bottom: 2;
	list-style: none;
	padding-left: 12px;
	background: url(../Images/bullet_2.gif) no-repeat 0 6px;
	_background: url(../Images/bullet_2.gif) no-repeat 0 8px; /* voor Windows IE */
}


/* links */


a {
	text-decoration: none;
}

a:link {
	color: #40748D;
}

a:visited { 
	color: #40748D;
}

a:hover {
	color: #646464;
}

.bijschrift_box a:link {
	color: #384164;
}

.bijschrift_box a:visited {
	color: #384164;
}

.bijschrift_box a:hover {
	color: #D6D6DE;
}


/* text */


.text {
	font-size: 10pt;
	text-align: justify;
	line-height: 17px;
}

.bijschrift {
	font-size: 10pt;
	color: #D6D6DE;
	text-align: justify;
	line-height: 17px;
}

.text_gecentreerd {
	font-size: 10pt;
	text-align: center;
	line-height: 17px;
}

.text_rechts {
	font-size: 10pt;
	text-align: right;
	line-height: 17px;
}

.hoofd_knop {
	font-family: Arial,sans-serif;
	font-size: 11pt;
	display: inline;
}

.kop {
	font-family: Arial,sans-serif;
	font-size: 18pt;
	color: #A55F4D;
}

.tussenkop {
	font-family: Arial,sans-serif;
	font-size: 15pt;
	color: #A55F4D;
}

.tussenkop2 {
	font-family: Arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A55F4D;
}

.normaal {
	color: black;
}

.rood {
	color: #A55F4D;
}

.blauw {
	color: #423B96;
}

.grijs {
	color: #646464;
}


/* quotes */


blockquote.withquote {
	background:url(http://www.chemometry.com/Images/quote.gif) no-repeat;
	background-position:top left;
	padding-left:22px;
} 

blockquote.withemptyquote {
	padding-left:22px;
}

p.withunquote {
	background: url(http://www.chemometry.com/Images/unquote.gif) no-repeat;
	background-position:bottom right;
	padding-right:25px;
	font-size: 10pt;
	text-align: justify;
	line-height: 17px;
}