/*-----------------------------------------------------*/
/* PNG Fix EE5/6                                       */
/*-----------------------------------------------------*/
img, div, input { 
    behavior: url("css/iepngfix.htc") 
}
/*-----------------------------------------------------*/
/* Background                                          */
/*-----------------------------------------------------*/
body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------*/
/* Layers Grundaufbau                                  */
/*-----------------------------------------------------*/
#Background {
	position:absolute;
	left:50%;
	top:50%;
	width:1000px;
	height:600px;
	margin-top: -301px;
	margin-left: -500px;
	z-index:1;
}
#Intro {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:600px;
	z-index:100;
}
#ContentBack {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:600px;
	z-index:2;
	background-color: #FFFFFF;
	visibility: hidden;
}
#Logo {
	position:absolute;
	left:660px;
	top:23px;
	width:281px;
	height:94px;
	z-index:3;
}
#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:138px;
	z-index:2;
	background-image: url(../images/startseite/image_header.jpg);
	background-repeat: no-repeat;
}
/*-----------------------------------------------------*/
/* Layers Content                                      */
/*-----------------------------------------------------*/
#Content {
	position:absolute;
	left:0px;
	top:162px;
	width:1000px;
	height:438px;
	z-index:2;
	clear: left;
	background-image: url(../images/startseite/image_content.jpg);
	background-repeat: no-repeat;
}
/*-----------------------------------------------------*/
/* Layers Navigation                                   */
/*-----------------------------------------------------*/
#Navigation {
	position:absolute;
	left:0px;
	top:140px;
	width:1000px;
	height:20px;
	z-index:2;
	float: left;
	background-color: #000000;
}
#NaviPunkt {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:20px;
	z-index:3;
	float: left;
}