html, body {
	background: url(../aBilder/0-backplane-vertgrad-bleu2.png) top repeat-x;
	background-color:#dfe4ec;
	margin:0;
	padding:0;
}

/*	- - - Layout ohne Frames - - -	*/

div#top {
	position:fixed;
	background: url(../aBilder/0-fixmenu-white.png) top left repeat-x;
	z-index:88;
	left:0px;
	top:0px;
	width:982px;
	height:59px;
	border-left: #aaa solid 1px;
	border-right: #aaa solid 1px;
	visibility:hidden;
}

div#top0 {
	position:relative;
}

div#fixmenu	{
	position:fixed;
	background: url(../aBilder/0-fixmenu-white.png) top left repeat-x;
	top:40px;
	padding-top:10px;
	margin-left:6px;
	width:775px;
	height:60px;
	z-index:102;
	visibility:hidden;
	overflow:hidden;
}

div#left {
	position:fixed;
	z-index:10;
	background-color:#fff;
	left:1px;
	padding-left:21px;
	top:44px;
	padding-top:23px;
	padding-bottom:35px;
	padding-right:20px;
	width:150px;
	visibility:hidden;
	clip:rect(auto 210px none 1px);
}

div#cont {
	position:absolute;
	background-color:#ffffff;
	z-index:1;
	top:0px;
	left:0px;
	width:982px;
	min-height:99%;
	padding-top:7px;
	padding-bottom:100px;
	border-left: #aaa solid 1px;
	border-right: #aaa solid 1px;
	box-shadow: 0px 0px 9px #555;
	visibility:hidden;							/* XXX */
}

div#foot {
	position:fixed;
    bottom:0px;	
	width:100%;
	margin-left:157px;
	z-index:100;
	visibility:hidden;
}

/* für Internet Explorer mit Star-HTML-Hack

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}

* html div#left {
    padding:0;
	height:60%;
}

* html #cont {
    padding:0;
    height:92%;
    overflow:auto;
}

* html #foot {
    background:#efefef;
    height:5%;
    text-align:center;
    padding-top:100%;
}
*/

