/*-----------------------------------------------------*/
/* Linkdarstellung Firefox                             */
/*-----------------------------------------------------*/
*:focus {
	outline: none;
}
*::moz-focus-inner {
    border: none;
}
/*-----------------------------------------------------*/
/* Background                                          */
/*-----------------------------------------------------*/
body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../images/backgrounds/background.gif);
	background-repeat: repeat-x;
}
/*-----------------------------------------------------*/
/* Layers Grundaufbau                                  */
/*-----------------------------------------------------*/
#Backgroud {
	position:absolute;
	left:0px;
	top:0px;
	width:845px;
	height:100%;
	z-index:1;
	background-color: #d2d2d2;
	background-image: url(../images/backgrounds/background_content.gif);
}
#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:845px;
	height:95px;
	z-index:2;
	background-image: url(../images/header.jpg);
}
#Content {
	position:absolute;
	left:0px;
	top:95px;
	width:845px;
	height:467px;
	z-index:2;
	background-color: #FFFFFF;
	background-image: url(../images/content.jpg);
}
#Logo {
	position:absolute;
	left:19px;
	top:27px;
	width:172px;
	height:51px;
	z-index:2;
}
/*-----------------------------------------------------*/
/* Layers Navigation                                   */
/*-----------------------------------------------------*/
#Navi_1 {
	position:relative;
	left:0px;
	top:0px;
	width:166px;
	height:auto;
	z-index:3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	float: left;
	margin-bottom: 10px;
}
#Navi_2 {
	position:relative;
	left:0px;
	top:0px;
	width:166px;
	height:auto;
	z-index:3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	float: left;
}
/*-----------------------------------------------------*/
/* Layers Headlines                                    */
/*-----------------------------------------------------*/
#Headline_1 {
	position:absolute;
	left:220px;
	top:46px;
	width:611px;
	height:auto;
	z-index:3;
	visibility: hidden;
}
#Headline_2 {
	position:absolute;
	left:220px;
	top:25px;
	width:611px;
	height:auto;
	z-index:3;
	visibility: hidden;
}
#Headline_3 {
	position:absolute;
	left:220px;
	top:320px;
	width:611px;
	height:auto;
	z-index:3;
	visibility: hidden;
}
#NaviPunkt {
	position:relative;
	left:0px;
	top:0px;
	width:166px;
	height:18px;
	float: left;
	z-index:4;
}
#Navigation {
	position:absolute;
	left:665px;
	top:14px;
	width:166px;
	height:auto;
	z-index:4;
}
