.body	{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color:#CACACA;
		}

.Stil1 /* Inhalt im iframe */
		{
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		line-height: 1.5;
		background-color:#CACACA;
		}

.Stil2 /* Inhalt auf der Startseite */
		{
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		background-color:#CACACA;
		}
	
.Stil3 	{
		font-size: 14px;
		font-weight: bold;
		color:#CC0000;
		background-color:#CACACA;
		}

.Stil4 	{
		color: #CC0000
		background-color:#CACACA;
	   	}

.Stil5 	{
		font-size: 10px;
		font-style: italic;
		background-color:#CACACA;
	   	}

.Stil6 	{
		color: #CC0000; font-weight: bold;
		 
		}




.headline /* Überschrift im iframe */
		{
		font-size: 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		font-style:border:1px; 
		}
	

a{ /* Inhalt */
color:#CC0000;
display:compact;

border-bottom: 1px solid black;
text-decoration: none;
text-decoration: none;
}

.a:hover{ /* Hintergrundfarbe */
background-color: #CC0000;
color: #ffffff;
}

.a:link{ 
color:#6E6892;
}

.a:visited{ /* besuchte Links */
color:#6E6892;
}

.anylinkcss a:active{ /* aktiver Link */
color:#CC0000;
}

.anylinkcss a:hover{ /* Mauszeiger über dem Link*/
color:#ffffff;
}

