/* --------------------------- Überschriften --------------------------- */

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #EB5220;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #EB5220;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #EB5220;
}
h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #EB5220;
}
h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
}
/* --------------------------- Sonstiges --------------------------- */

p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 20px;
}
img {
   border: 0px;
}

/* --------------------------- Bulletlists --------------------------- */
 
ul p {
    font-size: 1em;
}
li {
	 font-family: Arial, Helvetica, sans-serif;
}
ul {
	 font-size: 1em;
}
ul ul {
	 font-size: 1em;
}
ol {
	 font-size: 0.8em;
}
ol ol {
	 font-size: 1em;
}
#content li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
ul.Punktliste-A1 {
	list-style-image: url(images/content/bullet1.gif);
}
ul.Punktliste-A2 {
	list-style-image: url(images/content/bullet2.gif);
	margin-top: -0.3em;
	margin-bottom: -0.3em;
	margin-left: 1.5em;
}

ul.Punktliste-B1 {
	list-style-image: url(images/content/bullet3.gif);
}
ul.Punktliste-B2 {
	list-style-image: url(images/content/bullet4.gif);
	margin-top: -0.3em;
	margin-bottom: -0.3em;
	margin-left: 1.5em;
}
ul.Geordnete-Liste {
	list-style-type: decimal;
}

/* --------------------------- Links --------------------------- */

a{	
    font-family:  Arial, Helvetica, sans-serif;
    color: #EB5220;
    text-decoration: none;
}
a:link{
    font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
    color: #EB5220;
}
a:hover {
    font-family:  Arial, Helvetica, sans-serif;
	text-decoration: underline;
    color: #EB5220;
}
a.download {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #EB5220;
	background-image: url(images/content/link_download.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
}
a.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #EB5220;
	background-image: url(images/content/link_mail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
}
a.internal-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #EB5220;
	background-image: url(images/content/link_intern.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}
a.internal-link-new-window {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #EB5220;
	background-image: url(images/content/link_intern.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}
a.external-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #EB5220;
	background-image: url(images/content/link_extern.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}
a.external-link-new-window {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #EB5220;
	background-image: url(images/content/link_extern.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
}

/* ---------------------- Schriftformatierungen ----------------------- */

tbody.smallfont_table {
    font-size: 0.8em;
}


.important {
    font-family: Arial, Helvetica, sans-serif;
    color: #950000;
    font-weight: bold;
}
.author {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #737373;
}
.courier {
   font-family: courier;
}
.courier_cursive {
   font-family: 'Courier New';
   font-style: italic
}

###############################################
#CSS-Angaben fuer p-tags bereinigen
tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines.addAttributes {
P.style=
PRE.style=
}
###############################################
###############################################
#no wrapping of RTE lines
tt_content.text.20.parseFunc {
nonTypoTagStdWrap.encapsLines.nonWrappedTag >
nonTypoTagStdWrap.encapsLines.wrapNonWrappedLines = < p >|< /p >
}
###############################################