/* 
 *  REDCODE.DE - Web Navigation Styles
 *  (C)opyright 2001-2005 REDCODE.DE. All Rights reserved.
 *  Visit us at http://www.redcode.de/
 *
 *  12/04:05   1.0     han 
 */

TABLE.nav { width: 160px; margin: 0px; background-color: white; }
TD.nav { padding: 5px 0px 5px 1px; border-top: 1px solid #D3D4CE; }
TD.navHi { padding: 5px 0px 1px 1px; border-top: 1px solid #D3D4CE; border-bottom: 4px solid white; background: url(/images/nav_bg.gif) no-repeat 0px 0px; background-color: #F4F0EB; }
TD.navcontent {  padding: 0px 0px 3px 4px; }
TD.subnavcontent { padding: 0px 0px 0px 13px; }
TD.subsubnavcontent { height: 4px; padding: 0px; line-height: 4px; }
TD.treefoot { border-top: 1px solid #D3D4CE; }

UL.navlist {
	margin: 0px;
	list-style: none;
	vertical-align: top;
	text-align: left;
}
LI.navlist {
	background-image: url(/images/arrow-nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px;
	padding: 0px 0px 4px 10px;
}
LI.subnavlist {
	background: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
P.subnavbox { 
 	border-left: 1px solid #CBCCC6; /* optisch angepasst!! */ 
	padding: 3px 0px 4px 5px;
}

/*  nav1 = TopLevel */
A.nav1:link, A.nav1:active, A.nav1:visited { color: #811D1F; font-size: 12px; font-weight: bold; text-decoration: none; }
A.nav1:hover { text-decoration: underline; }
A.nav1Hi:link, A.nav1Hi:active, A.nav1Hi:visited { color: #811D1F; font-size: 12px; font-weight: bold; text-decoration: none; } /* text-decoration: underline; } */
A.nav1Hi:hover { text-decoration: underline; }

/* nav2 = Navcontent  */
A.nav2:link, A.nav2:active, A.nav2:visited { font-size: 11px; color: #333333; /* #3D3739; */ text-decoration: none; padding: 0px 2px 0px 1px;  }
A.nav2:hover { color: black; text-decoration: underline; }
A.nav2Hi:link, A.nav2Hi:active, A.nav2Hi:visited { font-size: 11px; font-weight: bold; background-color: #F4F0EB; color: #811D1F; text-decoration: none; padding: 0px 2px 0px 1px; }
A.nav2Hi:hover { text-decoration: underline; }

/* nav3 = SubNavcontent  */
A.nav3:link, A.nav3:active, A.nav3:visited { font-size: 11px; color: #333333; /* #3D3739; */ text-decoration: none; padding: 0px 2px 0px 1px; }
A.nav3:hover { color: black; text-decoration: underline; }
A.nav3Hi:link, A.nav3Hi:active, A.nav3Hi:visited { font-size: 11px; font-weight: bold; background-color: #F4F0EB; color: #811D1F; text-decoration: none; padding: 0px 2px 0px 1px; }
A.nav3Hi:hover { text-decoration: underline; }


/* Nav-SearchForm */
TD.cnavsearch {
	border-top: 1px solid #D3D4CE; 
	border-bottom: 1px solid #D3D4CE; 
	background: url(/images/search_bg.gif) no-repeat 0px 2px;
	height: 76px;
	padding: 8px 0px 3px 11px;
	color: #811D1F;
}
INPUT.cnavsearch {
	border: 1px solid #666666;
	width: 100px;
	padding: 1px 1px 1px 2px;
	margin: 2px 0px 0px 0px;
	background-color: white;
	color: black;
}
.cnavsearchsubmit {
	margin: 7px 0px 0px 0px;	
}
UL.searchlist {
	margin: 0px;
	list-style: none;
}
LI.searchlist {
	background-image: url(/images/search_lens.gif);
	background-repeat: no-repeat;
	background-position: 48px 1px;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	color: #811D1F;
}
UL.searchsubmitlist {
	margin: 0px 0px 0px 0px;
	list-style: none;
}
LI.searchsubmitlist {
	background-image: url(/images/welcome_navlistarrow.gif);
	background-repeat: no-repeat;
	background-position: -1px 6px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}

/* End of web-navigation.css */
