/*///////////////////////////////////////////////////////////////////
// 2007-06   | www.madebymeyer.de                                  //
// Project   | Astrologie.de                                       //
// Author    | Karsten Meyer                                       //
// modified  | 09.08.2007 by Karsten Meyer                         //
// Package   | navigation + links                                  //
///////////////////////////////////////////////////////////////////*/



/* # main navigation ########## */
UL.navlist1,
UL.navlist2,
UL.navlist3 {
  padding:0;
  margin:0;
  list-style-type: none;
  background-color:#ccc;
}
UL.navlist2 {
  padding:4px 0 4px 6px;
}
UL.home {
  padding:3px 0 4px 6px;
}

UL.navlist3 {
  padding:0 0 4px 10px;
}

UL.navlist1 LI {
	line-height:20px;
  color:#fff;
  font-weight:700;
  background-color:#990000;
}

UL.navlist2 LI {
	line-height:14px;
	padding:2px 0 2px 0;
	margin:0;
  font-weight:400;
  background-color:#ccc;
}

UL.navlist3 LI {
	padding:0;
  background-color:#ccc;
}

UL.navlist2 LI A,
UL.navlist2 LI A:visited,
UL.navlist2 LI A:hover,
UL.navlist2 LI A:active,
UL.navlist2 LI A.subactive,
UL.navlist2 LI A.subactive:visited {
  display:block;
  padding: 0 0 0 9px;
  color:#990000;
  text-decoration:none;
	background:transparent url(../img/arrow_red.gif) 0px 4px no-repeat;
}
UL.navlist2 LI A:hover {
  color:#fff;
  text-decoration:none;
	background-image:url(../img/arrow_white.gif);
}

UL.navlist2 LI A.subactive,
UL.navlist2 LI A.subactive:visited,
UL.navlist2 LI A.subactive:hover,
UL.navlist2 LI A.subactive:active {
  	color:#fff;
	background-image:url(../img/arrow_white.gif);
}

UL.navlist3 LI A,
UL.navlist3 LI A:visited,
UL.navlist3 LI A:hover,
UL.navlist3 LI A:active,
UL.navlist3 LI A.subactive,
UL.navlist3 LI A.subactive:visited,
UL.navlist3 LI A.subactive:hover,
UL.navlist3 LI A.subactive:active {
  display:block;
  padding: 0 0 0 9px;
/* changed by jf, 2009-06-08 begin */
/* Navigationspunkte 3. Ebene grau */
  color:#333333;
/*  color:#990000; */
/* changed by jf, 2009-06-08 end */
  text-decoration:none;
  background:transparent url(../img/arrow_red.gif) 0px 4px no-repeat;
}
UL.navlist3 LI A:hover,
UL.navlist3 LI A.subactive:hover {
  color:#fff;
  text-decoration:none;
  background-image:url(../img/arrow_white.gif);
}

/* # metanavi, breadcrumb + Links ########## */
A.white:link,
A.white:visited,
A.white:hover,
A.white:active,
A.white:focus{
	color: #fff;
}

A.bc:link,
A.bc:visited,
A.bc:hover,
A.bc:active,
A.bc:focus,
A.current:link {
	color: #990000;
	text-decoration:none;
  padding: 0 15px 0 9px;
	background:transparent url(../img/arrow_red.gif) 0px 4px no-repeat;
}
A.bc:hover,
A.current:link,
A.current:visited,
A.current:hover,
A.current:active {
	color: #fff;
	background:transparent url(../img/arrow_white.gif) 0px 4px no-repeat;
}
.active {
  text-decoration:none;
  font-weight:700;
}

/* added by jf, 2007-08-11 begin */
/* Page Navigation */
.tx-gsipagenav-pi1 {
	margin: 27px 17px;
	padding: 3px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
/* added by jf, 2007-08-11 end */

/* END */


