/* --------------------------- Überschriften --------------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #ee7f00;
	padding: 5px 5px 5px 0px;
    
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
	color: #3F3F3F;
	padding: 2px;
	padding-left: 0px;
	margin-bottom: -8px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
	color: #ee7f00;
	padding-left: 0px;
	margin-bottom: -10px;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
	color: #3F3F3F;
	padding-left: 0px;
	margin-bottom: -12px;
}

/* --------------------------- Absatz --------------------------- */

p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.3em;
    padding-left: 0px;
}
/* --------------------------- Bulletlists --------------------------- */

li {
	 font-family: Arial, Helvetica, sans-serif;
}
ul {
	 font-size: 1em;
}
ul ul {
	 font-size: 1em;
}
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;
}

/* --------------------------- Linkklassen --------------------------- */

/* ---- allgemein ---- */

a{	
    font-family:  Arial, Helvetica, sans-serif;
    color: #ee7f00;
    text-decoration: none;
} 
a:hover{	
    font-family:  Arial, Helvetica, sans-serif;
    color: #4261a4;
    text-decoration: underline;
}


/* ---- für den RTE ---- */

a.download {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 0.9em;
    	color: #fff;
    	background-color: #ee7f00;
  	padding: 3px;
	/*background-image: url(images/content/link_download.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;*/
}
	
a.pdf {
	font-family: Arial, Helvetica, sans-serif;
  	color: #ee7f00;
	background-image: url(images/content/link_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
a.mail {
	font-family: Arial, Helvetica, sans-serif;
    color: #ee7f00;
	background-image: url(images/content/link_mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
a.interner-link {
	font-family: Arial, Helvetica, sans-serif;
    	color: #ee7f00;
	background-image: url(images/content/link_intern.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
a.externer-link {
	font-family: Arial, Helvetica, sans-serif;
    color: #ee7f00;
	background-image: url(images/content/link_extern.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

/* ----------------------- Schriftformatierungen ----------------------- */

.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
}q
