@CHARSET "UTF-8";
/**
 * Content-Styles für RTE-Elemente.
 *
 * @created 07 2009
 * @creator Sophie Schwalbe
 * @version $Revision: $
 * @author $Author: $
 * @date $Date: $
 * @packagge: peb
 * @subpackagge: css.content.rte
 */

/** Überschriften **/
div.content h3 {
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 0.8em;
}
div.content h4 {
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 2em;
	margin-bottom: 1.2em;
}
div.content h5 {
	margin-top: 1.2em;
	margin-bottom: 0.45em;
}

/** Absätze **/
div.content p,
address {
	margin-bottom: 0.6em;
}

/** Trennlinie **/
hr {
	display: block;
	height: 1px;
	background-color: transparent;
	background-image: url('pixel/bg_hr.gif');
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	clear: both;
}
hr.acc {
	clear: none;
}

/** Addressen **/
address {
	margin-top: 0.3em;
}

/** Links **/
a {
	text-decoration: none !important;
	color: #59b945 !important;
}
p.bodytext a,
a.inline {
	text-decoration: underline !important;
	line-height: 1.3em;
	background-image: url('pixel/bul_link.gif');
	background-repeat: no-repeat;
	background-position: 0.25em 0.5em;
	padding-left: 1em;
}
a.teaser {
	background-image: url('pixel/bul_link.gif');
	background-repeat: no-repeat;
	background-position: 6em 0.3em;
	display: block;
	padding-left: 7em;
	color: #59b945;
	position: relative;
	z-index: 10;
	height: 4.3em;
}
p.bodytext a.downloadFile,
a.downloadFile,
p.bodytext a.downloadPdf,
a.downloadPdf,
p.bodytext a.subscribe,
a.subscribe {
	text-decoration: underline !important;
	color: #c1b89f !important;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3.8em;
	padding-bottom: 0.67em;
	padding-top: 0.4em;
	line-height: 2.3em;
}
p.bodytext a.downloadPdf,
a.downloadPdf {
	background-image: url(pixel/bul_download_pdf.gif);
}
p.bodytext a.downloadFile,
a.downloadFile {
	background-image: url(pixel/bul_download_file.gif);
}
p.bodytext a.subscribe,
a.subscribe {
	background-image: url(pixel/bul_subscribe.gif);
	padding-left: 1.8em;
}
p.bodytext a.minimal,
a.minimal {
	text-decoration: none !important;
	background: none;
	padding-left: 0;
}

/**
 * Listen
 */
div.content li {
	list-style: none;
	background-image: url('pixel/bul_list.gif');
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding-left: 1em;
	margin-left: 1em;
	margin-top: 0.45em;
}
div.content li ul {
	font-size: 1.666em;
}
/** Downloadliste **/
.downloadlist {
	color: #c1b89f;
}
ul.downloadlist li,
li.downloadlist {
	background: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1.6em;
}

/* WW */

ul.downloadlist {
	list-style: none;
}


