/* ------------------------------------------------------------------------------
   	Ebenene								
--------------------------------------------------------------------------------*/
#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 {
	float: left;
	width: 180px; 
	height: 100%;
	background: no-repeat;
	z-index: 3; 
}

#header_mid {
	float: right;
	width: 800px; 
	height: 100%;
	background: no-repeat;
	z-index: 4;
}

#main {
	clear: both;
	width: 980px; 
	min-height: 480px;  
	border: 0px solid #FF9900; 
	overflow: auto;
	z-index: 8;
}

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

#content {
	float: right;
	padding: 10px;
	width: 798px;
	min-height: 460px;   
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	z-index: 10;
}

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

p.Advert_CMS {
}
p.Advert_CMS a {
}
p.Advert_CMS a:link {
}
p.Advert_CMS a:visited {
}
p.Advert_CMS a:hover {
}

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