body {
	font-size: 13px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: black;
	background: white;
}
p {
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 18px;
}
p.quote {
	font-style: italic;
}
p.name {
	text-align:right;
	font-style: italic;
}
p.date {
	margin-bottom: 0;
	font-style: italic;
}
p.ingress {
	font-weight: bold;
}
a:link, a:visited  {
	color: #00B0D8;
	text-decoration:none;
}
a:hover, a:active {
	color: #0D8BBC;
	text-decoration:none;
	border-bottom: 1px dotted;
}
a.download, a.pdf {
	background: url(/typo3/gfx/fileicons/pdf.gif) no-repeat left;
	padding-left: 20px;
}
.emp a.internal-link {
	background: url(/typo3/gfx/fileicons/html.gif) no-repeat left;
	padding-left: 20px;
}

ul, ol {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 1em;
}
ul.emp, p.emp {
	border: 2px solid #343795;
	padding: 4px;
	list-style: none;
	-moz-border-radius: 4px;
}
h1 {
	font-weight: normal;
	color: #662D91;
	font-size: 20px;
	margin-top: 0;
	line-height: 30px;
	margin-bottom: 16px;
}
h2 {
	color: #662D91;
	margin-top: 8px;
	font-size: 18px;
	font-weight: normal;
}
.two .first h2 {
        color: #662D91;
	font-size: 18px;
	font-weight: normal;
	margin-top: 26px;
	margin-bottom: 14px;
}
#footer h2 {
	margin-bottom: 4px;
}

h3 {
	font-size: 16px;
	color: #2E3192;
	font-weight: normal;
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 10px;
}
.box h3 {

}

.second h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 31px;
	color: black;
	margin-bottom: 11px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
/* Tables */
td {
	vertical-align: top;
	padding: 0 4px 0 0;
}
td p {
	margin: 0;
}
/* RTE fixes */
.htmlarea-content-body table {
	outline: 1px dotted gray;
}

.htmlarea-content-body table:hover {
	outline: 1px solid black;
}
.htmlarea-content-body table:hover td{
	outline: 1px dotted grey;
}
.htmlarea-content-body td{
	font-size: 13px;
}
