/*-----------------------------------------------------*/
/* Background                                          */
/*-----------------------------------------------------*/
body {
	background-color: #FFFFFF;
	margin: 0px;
}

/*-----------------------------------------------------*/
/* Layers Grundaufbau                                  */
/*-----------------------------------------------------*/
#Background {
	position:absolute;
	left:50%;
	top:50%;
	width:844px;
	height:580px;
	margin-top: -290px;
	margin-left: -422px;
	z-index:1;
	background-image: url(../images/background/header.gif);
	background-repeat: no-repeat;

}
#Content {
	position:absolute;
	left:165px;
	top:105px;
	width:679px;
	height:475px;
	z-index:2;
	background-color: #E3E4E5;
}
#Logo {
	position:absolute;
	left:678px;
	top:17px;
	width:141px;
	height:79px;
	z-index:2;
}
#Navigation {
	position:absolute;
	left:0;
	top:105px;
	width:163px;
	height:455px;
	z-index:2;
	background-color: #CACBCC;
}
#NaviContent {
	position:absolute;
	left:0px;
	top:72px;
	width:153px;
	height:auto;
	z-index:2;
}
#Navi {
	position:relative;
	left:10px;
	top:0px;
	width:143px;
	height:auto;
	z-index:2;
	padding-bottom: 19px;
}
#NaviEbene2 {
	position:relative;
	left:0px;
	top:0px;
	width:143px;
	height:auto;
	z-index:2;
	margin-top: 4px;
}
#SekNavigation {
	position:absolute;
	left:172px;
	top:84px;
	width:auto;
	height:auto;
	z-index:2;
}
#Footer {
	position:absolute;
	left:0px;
	top:560px;
	width:163px;
	height:20px;
	z-index:2;
	background-image: url(../images/background/footer.gif);
	display: block;
}
#Copyright {
	position:absolute;
	left:10px;
	top:3px;
	width:auto;
	height:auto;
	z-index:3;
}
#Square {
	position:absolute;
	left:824px;
	top:560px;
	width:20px;
	height:20px;
	z-index:4;
	background-color: #991021;
}

