html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(209,205,193);
	}

#content {
	display:block; 
	overflow-x:hidden; 
	overflow-y:auto; 
	position:absolute; 
	z-index:7; 
	top:124px; 
	bottom:26px;
	width:709px !important;
	width:729px;
	margin-left:-345px; 
	left:50%; 
	background:white;
	padding:10px;
}

/* für IE6 */
* html #content {
	height:100%;
	border-top:0px solid #fff; 
	border-bottom:0px solid #fff;
	background-attachment: fixed;	
	}

#header {
	position:absolute; 
	margin-left:-345px; 
	left:50%; 
	top:0; 
	width:729px;
	min-width:729px;
	height:100px; 
	background-color:#fff; 
	z-index:4; 
	}

#menu {
	display:none;
	position:absolute; 
	margin-left:-345px; 
	left:50%; 
	z-index:5;
	top:100px; 
	width:729px; 
	min-width:729px; 
	background-color: #E4EEF3;
	z-index:6; 
	border-top:1px solid #06198F;
	border-bottom:1px solid #06198F;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
	height: 10px;	
}

/* ab IE7 */
body>div#menu{height: 14px;}	

	#footer {
	text-align:center;
	position:absolute; 
	margin-left:-345px; 
	left:50%; 
	bottom:2px; 
	width:729px;
	min-width:729px;
	height:20px;
background-color: #E4EEF3;
	z-index:8; 
	border-top:1px solid #06198F;
	border-bottom:1px solid #06198F;
	font-weight:bold;
	color:#06198F;
padding-top:4px;
padding-bottom:4px;
height: 10px;	
	}	

/* ab IE7 */
body>div#footer{height: 14px;}

#border3px {
	display:block; 
	position:absolute; 
	z-index:2; 
	top:0; 
	bottom:0; 
	width:737px;
	margin-left:-352px;
	left:50%; 
	border-left:3px solid #06198F;
	border-right:3px solid #06198F;
	background:transparent;
}

/* für IE6 */
* html #border3px {
	width:743px;
	height:100%;
	}	

#border1px {
	display:block; 
	position:absolute; 
	z-index:3; 
	top:0px; 
	bottom:0px; 
	width:729px;
	margin-left:-346px;
	left:50%; 
	border-left:1px solid #06198F;
	border-right:1px solid #06198F;
	background:transparent;
	}

/* für IE6 */
* html #border1px {
	height:100%;
	width:731px;
	}

/* ganz Linke Linie */
#border1pxOuter {
	display:block; 
	position:absolute; 
	z-index:1; 
	top:0px; 
	bottom:0px; 
	width:749px;
	margin-left:-356px;
	left:50%; 
	border-left:1px solid #06198F;
	border-right:1px solid #06198F;
	background:transparent;
	}

/* für IE6 */
* html #border1pxOuter {
	width:751px;
	height:100%;
	}
	
#borderLogo {
	display:block; 
	position:absolute; 
	z-index:5; 
	top:0px; 
	bottom:0px; 
	width:100px;
	margin-left:-400px; 
	left:50%; 
	border-left:0px solid #06198F;
	border-right:0px solid #06198F;
	}	

/* Bereich für den Shop-Header */
#shopHeader {
	display:block; 
	position:absolute; 
	z-index:5; 
	top:0px; 
	bottom:0px; 
	width:729px; 
	margin-left:-346px; 
	left:50%; 
	border-left:0px solid #red;
	border-right:0px solid #red;
	background:transparent;
	padding-top:5px;
	}

/* für IE6 */
* html #shopHeader {
	height:100%;
	}							