@charset "UTF-8";

#content .am {
	font-size:16px;
	color:green;
	}

.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border: 1px solid #D0D1D3;*/
}
.thrColFixHdr #container h1 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.thrColFixHdr #container h2 {
	font-size: 12px;
}
.thrColFixHdr #container h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #mainContent h1 {
	color: #333;
	line-height: 16px;
	padding-top: 8px;
}
.thrColFixHdr #mainContent h2 {
	color: #333;
}
.thrColFixHdr #mainContent a {
	text-decoration: none;
	color: #EB008B;
}
.thrColFixHdr #mainContent a:hover {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	background-color: #EB008B;
}
.thrColFixHdr #content {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #content h1 {
	color: #333;
}
.thrColFixHdr #content h2 {
	color: #333;
}
.thrColFixHdr #content a {
	color: #A72428;
	text-decoration: none;
}
.thrColFixHdr #content a:hover {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	background-color: #EB008B;
}

#hilite {
	text-decoration: underline;
}
.hilite {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EB008B;
	padding-left: 5px;
}

.wittetekst {
	color: #FFF;
}
.CURSIEF {
	font-style: italic;
}
.SPECIAL {
	font-style: italic;
}
.VET {
	font-style: bold;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent p cite {
	border: medium dotted #F63;
	display: block;
	color: #666;
	width: 65%;
	padding: 8px;
	margin-right: 12px;
	margin-left: 50px;
}

