body 
{ 
	 background-color: #F0F5F9;
}
#box 
{ 
	position:absolute; top:30px; left:40px; z-index:1; 
}
.bg
{
	background-image: url(../img/engel_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.inhalt
{
	color: black;
	font-family: verdana,arial,helvetica;
	font-size: 9pt;
	line-height: 120%;
	font-weight: 100;
}
.link {
    font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #6699CC;
	text-decoration: none;
}
a:link {
    font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #6699CC;
	text-decoration: none;
}
a:visited {
    font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #6699CC;
	text-decoration: none;
}
a:hover {
    font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #FF9933;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
