html {
	font-family: "Arial", sans-serif;
	font-size: 1.0em;
	color: #000;
}

body {
	margin: 0;
}

img {
	border: none;
}

table {
	padding: 0;
	margin: 0;
	border: 0px solid black;
}

#table {
	height: 100%;
	width: 776px;
	border: 0px solid black;
}

#kop {
	height: 112px;
	width: 776px;	
	border: 0px solid black;
	padding: 0;
}

#kopLink {
	height: 112px;
	width: 776px;
	border: none;
}

#kopLinkPrint {
	display: none;
}

#hoofdnavigatie {
	width: 568px;
	height: 1.5em;
	border: 0px solid black;
	background-color: #ddeff6;
	font-size: 0.8125em;
	padding: 0;
}

#hoofdnavigatieLinks {
	width: 208px;
	border: 0px solid black;
	padding: 0;
}

#subnavigatie {
	color: #67589;
	width: 208px;
	background: url('../images/background.png') top left no-repeat;
	border: 0px solid black;
	padding: 0;
}

#subnavigatie ul {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 1em;
	font-size: 0.8125em;
}

#subnavigatie ul li {
	margin-bottom: 0.4em;
	padding-left: 0.4em;
	line-height: 1.4em;
	color: #67589a;
}

#subnavigatie ul li a, #subnavigatie ul li a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #67589a;
}

#subnavigatie ul li.current {
	text-indent: -0.875em;
	color: #dc231f;
}

a.basic, a.basic:hover {
	color: #67589a !important;
}

#subnavigatie ul li.current a, #subnavigatie ul li.current a:hover {
	color: #dc231f;
}

#subnavigatie p.kop  {
	background-color: #dc231f;
	color: white;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 2em;
	border: 0px solid black;
}

#content {
	width: 558px;
	padding-left: 10px;
	border: 0px solid black;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
}

#contentSpace {
	border: solid 0px black;
	line-height: 2em;
	font-size: 0.8125em;
	padding: 0px;
}

p, ol, ul {
	font-size: 0.8125em;
}

ol ul, ul ol {
	font-size: 1em;
}

h1 {
	font-weight: normal;
	font-size: 1.0em;
	font-weight: bold;
}	

h2 {
	font-weight: bold;
	font-size: 0.8125em;
	margin-bottom: -1em;
}

h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 0.8125em;
}

#link {
	font-weight: bold;
	text-decoration: underline;
	color: #1c1475;
	cursor: pointer;
	font-size: 0.8125em;
}

a, a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #1c1475;
}

a:visited {
	color: #666;
}

.disabledLink {
	font-weight: bold;
	color: #666;
	cursor: no-drop;
	font-size: 0.8125em;
}

/* questions: 
		#questionPrompt
		#questionAlternatives
		.questionSingleAlternative
		.questionOpen
		#questionExplanation
		#questionExplanationTitle
		#questionExplanationContents
*/

.questionAlternativeList ul {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 2em;
	text-indent: -1.55em;
	font-size: 0.8125em;	
}

.questionAlternativeList li {
	margin-top: 1em;
}

.questionAlternativeList a, .questionAlternativeList a:hover, .questionAlternativeList a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #1c1475;
}

.questionAlternativeList a:hover {
	text-decoration: underline;
}

.questionOpen {
  	margin-top: 0.5em;
}

.submit {
	margin-top: 1em;
}

a.submit, a.submit:hover, a.submit:visited {
	font-weight: bold;
	text-decoration: none;
	color: #1c1475;
}

a.submit:hover {
	text-decoration: underline;
}

#questionExplanation {
	margin-top: 1em;
}

#questionExplanationTitle {
	font-weight: bold;
	color: #006;
}

#questionExplanationContents {
	margin-top: -1em;
}

#message, .errors {
	background-color: #ede8cb;
	border: #006 1px solid;
	padding: 1em;
}

.errors {
	padding: 0.5em;	
}

.errors p {
	margin: 0;
	color: #900;
	font-weight: bold;
}

#antwoorden {
	margin-top: 2em;
}

#antwoorden dt {
	font-size: 0.70em;
}

#antwoorden dd {
	font-size: 0.70em;
	font-style: italic;
}

#basisgegevensSummary table {
	border: 1px solid #039;
	width: 550px;
}

#basisgegevensSummary .label_links {
	padding-left: 0.5em;
	width: 14em;
}

#basisgegevensSummary .label_links, #basisgegevensSummary .label_rechts {
	padding-right: 0.5em;
}

#basisgegevensSummary .waarde {
	padding-right: 0.5em;
}

.login {
	font-size: 0.8em;
}
