/*
# ###########################################
# @Description: CSS für alle Seiten
# @Version 3.0
# @Date: 26.03.2022
# @Author: H. Kappus
# ###########################################
*/
p {
		line-height: 23px;
		margin:  0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
 		}
a img { /* nur für IE erforderlich */
    border:0px;
}
a {
		text-decoration: none;
		padding: 0;
		margin:  0;
}
a:hover {
		text-decoration: none;
    color: black;
}
a.pdflink {
  	font-size: 18px;
		text-decoration: none;
    color: #ffffff;
		font-weight: normal;
		font-style: kursiv;
}
a.navilink {
		text-decoration: none;
		font-weight: normal;
    color: #FFFFFF;
		text-shadow: 1px 1px #666666;
		padding: 0 0 5px 0;
}
a.navilink:hover {
		text-decoration: none;
    color: #ffffff;
}

/* Class für Email-adressen allgemein */
a.textlink {
		text-decoration: none;
    color: #666666;
		font-weight: normal;
		text-shadow: 0px 0px #cc0000;
}
a.textlink:hover {
		text-decoration: none;
    color: #cc0000;
}
a.pagelink-aktiv {
		text-decoration: none;
    color: #ffffff;
		font-weight: normal;
		text-shadow: 0px 0px #666666;
}
a.pagelink-aktiv:hover {
    color: ffffff;
		font-weight: normal;
}

a.pagelink-passiv {
		text-decoration: none;
    color: #ffffff;
		font-weight: normal;
		text-shadow: 0px 0px #666666;
}
a.pagelink-passiv:hover {
    color: 666666;
		font-weight: normal;
}