body {
	background-color: #ffffff;
	background-image: url('/html/sterilisatietest/images/bg.top.gif');
	background-repeat: repeat-x;
}
body,p,td,select,input,textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #389299;
}

/* question */

.question {
	color:#ffffff; 
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	vertical-align: middle;
}

/* question right blocks */

.rightblock_orange {
	background-image: url('/html/sterilisatietest/images/sub.smalltbl.bgorange.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 12px;
	color: #046E75;
	font-size: 9px;
}

.rightblock_act {
	background-image: url('/html/sterilisatietest/images/sub.smalltbl.bg100.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	padding-top: 12px;
	color: #ffffff;
	font-size: 9px;
}

.rightblock_inact {
	background-image: url('/html/sterilisatietest/images/sub.smalltbl.bg35.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	padding-top: 12px;
	color: #389299;
	font-size: 9px;
}

.rightblock_orange div, .rightblock_act div, .rightblock_inact div {
	padding: 0px 5px 0px 5px;
	width: 175px;
}

/* other stuff */

a:link,a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* disclaimerlink */

a.disclaimerlink:link,a:visited {
	color: #046E75;
	text-decoration: underline;
}
a.disclaimerlink:hover {
	color: #046E75;
	text-decoration: none;
}

/* links dark */

a.contentTxt:link,a.contentTxt:visited {
	color: #046E75;
	text-decoration: none;
}
a.contentTxt:hover {
	color: #046E75;
	text-decoration: underline;
}

