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

.htmlarea-content-body, p, div, table { font:12px arial; color:#1A1A18; }

/*** links ***/
a { color:gray; font:bold 12px arial; text-decoration:none; }
a:visited { color: gray; }
a:hover { text-decoration: underline; }
a img { border: 0; }

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

/*** text headers ***/
h1, h2, h3, h4, h5, h6 {
	font:1em arial;
	padding:0 0 5px;
}

h1 {
	border-bottom:1px solid #E6E6E6;
	font:bold 30px/37px arial;
	margin-bottom:3px;
	padding-bottom:8px;
	text-transform:uppercase;
}

h2 {
	font:bold 14px/18px arial;
}

h3 {
	color:black;
	font:bold 12px arial;
	margin:0;
}
h4 {
	font:12px/17px arial;

}

h5 { font-size: .83em; }
h6 { font-size: .67em; }

/*** headers in kleuren ***/
h1.blauw, h2.blauw, h3.blauw, h4.blauw, h5.blauw { color:#009EE3; }
h1.roze, h2.roze, h3.roze, h4.roze, h5.roze { color:#e61772; }
h1.geel, h2.geel, h3.geel, h4.geel, h5.geel { color:#c6d415; }
h1.oranje, h2.oranje, h3.oranje, h4.oranje, h5.oranje { color:#f9b231; }
h1.paars, h2.paars, h3.paars, h4.paars, h5.paars { color:#831d82; }
h1.donkerblauw, h2.donkerblauw, h3.donkerblauw, h4.donkerblauw, h5.donkerblauw { color:#004a99; }

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

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

/*** table contenttable ***/
#footer table.contenttable td {
	padding:0 15px 0 0;
}

/*** tabel met randen ***/
.tabel_randen {
	border-width: 1px;
	border-style: solid;
	border-color: #E3E3E3;
}
.tabel_randen th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #E3E3E3;
	background-color: white;
}
	
.tabel_randen td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #E3E3E3;
	background-color: white;
}

.tabel_randen p {
	margin:0px;
}

