html, body {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	max-height: 100%;
	border: 0;
	background: #fff;
/* hide overflow:hidden from IE5/Mac */
/* \*/
	overflow: auto;
/* */
}

body {
	overflow:auto;
	background-color: #fff;
	height:100%;
	max-height: 100%;
	border: 0;
}

#header {
    position:absolute;
	top:0px;
	left:50%;
	margin: 0px 0px 0px -380px;
	width:760px;	
	height:80px;
	background-image:url(graphics/headerGraphic.png);
	background-position:left top;
	background-repeat:no-repeat;
    z-index:3;
}

#menu {
    position:absolute;
	top:80px;
	left:50%;
	margin: 0px 0px 0px -380px;
	width:760px;	
	height:26px;
}

#subMenu {
    position:absolute;
	top:119px;
	left:50%;
	margin: 0px 0px 0px -380px;
	width:747px;	
	height:26px;
	z-index:1000;
}

#headerLine {
    position:relative;
	top:107px;
	left:0px;
	background-image:url(graphics/headerLine.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:760px;
	height:11px;
}

#contentContainer {
	position: absolute;
	left:50%;
	top: 120px;
	right: 0;
	bottom: 17px;
	width: 720px;
	overflow: auto;
	padding: 20px;
	background-color: #fff;
	margin: 0px 0px 0px -380px;
	font: 13px Arial;
}

* html #contentContainer {
	height: 100%;
	width: 760px;
	top: 0;
	bottom: 0;
	border-top: 120px solid #fff;
	border-bottom: 17px solid #fff;

}

#footerContainer {
    position:absolute;
	bottom:0px;
	left:50%;
	width: 760px;
	margin: 0px 0px 0px -380px;
    background-color:#006699;
	color: #fff;
	text-align:center;
}









.trennlinie{
	color: #419699;
	background-image:url(graphics/lineH2.gif);
	background-repeat: no-repeat;
	height: 30px;
	/*hori verti*/
	background-position: 0px 3px;
}

.line {
    background-image:url(graphics/line.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 20px;
	margin-top:150px;
}








