@import url("../../../../typo3/sysext/rtehtmlarea/res/contentcss/default.css");

.htmlarea-content-body, p, div, table { font-size: 11px; font-family: verdana; color:#000; }

/*** links ***/
a { color: #006233; text-decoration: none; font-weight: bold; }
a:visited { color: #808284; }
a:hover { text-decoration: underline; }
a img { border: 0; }

a.internal-link { color: #006233; text-decoration: none; font-weight: bold; }
a.internal-link:hover { text-decoration:underline; }

/*** text headers ***/
h1, h2, h3, h4, h5, h6 {
	color:#006233;
	font-family:verdana;
	font-size:1em;
	font-weight:normal;
	padding:0 0 5px;
}

h1 { font-size: 12px; font-weight:bold; }
h2 { font-size: 17px; line-height: 21px; }
h3 {
	color:black;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	margin:0;
}
h4 { font-size: 1em; }
h5 { font-size: .83em; }
h6 { font-size: .67em; }

.tx-indexedsearch h3 a { color:#006233; }
.tx-indexedsearch .path a { color:#9C9E9F; font-weight:bold; }

p {	margin-bottom: 16px; line-height: 16px; }

.csc-textpic-caption { font-style:italic; }

div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right:20px !important;
}

ul { list-style:disc; }
ul, ol { padding-left:20px; }
li { padding-left:0px; list-style-position:outside; }

/* tabel stijlen */
.contenttable p { margin-bottom: 0px; }
.contenttable td { padding: 3px; }
