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

#wrapper_main {
	float: left;
	width: 700px;
	background-color: #ffffff;
}

#wrapper_right {
	float: left;
	width: 280px;
	background-color: #ffffff;
}

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

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

#topnav_left {
	float: left;
	width: 5px;
	height: 100%;
	z-index: 6;
}

#topnav_mid {
	float: left;
	width: 900px;
	height: 100%;
	z-index: 7;
}

#topnav_right {
	float: left;
	width: 5px;
	height: 100%;
	z-index: 8;
}


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

#main_top {
	width: 980px;
	height: 5px;
}

#main_bottom{
	width: 980px;
	height: 5px;
	overflow: auto;
}

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

#content {
	float: left;
	padding: 10px;
	width: 600px;
	min-height: 460px;
	background-color: #ffffff;  
	border-left: 0x solid #000000; 
	border-right: 0px solid #000000; 
	border-bottom: 0px solid #000000; 
	z-index: 10;
}

/*#info { 
	float: right;
	width: 160px;
	min-height: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffff44; 
	border-left: 0px solid #000000; 
	z-index: 11;
}
*/
#footer {
    clear: both;
	width: 980px; 
	height: 20px; 
	background-color: #f8f8f8; 
	overflow: hidden;
	z-index: 12;
}

#footer_left {
	float: left;
	width: 5px; 
	height: 100%;
	margin: 0px;
	background-color: #000000; 
	z-index: 13;
}

#footer_mid {
	float: left;
	width: 620px; 
	height: 100%;
	margin: 0px;
	background-color: #000000; 
	z-index: 14;
}

#footer_right {
	float: left;
	width: 5px; 
	height: 100%;
	margin: 0px;
	background-color: #000000; 
	z-index: 15;
}

#werbung {
	width: 280px;
	background-color: #999;
	min-height: 200px;	
}

#werbung_bottom{
	width: 280px;
	height: 5px;
	overflow: auto;
}

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

#search {
}

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

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


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

