/* MYOUTLET NAVIGATION*/
p.welcome {
	border-bottom : 1px solid #FAAF3B;
	font-size : 12px;
	margin-bottom : 10px;
	margin-top : 5px;
}

.myoutlet_ebene1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	list-style : none;
	margin: 0px 0px 2px 0px;
	padding: 0px 1px 0px 4px;
/*	border-bottom: 1px dashed orange;*/
}

.myoutlet_ebene1zeile {
	background-color : #E6E6E6;
	margin: 0px px 0px 0px;
	padding : 4px 0px 0px 0px;
	border-bottom : 1px dashed #FAAF3B;
}
.myoutlet_ebene1zeile:hover {
}

.myoutlet_ebene1link {
	text-decoration : none;
	color : black;
	display : block;
	margin-right: 0px;
}
.myoutlet_ebene1link:hover {
	text-decoration : none;
	color : #FAAF3B;
	display : block;
}

#navigation {
	background-color: #FFFFFF;
	padding-left: 0px;
	font-size: 12px;
}

/*  1. MENU-EBENE  */

.ebene1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	list-style : none;
	margin: 0px 0px 2px 0px;
	padding: 0px 1px 0px 4px;
	background-color : #E6E6E6;
/*	border-bottom: 1px dashed orange;*/
}
.ebene1zeile {
	padding : 2px 0px 2px 8px;
}
.ebene1zeile:hover {
}
.ebene1zeile-active {
	padding : 2px 0px 2px 8px;
	font-weight : bold;
	color :  #FAAF3B;
}
.ebene1link {
	text-decoration : none;
	color : black;
	display : block;
	margin-right: 0px;
}
.ebene1link:hover {
	text-decoration : none;
	color : #FAAF3B;
	display : block;
}
.ebene1link-active {
	font-weight : bold;
	color :  #FAAF3B;
	text-decoration : none;
	display : block;
}

/*  2. MENU-EBENE  */

.ebene2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}

.ebene2zeile {
	padding: 0px;
	font-weight : normal;
	height: 1.3em;
}
.ebene2zeile-active {
	padding: 0px;
	font-weight : normal;
	background-color : #FAAF3B;
	height: 1.3em;
}
.ebene2link {
	text-decoration : none;
	color : black;
	display : block;
	padding-left: 10px;
	margin-right: 0px;
}

.ebene2zeile:hover {
	font-weight : normal;
	background-color : #FAAF3B;
	/* Macht keinen Sinn, braucht aber der IE8 irgendwie...*/
	border: 0px solid;
}

.ebene2link:hover {
	font-weight : normal;
	background-color : #FAAF3B;
}
