/*-----------------------------------------------------*/
/* Linkdarstellung Firefox                             */
/*-----------------------------------------------------*/
*:focus {
	outline: none;
}
*::moz-focus-inner {
    border: none;
}
/*-----------------------------------------------------*/
/* Grunddaten                                          */
/*-----------------------------------------------------*/
html,body {
	margin:0;
	padding:0;
	background-color: #000;
	height:100%;
	font-family: Verdana;
	font-size:10px;
	letter-spacing: 1px;
	color:#FFF;
}
#Logo {
	position:absolute;
	left:51px;
	top:81px;
	width:351px;
	height:103px;
	z-index:1;
}
#Content {
	position:absolute;
	left:0px;
	top:250px;
	width:100%;
	height:100%;
	height:112px;
	z-index:2;
	background-color: #000;
}
