a {outline:none;} 
object {outline:none;} 
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.1em;
	color:#969696;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
#hoverbild {
    opacity: 0;
	filter: alpha(opacity = 0);
}

#hoverbild:hover {
	background-image: url(images/hover_bg.png);
	background-repeat: repeat;	
    opacity: 1;
	filter: alpha(opacity = 100);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0em;
	color: #7A7A7A;
}
.fussnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0em;
	color: #969696;
}
.box { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.1em;
	color:#ffffff;
}
.box_text { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	letter-spacing: 0em;
	color:#ffffff;
	text-align: justify;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #e84242;
	text-decoration: underline;
	background:#FFFFFF;
}

a.menu:link {
	color: #e84242;
	text-decoration: none;
}
a.menu:active {
	color: #e84242;
	text-decoration: none;
}
a.menu:visited {
	color: #e84242;
	text-decoration: none;
}
a.menu:hover {
	color: #ffffff;
	text-decoration: none;
	background:#e84242;
}
