/*Text Navigation und Liste*/
ul#navi {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	line-height: 18px;
	color: #ffe57f;
	margin: 0;
	padding: 0;
	background: #114B86;
}

#navi li {
margin: 0;
padding: 0;
width: 196px;
display: block;
}

li#list_1 {
	background: url('images/global/bg_navi/list_1_link.gif') no-repeat;
}
li#list_2 {
	background: url('images/global/bg_navi/list_2_link.gif') no-repeat;
}
li#list_3 {
	background: url('images/global/bg_navi/list_3_link.gif') no-repeat;
}
li#list_4 {
	background: url('images/global/bg_navi/list_4_link.gif') no-repeat;
}
li#list_5 {
	background: url('images/global/bg_navi/list_5_link.gif') no-repeat;
}
li#list_6 {
	background: url('images/global/bg_navi/list_6_link.gif') no-repeat;
}
li#list_7 {
	background: url('images/global/bg_navi/list_7_link.gif') no-repeat;
}

#navi a, #navi li.standort {
width: 156px;
display: block;
padding: 2px 0 2px 40px;
}

#navi a, #navi a:visited {
color: #ccc;
text-decoration: none;
}


#navi a:hover, #navi a:focus {
color: #ffe57f;
text-decoration: none;
}

li#list_1 a:hover, li#list_1 a:focus, li#list_1.standort {
	background: url('images/global/bg_navi/list_1_hover.gif') no-repeat;
}

li#list_2 a:hover, li#list_2 a:focus, li#list_2.standort {
	background: url('images/global/bg_navi/list_2_hover.gif') no-repeat;
}

li#list_3 a:hover, li#list_3 a:focus, li#list_3.standort {
	background: url('images/global/bg_navi/list_3_hover.gif') no-repeat;
}

li#list_4 a:hover, li#list_4 a:focus, li#list_4.standort {
	background: url('images/global/bg_navi/list_4_hover.gif') no-repeat;
}

li#list_5 a:hover, li#list_5 a:focus, li#list_5.standort {
	background: url('images/global/bg_navi/list_5_hover.gif') no-repeat;
}

li#list_6 a:hover, li#list_6 a:focus, li#list_6.standort {
	background: url('images/global/bg_navi/list_6_hover.gif') no-repeat;
}

li#list_7 a:hover, li#list_7 a:focus, li#list_7.standort {
	background: url('images/global/bg_navi/list_7_hover.gif') no-repeat;
}


