/* ausgabe unterdrucken */

.nichtdrucken {
	display:none;
}

/* bilder (rahmen) */

img {
	border:0px;
}

/* text */

p {
	margin-top:0px;

}

.schwarz {
	color:#4c473e;
}

.rot {
	color:#c83723;
}

.text {
	font-family:Verdana, Arial, Helvetica;
	color:#4c473e;
	font-size:10px;
	line-height:16px;
	margin-top:32px;
	margin-bottom:16px;
}

.texttabelle {
	font-family:Verdana, Arial, Helvetica;
	color:#4c473e;
	font-size:10px;
	line-height:16px;
	margin-bottom:32px;
}

a:link {
	color:#c83723;
	text-decoration:none;
}
a:visited  {
	color:#c83723;
	text-decoration:none;
}
a:hover  { 
	color:#c83723;
	text-decoration:none;
}
a:active  { 
	color:#c83723;
	text-decoration:none;
}

/* divs */

#text { overflow-y:visible}

/* body */

Body {

background-color:white;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

}

/* (c) bei www.filmreif.ch */