/* SCHRIFTARTEN#kontaktATIERUNG */

/* Ueberschriften */
.ue, h1 {
    font-family: Courier New, Courier, monospace;
	font-size: 1.05em;
	font-weight:bold;
    margin-bottom:5px;
    margin-top:0px;
	font-stretch:expanded;
	letter-spacing:0.05em;
	padding-left:10px;
	width: 342px;
}
/* - */


/* Links */
a {
    font-weight:bold;
}
a:link {
    color: #000000; /* #F3C702; */
    text-decoration:none;
}
a:active {
    color: #000000;
    text-decoration:none;
}
a:visited {
    color: #000000; /* #AA0000; */
    text-decoration:none;
}
a:hover {
    color: #000000;
	text-decoration: underline;
}
/* - */


/* Sonstiges */
p {
	font-family: Arial;
    font-size: 0.81em;
    font-weight: normal;
    color: #000000;
	padding-left: 10px;
	line-height: 1.3em;
	width: 342px;
}

li {
	font-family: Arial;
    font-size: 0.81em;
    font-weight: normal;
    color: #000000;
	margin-left: -16px;
	line-height: 1.6em;
	width: 342px;
}

.kontakt {
	font-family: Arial;
    font-size: 0.81em;
    font-weight: normal;
    color: #000000;
	padding-left: 10px;
	line-height: 1.3em;
}
/* - */