
/* text */

.text {
	font-family:Verdana, Arial, Helvetica, Monaco, "Courier New", monospaced;
	color:#e60029;
	font-size:85%;
	line-height:120%;
	margin-top:0px;
	margin-bottom:15px;
	font-weight:normal;
}

.text a:link {
	color:black;
	text-decoration:underline;
}
.text a:visited  {
	color:black;
	text-decoration:underline;
}
.text a:hover  { 
	color:#e60029;
	text-decoration:none;
}
.text a:active  { 
	color:#e60029;
	text-decoration:none;
}

/* ausgabe unterdrucken */

.nichtscreenen {
	display:none;
}


/* bilder (rahmen) */

img {
	border:0px;
}

img a. {
	border:none;
}

a:active, a:focus{outline: none}

/* layer */


#lauftext { position:absolute; left:139px; top:585px; width:721px; height:30px; }


/* body */

Body {

background-color:white;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

}

