/* NAVIGATION */

/* bread crumb */
.breadcrumb {
	font-size: 11px;
	text-align: right;
	padding-right: 15px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	text-decoration: none;
	padding-right: 0;
}


/* 1. Menüebene inaktiv */
a.menu1:link, a.menu1:visited, a.menu1:active, a.menu1:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 5px 5px 25px;
	line-height: 15px;
	display: block;
	background-repeat: no-repeat;
}

a.menu1:hover {}

/* 1. Menüebene aktiv */
a.menu1active:link, a.menu1active:visited, a.menu1active:active, a.menu1active:hover {	
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 5px 5px 25px;
	line-height: 15px;
	display: block;
	background-repeat: no-repeat;
}

/* 1. Menüebene geöffnet */
a.menu1open:link, a.menu1open:visited, a.menu1open:active, a.menu1open:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 5px 5px 25px;
	line-height: 15px;
	display: block;
	background-repeat: no-repeat;
}

/* 1. Menüebene Bereich */
.menu1area {}
