* {
	margin:0;
	padding:0;
	list-style:none;
}
	html, body
	{	height:100.1%;
		font-size: 11px;
		margin:0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;
		text-align: center;
		color: #000;
		background-color: #EBEBEB; 
	}

.woo li {list-style-type: circle;margin-left:12px}

p, td, tr, form, table, input, form {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titel {
	font-size: 14px;
	color: #E93A63;
	font-weight: bold; }
.rotfett  {color: #E93A63;font-weight: bold; }
.gelbfett {color: #E3A419;font-weight: bold; }
.woodesign {color: #E3A419;font-weight: bold; }

img.tc {border:solid 1px #E93A63} 



	
	#container
	{	height:100%; overflow: scroll;
		margin: 0px auto;
		width: 1000px;
		text-align: left;
		border-left : 1px solid #E93A63; border-right: 1px solid #E93A63;
		background-color:#E93A63;
		
		
	}
	#header
	{	height:100px;
		background-image:url(img/woo_header_v2.jpg);
	}
	#mitte
	{
		background-color: #E93A63; overflow: auto;
		}
	#m_web
	{
		float: left; 
		padding-left: 22px; padding-right:8px; padding-top: 13px;
		width: 150px; 
		background-color: #E93A63; color:#fff;
	}
	#m_mid
		{
		float:left; 
		padding-left: 12px; padding-right:12px; padding-top: 13px;
		width: 596px; background-color: #FFFFFF; 
	}		
	#m_fun
	{	padding-left: 22px; padding-right:8px; padding-top: 13px;
		float: right; 
		width: 150px;background-color: #E93A63;color:#fff; 
	}
	#fuss
	{	height:18px; width: 90%; background-color: #E93A63; color:#ffffff; margin: 0px auto;
	
	}

	#etappe-1
	{ display:block;
	}
	#etappe-2
	{ display:block;
	}
	#etappe-3
	{ display:block;
	}
	#etappe-4
	{ display:block;
	}

A:link { color: #E93A63;  ;text-decoration: none;font-weight: normal; }
A:visited { color: #E93A63;text-decoration: none; font-weight: normal;}
A:active { color: #E93A63 ;text-decoration: none; font-weight: normal;}
A:hover { color: black; text-decoration: none;font-weight: normal;}

A.m_inaktiv:link { color: white; background-color:#E93A63 ;text-decoration: none; font-weight: bold;}
A.m_inaktiv:visited { color: white; background-color:#E93A63 ;text-decoration: none;font-weight: bold; }
A.m_inaktiv:active { color: white; background-color:#E93A63 ;text-decoration: none; font-weight: bold;}
A.m_inaktiv:hover { color: black; background-color:#E93A63 ; text-decoration: none;font-weight: bold;}
A.sm_inaktiv:link { color: white; background-color:#E93A63 ;text-decoration: none; }
A.sm_inaktiv:visited { color: white; background-color:#E93A63 ;text-decoration: none; }
A.sm_inaktiv:active { color: white; background-color:#E93A63 ;text-decoration: none; }
A.sm_inaktiv:hover { color: black; background-color:#E93A63 ; text-decoration: none;}

A.m_aktiv:link { color: black	; background-color:#E93A63 ;text-decoration: none; font-weight: bold;}
A.m_aktiv:visited { color: black; background-color:#E93A63 ;text-decoration: none; font-weight: bold; }
A.m_aktiv:active { color: black; background-color:#E93A63 ;text-decoration: none; font-weight: bold; }
A.m_aktiv:hover { color: black; background-color:#E93A63 ; text-decoration: none; font-weight: bold;}
A.sm_aktiv:link { color: black; background-color:#E93A63 ;text-decoration: none; }
A.sm_aktiv:visited { color: black; background-color:#E93A63 ;text-decoration: none;  }
A.sm_aktiv:active { color: black; background-color:#E93A63 ;text-decoration: none; }
A.sm_aktiv:hover { color: black; background-color:#E93A63 ; text-decoration: none; }
/* Simple Tree */
/*-------------*/
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0; 
padding: 0;font-weight: bold;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(img/spacer.gif) no-repeat left center;
list-style-type: none;
padding-left: 0px; /* 22 */
margin-bottom: 12px;margin-top:0px;font-weight: bold;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(img/spacer.gif) no-repeat left 1px;font-weight: bold;

cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
padding-left: 12px;font-weight: bold;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;font-weight: bold;
}
