/*	Kopfbereich	*/
#LayKopf {
	position:fixed;
	left:0px;
	top:0px;
	width:950px;
	height:120px;
	z-index:10;
}

/*	Navigation links	*/
#LayNav {
	position:fixed;
	left:0px;
	top:140px;
	width:180px;
	height:600px;
	z-index:2;
}

/*	Container fuer die Haupt-DIVs	*/
#LayMain {
	position:absolute;
	left:190px;
	top:130px;
	width:760px;
	min-height:600px;
	z-index:3;
	background-color: #E4DDFF;
}

/*	Linke / Rechte Spalte fuer 2-spaliges Layout	*/
#Layer1 {
	position:absolute;
	left:10px;
	top:10px;
	width:350px;
	background-color: #E4DDFF;
}
#Layer2 {
	position:absolute;
	left:380px;
	top:10px;
	width:350px;
	background-color: #E4DDFF;
}

/*	1-spaltiges Layout	*/
#Layer1sp {
	position:absolute;
	left:30px;
	top:10px;
	width:500px;
	height:auto;
	min-height:600px;
	z-index:4;
	visibility:visible;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*	Zewo-Logo	*/
#LayZewo {	
	position:fixed;
	left:20px;
	bottom:20px;
	width:80px;
	height:80px;
	z-index:6;
	background:#FFF;
}
#layDate {
	position:fixed;
	left:0px;
	bottom:0px;
	width:180px;
	height:20px;
	z-index:1;
	font-size:8px;
	color:#BBB;
}