body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link  {
	color: #303030;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a:visited   {
	color: #303030;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a:focus   {
	color: #303030;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a:hover   {
	color: #cf1717;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a:active   {
	color: #303030;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.text_content     {
	text-align: justify;
	color: #303030;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: none;
}

.text     {
	text-align: justify;
	color: #303030;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: none;
}

.Subtitel    {
	text-align: justify;
	color: #303030;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	
}


.unterschrift     {
	text-align: justify;
	color: #303030;
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: none;
}

.unterschrift_footer    {
	text-align: justify;
	color: #303030;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-decoration: none;
}

.text_urheber     {
	color: #303030;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-decoration: none;
	font-style: italic;
}
.text_footer     {
	color: #CAB894;
	font-size: 1px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1px;
	text-decoration: none;
	font-style: italic;
}


#fix {
position: fixed;
top: 5%;
left: 5%;
padding: 10px;
background: #EEE;
}

#box {
display: none;
position: fixed;
width: 90%;
bottom: 5%;
left: 80%;
padding: 10px;
border-radius: 5px;
background: transparent;
}

#blend { position: relative; }

#blend img#top:hover { opacity:0; }

#blend img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: opacity 1s;
}



