/*-----------------------------------------------------*/
/* Linkdarstellung Firefox                             */
/*-----------------------------------------------------*/
*:focus {
	outline: none;
}
*::moz-focus-inner {
    border: none;
}
/*-----------------------------------------------------*/
/* Linkdarstellung Explorer                            */
/*-----------------------------------------------------*/
a {outline:none;}
/*-----------------------------------------------------*/
/* Background                                          */
/*-----------------------------------------------------*/
body {
	margin: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------*/
/* Grunddaten                                          */
/*-----------------------------------------------------*/
#Background {
	position:absolute;
	left:50%;
	width:832px;
	height:624px;
	margin-left: -416px;
	top: 50%;
	z-index:1;
	margin-top: -312px;
}
#Logo {
	position:absolute;
	left:69px;
	top:69px;
	width:69px;
	height:83px;
	z-index:2;
}
#BackHome {
	position:absolute;
	left:208px;
	top:0px;
	width:624px;
	height:624px;
	z-index:2;
	background-color: #8C1513;
	display:none
}
#NaviBack {
	position:absolute;
	left:0px;
	top:208px;
	width:208px;
	height:416px;
	z-index:2;
	background-color: #D9DADB;
	display:none
}
#Navigation {
	position:absolute;
	left:20px;
	top:17px;
	width:175px;
	height:auto;
	z-index:2;
}
#TextNaviIntro {
	position:absolute;
	left:20px;
	top:330px;
	width:175px;
	height:auto;
	z-index:2;
}
#TextIntro {
	position:absolute;
	left:0px;
	top:302px;
	width:624px;
	height:auto;
	z-index:2;
	text-align: center;
	display:none
}

