/* ------------------------------------------------------------------------------
   	Ebenen								
--------------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 980px;
	background-color: #ffffff;
	text-align: left;
	margin: 5px auto;
	padding: 0px;
	border: 1px solid #000000; 
	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: 640px; 
	margin-left: 180px;
	margin-right: 160px;
	border: 0px solid #000000; 
	z-index: 6;
}

#topnav {
	width: 638px; 
	height: 20px;
	background-color: #000000; 
	border: 1px solid #000000; 
	z-index: 7;
}

#content {
	width: 618px; 
	padding: 10px;
	min-height: 460px;   
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	background-color: #ffffff; 
	z-index: 8;
}

#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: 180px; 
	height: 100%;
	margin: 0px;
	z-index: 13;
}

#footer_mid {
	float: left;
	width: 640px; 
	height: 100%;
	margin: 0px;
	z-index: 14;
}

#footer_right {
	float: left;
	width: 160px; 
	height: 100%;
	margin: 0px;
	z-index: 15;
}

#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;
}

p.Advert_CMS {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
p.Advert_CMS a {
}
p.Advert_CMS a:link {
}
p.Advert_CMS a:visited {
}
p.Advert_CMS a:hover {
}

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

