/*-----------------------------------------------------*/
/* Linkdarstellung Firefox                             */
/*-----------------------------------------------------*/
*:focus {
	outline: none;
}
*::moz-focus-inner {
    border: none;
}
/*-----------------------------------------------------*/
/* Background + Tag-Format                             */
/*-----------------------------------------------------*/
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------------------*/
/* Layers Grundaufbau                                  */
/*-----------------------------------------------------*/
#Background {
	position:absolute;
	left:50%;
	top:50%;
	width:979px;
	height:712px;
	margin-left: -489px;
	margin-top: -356px;
	z-index:1;
}
#ContentTop {
	position:absolute;
	left:0px;
	top:0px;
	width:979px;
	height:683px;
	z-index:53;
}
#ContentImage {
	position:absolute;
	left:0px;
	top:0px;
	width:979px;
	height:683px;
	z-index:2;
}
#Footer {
	position:absolute;
	left:0px;
	top:693px;
	width:979px;
	height:19px;
	z-index:3;
}
/*-----------------------------------------------------*/
/* Layers Navigation                                   */
/*-----------------------------------------------------*/
#NaviBack {
	position:absolute;
	left:0px;
	top:624px;
	width:979px;
	height:59px;
	z-index:100;
	background-image: url(../images/navigation/back_navi.png);
	background-repeat: no-repeat;
}
#Navigation {
	position:absolute;
	left:315px;
	top:25px;
	width:auto;
	height:auto;
	z-index:102;
	clear: both;
}
#NaviPunkt {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:auto;
	z-index:103;
	float: left;
	margin-right: 35px;
}
/*-----------------------------------------------------*/
/* Layers Sek-Navigation                               */
/*-----------------------------------------------------*/
#SekNavi{
	width: 664px;
	height: 48px;
	position: absolute;
	top: -35px;
	left: 315px;
	z-index: 102;
	background-image: url(../images/navigation/back_seknavi-t.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	clear: both;
}
#SekNaviPunkt {
	width: auto;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 102;
	float: left;
	margin-left: 19px;
}
#NaviSwitchBack {
	position:absolute;
	left:250px;
	top:-80px;
	width:740px;
	height:170px;
	z-index:101;
	display: none;
}
/*-----------------------------------------------------*/
/* Layers Image-Scroll                                 */
/*-----------------------------------------------------*/
#hold { 
	position:relative;
	overflow:hidden;
	width:979px;
	height:683px;
	z-index:50
	}
	
/* 1 */

#wn1	{
	position:absolute;
	left:0px;
	top:0px;
	width:979px;
	height:683px;
	overflow:hidden;
	z-index:2;
	}
#lyr1 {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	}
	#ArrowLeft {
	position:absolute;
	left:2px;
	top:25px;
	width:34px;
	height:13px;
	z-index:102;
}
#ArrowRight {
	position:absolute;
	left:38px;
	top:25px;
	width:34px;
	height:13px;
	z-index:102;
}
#track1 {
	position:absolute;
	left:2px;
	top:630px;
	width:964px;
	z-index:102;
	height: 0px;
}
#dragBar1 {
	position:absolute;
	left:0px;
	top:0px;
	width:12px;
	height:12px;
	z-index:2;
}
