
/* ausgabe unterdrucken */

.nichtdrucken {
	display:none;
}


/* text */

.text {
	font-family:Verdana, Arial, Helvetica, Monaco, "Courier New", monospaced;
	color:#868889;
	font-size:12px;
	line-height:21px;
	margin-bottom:21px;
	font-weight:normal;
}

.text a:link {
	color:#868889;
	text-decoration:none;
}
.text a:visited  {
	color:#868889;
	text-decoration:none;
}
.text a:hover  { 
	color:#8cb414;
	text-decoration:none;
}
.text a:active  { 
	color:#8cb414;
	text-decoration:none;
}

/* gruen: alt:#9fac3e neu:#aaba37 neu2:#8cb414 */


/* bilder (rahmen) */

img {
	border:0px;
}

#box { position:relative; width:98%; height:98%; text-align:left; border-style:solid; border-width:0px; border-color:#868889; }

#logo { position:absolute; left:0px; top:0px; width:238px; height:90px; }

#adressprint { position:absolute; left:0px; top:120px; width:auto; height:auto; }

#text             { position:relative; }
#textbreit        { position:relative; }
#textscroll       { position:relative; }
#textscrollbreit  { position:relative; }
#textscrollinhalt { position:relative; }


