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

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

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

a.internal-link {
	color:black;
	font-style:italic;
	font-weight:normal;
	text-decoration:underline;
}


/*** text headers ***/
h1, h2, h3, h4, h5, h6 {
	color: #5eaa94;
	font-family:"Times New Roman";
	font-size: 1em;
	margin: 0;
	margin-bottom: 15px;
	font-weight: normal;
}

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

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

.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 { list-style-position: inside; margin-left: 0; padding-left: 0; }
li { padding-left:20px; list-style-position: inside;  }
