/*-----------------------------------------------------*/
/* Linkdarstellung Firefox                             */
/*-----------------------------------------------------*/
*:focus {
	outline: none;
}
*::moz-focus-inner {
    border: none;
}
/*-----------------------------------------------------*/
/* Linkdarstellung Explorer                            */
/*-----------------------------------------------------*/
a {outline:none;}
/*-----------------------------------------------------*/
/* Body                                                */
/*-----------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}
html, body {
		height:100%;
}
/*-----------------------------------------------------*/
/* Grunddaten                                          */
/*-----------------------------------------------------*/
#Wrapper {
	position:absolute;
	width:944px;
	height:624px;
	z-index:1;
	left: 50%;
	top: 50%;
	margin-left: -472px;
	margin-top: -312px;
}
#Logo {
	position:absolute;
	left:805px;
	top:0px;
	width:139px;
	height:auto;
	z-index:100;
}
#Content {
	position:absolute;
	left:128px;
	top:66px;
	width:816px;
	height:519px;
	z-index:2;
}
#Content_CCC {
	position:absolute;
	left:128px;
	top:66px;
	width:816px;
	height:519px;
	z-index:2;
	background-color: #CCC;
}
/*-----------------------------------------------------*/
/* Content Intro                                       */
/*-----------------------------------------------------*/
#IntroText {
	position:absolute;
	left:320px;
	top:252px;
	width:auto;
	height:auto;
	z-index:2;
}
/*-----------------------------------------------------*/
/* Content Brands                                      */
/*-----------------------------------------------------*/
#ContentSlide {
	position:absolute;
	left:128px;
	top:66px;
	width:816px;
	height:519px;
	z-index:2;
	overflow: hidden;
}
#BrandLogo {
	position:absolute;
	left:128px;
	top:585px;
	width:auto;
	height:auto;
	z-index:2;
}
#BrandNext {
	position:absolute;
	left:880px;
	top:585px;
	width:64px;
	height:19px;
	z-index:2;
}
/*-----------------------------------------------------*/
/* Content Contact                                     */
/*-----------------------------------------------------*/
#Adresse {
	position:absolute;
	left:807px;
	top:66px;
	width:137px;
	height:105px;
	z-index:4;
}
#ClapAdresse {
	position:absolute;
	display: none;
	left:807px;
	top:66px;
	width:137px;
	height:105px;
	z-index:100;
}
#AdresseClose {
	position:absolute;
	left:590px;
	top:-7px;
	width:362px;
	height:269px;
	z-index:99;
	visibility: hidden;
}
/*-----------------------------------------------------*/
/* Navigation                                          */
/*-----------------------------------------------------*/
#Navigation {
	position:absolute;
	left:0px;
	top:66px;
	width:128px;
	height:519px;
	z-index:2;
	background-image: url(../images/navigation/back_navi.gif);
	background-repeat: no-repeat;
}
#NavTop {
	position:absolute;
	left:0px;
	top:1px;
	width:128px;
	height:auto;
	z-index:3;
}
#NavBottom {
	position:absolute;
	left:0px;
	width:128px;
	height:auto;
	z-index:3;
	bottom: 10px;
}
#NavElement {
	position:relative;
	left:0px;
	width:108px;
	height:auto;
	z-index:2;
	float: left;
	top: 0px;
}

