body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	background-color:#ffffff;
}

a:link  {
	color: #19171c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a:visited   {
	color: #19171c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a:focus   {
	color: #19171c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a:hover   {
	color: #710505;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a:active   {
	color: #19171c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}


.ueberschrift_rot   {
	color: #710505;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 28px;

}

.ueberschrift_klein_rot   {
	color: #710505;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 22px;

}

.ueberschrift_klein_schwarz   {
	color: #19171c;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 22px;

}

.text_schwarz_bold_italic     {
	text-align: justify;
	color: #19171c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

.text     {
	text-align: justify;
	color: #19171c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
}

.text_footer_ueberschrift    {
	text-align: justify;
	color: #e3b5b5;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
}

.text_footer_text    {
	text-align: justify;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
}

.text_urheber     {
	color: #333333;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-decoration: none;
	font-style: italic;
}


#blend { position: relative; }

#blend img#top:hover { opacity:0; }

#blend img { position: absolute; 
    top: 0; left: 0; opacity: 1;    
    transition: opacity 1s;
}