/* Untermenue ----------------------------------------------------------------------------*/

#navi02_home {
	background-image : url(../images/navi02_bg_home.jpg);
	margin-left : 135px;
	width : 135px;
	height : 389px;
}

#navi02 {
	padding-top : 25px;
	margin-left : 135px;
	width : 142px;
	text-align : right;
}

a.navi02:link, .navi02:visited {
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: none;
	line-height : 30px;
	padding : 0px 25px 0px 0px;
	background : transparent url(../images/menue_left_normal.gif) no-repeat right;
}

a.navi02:hover {
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: underline;
	line-height : 30px;
	padding : 0px 25px 0px 0px;
	background : transparent url(../images/menue_left_hover.gif) no-repeat right;
}

a.navi04:link, .navi04:visited, .navi04:focus {
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: underline;
	line-height : 30px;
	padding : 0px 25px 0px 0px;
	background : transparent url(../images/menue_left_hover.gif) no-repeat right;
}

.navi02 { /* Link mit Hover-Color, aber ohne Link */
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: underline;
	line-height : 30px;
	padding : 0px 25px 0px 0px;
	background : transparent url(../images/menue_left_hover.gif) no-repeat right;
}

/*------------------------------------------*/

.navi03 {
	color: #FFFFFF;
	font-weight : normal;
	text-decoration: underline;
	line-height : 16px;
	padding : 0px 25px 0px 0px;	
	background : transparent url(../images/navi03_hover.gif) no-repeat right;
}

a.navi03:link, .navi03:visited, .navi03:focus {
	color: #FFFFFF;
	font-weight : normal;
	text-decoration: none;
	line-height : 16px;
	padding : 0px 25px 0px 0px;
	background : transparent url(../images/navi03_normal.gif) no-repeat right;
}

a.navi03:hover, navi03:active {
	color: #FFFFFF;
	font-weight : normal;
	text-decoration: underline;
	line-height : 16px;
	padding : 0px 25px 0px 0px;
	background : transparent url(../images/navi03_hover.gif) no-repeat right;
}

