/* --------------------------- �berschriften --------------------------- */
html { font-size:15px; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #a51742;
	padding: 0px;
	padding-bottom:0px;
	margin:0px 0px 10px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #a51742;
	padding: 0px;
	border:0px solid #fff;
	margin:0px 0px 10px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #a51742;
	margin:0px 0px 10px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;    
	color: #a51742;
	margin:0px 0px 10px 0px;
}

/* --------------------------- Absatz --------------------------- */

p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    

}

/* --------------------------- Bulletlists --------------------------- */

li {
	 font-family: Arial, Helvetica, sans-serif;
}
ul {
	 
	 padding-left:0px;
	 margin-bottom:10px;
}
ul ul {
	 font-size: 1em;
}
ol {
	 font-size: 1em;
}
#content li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-left:0px;
	margin-left:20px;
}
ul.Punktliste-A1 {
	list-style-image: url(rte_FILES/bullet1.gif);
}
ul.Punktliste-A2 {
	list-style-image: url(rte_FILES/bullet2.gif);
	margin-top: -0.3em;
	margin-bottom: -0.3em;
	margin-left: 1.5em;
}
ul.Punktliste-B1 {
	list-style-image: url(rte_FILES/bullet3.gif);
}
ul.Punktliste-B2 {
	list-style-image: url(rte_FILES/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: #a51742;
    text-decoration: underline;
} 
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;
    color: #4261a4;
	background-image: url(rte_FILES/link_download.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
a.pdf {
	font-family: Arial, Helvetica, sans-serif;
    color: #4261a4;
	background-image: url(rte_FILES/link_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
a.mail {
	font-family: Arial, Helvetica, sans-serif;
    color: #4261a4;
	background-image: url(rte_FILES/link_mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
a.interner-link {
	font-family: Arial, Helvetica, sans-serif;
    color: #4261a4;
	background-image: url(rte_FILES/link_intern.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
a.externer-link {
	font-family: Arial, Helvetica, sans-serif;
    color: #4261a4;
	background-image: url(rte_FILES/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
}
hr {
	display:block;
	border:none;
	width:700px;
	height:30px;
	
	background:url(images/hr.gif) top middle no-repeat;
	background-color:red;
}