div.externalNaviPoint{
	display: block;
	padding: 2px 5px 2px 5px; 
	margin: 34px 0 0px 0px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #767778;
	background: no-repeat 10px center;
	border: solid 1px #e4e4e4;
	cursor: pointer;
	width: 148px; /* von 158 auf 148 px */	
}

div.externalNaviPoint:hover{
	display: block;
	font-weight: normal;
 	background-color: #E2E3E4;
	color:#767778;
	border: solid 1px #e4e4e4;
	cursor: pointer;
}

div.externalNaviPointActive{
	display: block;
	padding: 2px 5px 2px 5px; 
	margin: 34px 0 0px 0px;
	font-weight: normal;
 	background-color: #E2E3E4;
	color:#767778;
	border: solid 1px #e4e4e4;
	cursor: pointer;
	width: 148px; /* von 158 auf 148 px */	
}

div.sdmenu {
	width: 160px; /* von 170 auf 160px */
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding:0 0 0 0px;
	color: #fff;
        z-index:10;
position:absolute;
}
div.sdmenu div {
	overflow: hidden;
        z-index:1000;
}
div.sdmenu div:first-child {
}
div.sdmenu div.collapsed {
	height: 21px;
}
div.sdmenu div span {
	display: block;
	padding: 2px 5px 2px 5px; 
	font-weight: normal;
	color: #767778;
	background: no-repeat 10px center;
	border: solid 1px #e4e4e4;
	cursor: pointer;
}
div.sdmenu div.collapsed span:hover {
 background-color: #E2E3E4;
color:#767778;
}

div.sdmenu div a {
	padding: 2px 10px;
	background: #fff url(../images/navi_images/listArrow_blue_double.gif) 10px 7px no-repeat;
	display: block;
	color: #767778;
        padding: 2px 0 0 20px;
}
div.sdmenu div a.current {
	background: #fff url(../images/navi_images/listArrow_blue_double.gif) 10px -38px no-repeat;
        color: #1e4585;
}
div.sdmenu div a:hover {
	background: #fff url(../images/navi_images/listArrow_blue_double.gif) 10px -38px no-repeat;
	cursor: pointer;
	color: #1e4585;
	text-decoration: none;
}
div.sdmenu span.navipointSpace
{
	line-height: 10px;
}
div.sdmenu span.navipointActive
{
	color:#767778;
        background-color:#e2e3e4;
}
span#NaviPointHome{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
