#navi {
	float: left;
	margin: 0;
	padding: 3px 0 40px 20px;
}

#navi ul#mainNav {
	margin: 0;
	padding: 0;
	list-style-image: url(../img/navi_image.gif);
}

#navi li {
	margin: 18px 16px 0 23px;
}

.funknav {
	float: right;
	margin: 0;
	padding: 10px 20px 0 0;
}

.funknav ul {
	margin: 0;
	padding: 0;
}

.funknav li {
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
}


/* Navigation 2. Ebene*/


#navi ul ul#subNav  {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding:0;
	font-size: 0.9em;
}

#navi ul ul#subNav li {
	margin: 18px 0 0 0;
}

#navi ul ul#subNav a:link {
	background-image: url(../img/subnav_pfeile.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width: 105px;
	padding: 0 0 4px 15px;
	font-weight: normal;
	border-bottom: 1px solid #1258a0;
}


#navi ul ul#subNav a:visited {
	background-image: url(../img/subnav_pfeile.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width: 105px;
	padding: 0 0 4px 15px;
	font-weight: normal;
	border-bottom: 1px solid #1258a0;
}


#navi ul ul#subNav a:hover {
	background-image: url(../img/subnav_pfeile_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 4px 15px;
	color: #ef820d;
	border-bottom: 1px solid #ef820d;
}

#navi ul ul#subNav li.subactive a:link, 
#navi ul ul#subNav li.subactive a:visited,
#navi ul ul#subNav li.subactive a:focus
 {
	background-image: url(../img/subnav_pfeile_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 4px 15px;
	color: #ef820d;
	border-bottom: 1px solid #ef820d;
}


/* definiert den CUR Zustand der 2. Ebene */

#navi ul ul#subNav li.subcurrent a:link,
#navi ul ul#subNav li.subcurrent a:visited, 
#navi ul ul#subNav li.subcurrent a:hover,
#navi ul ul#subNav li.subcurrent a:active,
#navi ul ul#subNav li.subcurrent a:focus   {
	background-image: url(../img/subnav_pfeile_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 4px 15px;
	color: #ef820d;
	border-bottom: 1px solid #ef820d;
	
}


/* Navigation 3. Ebene */

#navi ul ul ul#subsubNav   {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding:0pt 0pt 0pt 5px;
	font-size: 0.9em;
}

#navi ul ul ul#subsubNav  li {
	margin: 4px 0 0 13px;
}


/* Zustand NO */

#navi ul ul ul#subsubNav li.subsubno a:link,
#navi ul ul ul#subsubNav li.subsubno a:visited, 
#navi ul ul ul#subsubNav li.subsubno a:hover,
#navi ul ul ul#subsubNav li.subsubno a:active,
#navi ul ul ul#subsubNav li.subsubno a:focus
 {
	background: none;
/*	background: url(../img/subsubnav_pfeile.gif) left no-repeat;*/
	display: block;
	width: 92px;
	padding: 0 0 4px 0;
	font-weight: normal;
	border:none;
	color: #ef820d;
/*	border-bottom: 1px solid #1258a0;*/
}

/* Zustand CUR */

#navi ul ul ul#subsubNav li.subsubcurrent a:link,
#navi ul ul ul#subsubNav li.subsubcurrent a:visited, 
#navi ul ul ul#subsubNav li.subsubcurrent a:hover,
#navi ul ul ul#subsubNav li.subsubcurrent a:active,
#navi ul ul ul#subsubNav li.subsubcurrent a:focus
 {
	background: none;
/*	background: url(../img/subsubnav_pfeile.gif) left no-repeat;*/
	display: block;
	width: 92px;
	padding: 0 0 4px 0;
	font-weight: normal;
	border:none;
	color: #ef820d;
/*	border-bottom: 1px solid #1258a0;*/
}


/* Zustand ACT */

#navi ul ul ul#subsubNav li.subsubactive a:link, 
#navi ul ul ul#subsubNav li.subsubactive a:visited
#navi ul ul ul#subsubNav li.subsubactive a:hover,
#navi ul ul ul#subsubNav li.subsubactive a:active,
#navi ul ul ul#subsubNav li.subsubactive a:focus
 {
	background: none;
/*	background: url(../img/subsubnav_pfeile.gif) left no-repeat;*/
	display: block;
	width: 92px;
	padding: 0 0 4px 0;
	font-weight: normal;
	border:none;
	color: #ef820d;
/*  border-bottom: 1px solid #ef820d;*/
}




/* Ende 3. Navigationsebene */

.suche {
	width: 96px;
	margin: 0;
	padding: 0;
}

.suche input.inputsth, .suche input.submit {
	border: solid 1px #1258a0;
	height: 13px;
	margin: 0;
	padding: 1px 0 2px 3px;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 0.9em;
	color: #1258a0;
}

.suche input.input {
	border: solid 1px #1258a0;
	height: 13px;
	margin: 5px 0 5px 0;
	padding: 1px 0 2px 3px;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 0.9em;
	color: #1258a0;
}

.suche input.submit {
	background-color: white;
	height: 18px;
	width: 50px;
	padding: 0;
}

.suche input.pfeile {
	position: absolute;
	top: 5px;
	left: 105px;
	margin: 0;
	padding: 0;
}

.suche_startseite {
	position: relative;
	top: 76px;
	left: -12px;
	margin: 0;
	padding: 0;
}

.suche_folgeseite {
	position: relative;
	top: 4px;
	left: 27px;	
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-searchbox p {
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword , .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button{
	border: solid 1px #1258a0;
	height: 13px;
	margin: 0;
	padding: 1px 0 2px 3px;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 0.9em;
	color: #1258a0;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	background-color: white;
	height: 18px;
	width: 50px;
	padding: 0;
}

.tx-indexedsearch p.tx-indexedsearch-noresults {
	text-align: left;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info p {

}
.tx-indexedsearch-browsebox {
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead table {
	background: #ffffff none repeat scroll 0% 50%;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p .tx-indexedsearch-redMarkup {
	color: #ef820d;
}
