
/* ausgabe unterdrucken */

.nichtdrucken {
	display:none;
}


/* text */

.text {
	font-family:Verdana, Arial, Helvetica, Monaco, "Courier New", monospaced;
	color:#666666;
	font-size:11px;
	line-height:16px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	letter-spacing:1px;
}

.text a:link {
	color:black;
	text-decoration:none;
}
.text a:visited  {
	color:black;
	text-decoration:none;
}
.text a:hover  { 
	color:#004c99;
	text-decoration:none;
}
.text a:active  { 
	color:#004c99;
	text-decoration:none;
}

.titel1 {
	font-family:Georgia, Times;
	color:#a32a22;
	font-size:28px;
	line-height:30px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
}

.titel2 {
	font-family:Georgia, Times;
	color:#666666;
	font-size:18px;
	line-height:24px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
}

.texttitel {
	font-family:Georgia, Times;
	color:#a32a22;
	font-size:11px;
	line-height:16px;
	margin-top:0px;
	margin-bottom:12px;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom: 1px solid #a32a22;
}

/* bilder (rahmen) */

img {
	border:0px;
}


