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

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

/*** links ***/
a, a:link, a:active, a:visited { color: #390; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }
a.internal-link, a.mail { color:#390; font-weight:normal; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

.lijn-boven-en-beneden {
	border-top:1px solid #e0eacb;
	border-bottom:1px solid #e0eacb;
	padding:5px 0;
}

.lijst-dubbele-lijn {
	border-top:1px solid #e0eacb;
	list-style:none outside none;
	margin-bottom:10px;
}
.lijst-dubbele-lijn li { border-bottom:1px solid #e0eacb; padding:5px 0; }

ul.bullet_list { margin-bottom:16px; }
ul.bullet_list li {
	background-image:url("/fileadmin/sitedesign/layouts/standaard/images/li_arrow.gif");
	background-position:left 7px;
	background-repeat:no-repeat;
	line-height:18px;
	list-style:none outside none;
	padding-left:10px;
}

.button:visited,
.button {
	background-image:url("/fileadmin/sitedesign/layouts/standaard/images/button.gif");
	background-repeat:no-repeat;
	color:#336643;
	display:block;
	float:left;
	font:bold 13px/12px arial narrow;
	height:18px;
	margin:4px 0;
	padding:5px 0 0 6px;
	text-align:left;
	width:137px;
}
.button:hover { text-decoration:none; }

/*** text headers ***/
h1, h2, h3, h4, h5, h6 {
	color: #390;
	font:1em arial;
	margin: 0;
	margin-bottom: 15px;
}

h1 { font:bold 22px/28px arial; }
h2 { color:#390; font:bold 14px/18px arial; margin:0 0 10px; }
h3 { font:bold 12px/15px arial; color:390; }
h4 { color: black; font:bold 11px/15px arial; }
h5 { font-size: .83em; }
h6 { font-size: .67em; }

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

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