p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 26px;
	color: #449284;
}

h1 { /* Ueberschrift Ebene 1 */
	font-size: 20px;
	margin-bottom: 7px;
}
h2 { /* Ueberschrift Ebene 2 */
	font-size: 18px;
	margin-bottom: 7px;
}
h3 { /* Ueberschrift Ebene 3 */
	font-size: 16px;
	margin-bottom: 7px;
}
h4 { /* Ueberschrift Ebene 4 */
	color: #EB3D00;
	font-weight: bold;
	margin-top: 19px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	font-size: 13px;
}
h5 { /* Ueberschrift Ebene 5 */
	font-size: 12px;
	margin-bottom: 7px;
}
h6 { /* Ueberschrift Ebene 6 */
	font-size: 10px;
	margin-bottom: 7px;
}

strong { /* Fett */
	font-weight: bold;
}

em { /* Kursiv */
	font-style: italic;
}


u { /* Unterstrichen */

}

strike { /* Durchgestrichen */

}

sub { /* Tiefgestellt */
	
}

sup { /* Hochgestellt */
	
}

ol, ul{
	margin-top: 0px;
	margin-bottom: 10px;
	
}
ol li, ul li{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 21px;
	color: #585858;
}

ol li { /* Nummerierte Liste */
	
}

ul li {
	/* Nicht nummerierte Liste */
	list-style-type: square;
}

blockquote { /* Einrückung */ 	

}


.kontakttext {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #449284;

}




/* Klassen für Links */

/* Interne Links */

a.intern{
     text-decoration: none;
     color: #DD7377;
	
}

a.intern:active{
text-decoration: none;
	
}
a.intern:focus{
text-decoration: none;
	
}
a.intern:hover{
text-decoration: none;
	
}
a.intern:link{
text-decoration: none;
	
}


/* Externe Links */

a.extern{
	text-decoration: none;
	color: #DD7377;
}

a.extern:active{
	text-decoration: none;
}
a.extern:focus{
	text-decoration: none;
}
a.extern:hover{
	text-decoration: none;
}
a.extern:link{
	text-decoration: none;
}




/* Mail Links */

a.mailto{
	text-decoration: none;
	color: #DD7377;
}

a.mailto:active{
	text-decoration: none;
}
a.mailto:focus{
	text-decoration: none;
}
a.mailto:hover{
	text-decoration: none;
}
a.mailto:link{
	text-decoration: none;
}

/* Klassen für Textformate */
span.rot {
	color: #C1373A;
}




