
/* ausgabe unterdrucken */

.nichtdrucken {
	display:none;
}

.titel {
	color: black;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	line-height: 24px;
	font-weight: bold;
}

.text {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	line-height: 20px;
}

a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: underline;
}
a:hover { 
	color: black;
	text-decoration: none;
}
a:active { 
	color: black;
	text-decoration: underline;
}

.textliste {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	line-height: 20px;
}

.textliste a:link {
	color: black;
	text-decoration: none;
}
.textliste a:visited {
	color: black;
	text-decoration: none;
}
.textliste a:hover { 
	color: black;
	text-decoration: underline;
}
.textliste a:active { 
	color: black;
	text-decoration: none;
}

/* bilder (rahmen) */

img {
	border:0px;
}


/* divs */


/* body */

Body {

background-color:white;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

}
