p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
	color: #68808D;
}

h1 { /* Ueberschrift Ebene 1 */
	/* Ueberschrift Ebene 4 */
	color: #90ABBD;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 { /* Ueberschrift Ebene 2 */
	/* Ueberschrift Ebene 4 */
	color: #90ABBD;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3 { /* Ueberschrift Ebene 3 */
	/* Ueberschrift Ebene 4 */
	color: #90ABBD;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h4 {
	/* Ueberschrift Ebene 4 */
	color: #90ABBD;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
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;
	color: #68808D;
	
}
ol li, ul li{
	margin-top: 10px;
	margin-bottom: 4px;
	line-height: 18px;
	color: #68808D;
}

ol li { /* Nummerierte Liste */
	
}

ul li {
	/* Nicht nummerierte Liste */
	list-style-type: square;
}

blockquote { /* Einrückung */ 	

}

/* Klassen für Links */

/* Interne Links */

a.intern{
    
     color: #90ABBD;
     font-weight: bold;
	
}

a.intern:active{

	
}
a.intern:focus{

	
}
a.intern:hover{

	
}
a.intern:link{

	
}


/* Externe Links */

a.extern{
	
	color: #90ABBD;
	font-weight: bold;
}

a.extern:active{
	
}
a.extern:focus{
	
}
a.extern:hover{
	
}
a.extern:link{
	
}




/* Mail Links */

a.mailto{
	
	color: #90ABBD;
	font-weight: bold;
}

a.mailto:active{
	
}
a.mailto:focus{
	
}
a.mailto:hover{
	
}
a.mailto:link{
	
}






/* Klassen für Bilder */
img.blauerRand{
	
}
img.10pxAbstand{
	
}






/* Bildunterschriften */
.csc-textpic-caption {
	padding-top: 7px;
	font-style: italic;
	font-size: 15px;
	color: #68808D;
}

/* Textbild */
dl.csc-textpic-image {
	

}


DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 20px; }