/* ------------------------------------------------------------------------------
   	Ebenen								
--------------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 980px;
	background-color: #ffffff;
	text-align: left;
	margin: 5px auto;
	border: 1px solid #000000; 
	padding: 0px;
	z-index: 1;
}

#header {
	width: 980px; 
	height: 120px; 
	background: no-repeat;
	z-index: 2;
}

#header_left {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 180px; 
	height: 620px;
	background: no-repeat;
	z-index: 3; 
}

#header_mid {
	position: absolute;
	margin-top: 0px;
	margin-left: 180px;
	width: 200px; 
	height: 120px;
	background: no-repeat;
	z-index: 4;
}

#header_right {
	position: absolute;
	margin-top: 0px;
	margin-left: 400px;
	width: 580px; 
	height: 620px;
	background: no-repeat;
	background-position: top right;
	border-left: 0px solid #000000; 
	z-index: 5;
}

#main {
	position: relative;
	width: 680px; 
	margin-left: 180px;
	margin-right: 120px;
	border: 0px solid #000000; 
	z-index: 6;
}

#topnav {
	width: 778px; 
}

#content {
	width: 758px; 
}

#nav {
	float: left;
	width: 180px;  
	margin-left: -180px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 0px solid #000000; 
	z-index: 9;
}

#footer {
    clear: both;
	width: 980px; 
	height: 20px; 
	overflow: hidden;
	border-top: 0px solid #000000; 
	z-index: 12;
}

#footer_left {
	float: left;
	width: 200px; 
	height: 100%;
	margin: 0px;
	z-index: 13;
}

#footer_mid {
	width: 760px; 
}

#footer_right {
	width: 20px; 
}

#syspar {
	position: absolute;
	top: 5px;
	left: 794px;
	width: 180px;
	height: 20px;
	border: 0px solid #00ff00;
	z-index: 16;
}

#login {
	position: absolute;
	top: 26px;
	left: 742px;
	width: 238px;
	height: 80px;
	border: 0px solid #00ff00;
	overflow: hidden;
	z-index: 17;
}

/* ------------------------------------------------------------------------------
   	Ende						
-------------------------------------------------------------------------------- */

